.clearfix {
	clear: both;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #728812;
}

a:hover {
	text-decoration: underline;
}

i {
	font-style: italic;
}

p {
	margin: 10px 0 10px 0;
	line-height: 14px;
}

h2 {
	color: #43780b;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px
}

h3 {
	text-align: left;
	color: #44790d;
	font: 15px Arial;
	text-align: justify;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

h4 {
	border: 0px;
	color: #F5A31B;
}

.error {
	margin-top: 100px;
	border: 2px solid #f5a31b;
	padding: 5%;
	background-color: #fffde9;
}

.centro {
	text-align: center;
}

/****	ESTILO PARA SITEMAP	  ****/
#sitemap dl {
	padding-bottom: 20px
}

#sitemap dt a {
	color: #44790d;
	font-weight: bold;
}

.ocultar {
	display: none;
}

/** ESTILO PARA IDIOMAS **/
#contenedor_menu_idiomas {
	text-indent: 0;
	padding: 60px 0 0 0;
	top: 0;
	width: 160px;
	height: 50px;
	float: right;
}

#contenedor_menu_idiomas a {
	color: #fff;
	font-size: 13px;
}

/**COLUMNA IZQUIERDA FLECHAS**/
ul.destacados {
	list-style-type: none;
	margin: 0;
	padding:40px 0 0;
}

a.sede {
	background: url("../images/flecha-sede.jpg") no-repeat center left;
	display: block;
	color: #F5A31B;
	font: 15px Arial;
	font-weight: bold;
	padding: 8px 0 8px 35px;
}

a.audiovisual {
	background: url("../images/flecha-audiovisual.jpg") no-repeat center left;
	display: block;
	color: #9EBE1A;
	font: 15px Arial;
	font-weight: bold;
	padding: 8px 0 8px 35px;
}

a.infopita {
	background: url("../images/flecha-infopita.jpg") no-repeat center left;
	display: block;
	color: #429E22;
	font: 15px Arial;
	font-weight: bold;
	padding: 8px 0 8px 35px;
}

/** BUSCADOR **/
div.cajaVerde {
	margin-bottom: 15px;
}

div.cajaVerde div.corner1 {
	background: transparent url("../images/verde1.png") no-repeat top left;
	height: 25px;
}

div.cajaVerde div.corner2 {
	background: transparent url("../images/verde2.png") no-repeat top right;
	height: 25px;
}

div.cajaVerde div.corner3 {
	background: #a1bf19 url("../images/verde3.png") no-repeat bottom right;
	height: 12px;
}

div.cajaVerde div.corner4 {
	background: transparent url("../images/verde4.png") no-repeat bottom
		left;
	height: 12px;
}

div.cajaVerde div.titulo {
	background: #c2cd1f url("../images/bg-title-green.png") repeat-y center
		left;
}

div.cajaVerde .titulo span {
	padding: 5px 25px;
	display: block;
	color: #ffb900;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background: transparent url("../images/flecha-ora.png") no-repeat 5px
		5px;
}

div.cajaVerde .content {
	padding: 10px;
	background-color: #a1bf19;
}

div.cajaVerde input {
	font-size: 11px;
}

.cajaVerde input.boton {
	background: transparent url("../images/flecha-blanca.png") no-repeat
		center center;
	width: 18px;
	height: 18px;
	border: 0px;
	cursor: pointer;
}

/*  CAJA DE CONTENIDO DE LA NOTICIA DESTACADA  */
div.cajaVerde .titulo_caja {
	background: #c4d00b url("../images/bg-title-green-destacada.png")
		repeat-y center left;
}

div.cajaVerde .titulo_caja span {
	padding: 5px 0 5px 25px;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

input.buscar {
	width: 18px;
	height: 18px;
	border: 0px;
}

div.cajaGris {
	margin-bottom: 15px;
}

div.cajaGris div.corner1 {
	background: transparent url("../images/gris1.png") no-repeat top left;
	height: 25px;
}

div.cajaGris div.corner2 {
	background: transparent url("../images/gris2.png") no-repeat top right;
	height: 25px;
}

div.cajaGris div.corner3 {
	background: #dedede url("../images/gris3.png") no-repeat bottom right;
	height: 11px;
}

div.cajaGris div.corner4 {
	background: transparent url("../images/gris4.png") no-repeat bottom left
		;
	height: 11px;
}

div.cajaGris div.titulo {
	background: #eeeff0 url("../images/bg-title-grey.png") repeat-y center
		left;
}

div.cajaGris .titulo span {
	padding: 5px 0 5px 25px;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background: transparent url("../images/flecha-grey.png") no-repeat 5px
		5px;
}

div.cajaGris .content {
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	padding: 10px;
	background-color: #dedede;
}

div.cajaGris input {
	font-size: 11px;
	padding-right: 15px;
	background: #fff none no-repeat 97% 50%;
	border: 1px solid #c8c8c8;
}

.cajaGris input.boton {
	background-color: #666666;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0;
	text-align: center;
	width: 80px;
}

.cajaGris input.boton:hover {
	background-color: #A1BF19;
}

div.cajaGris span {
	display: block;
	width: 80px;
}

/*CAJA DE CONTENIDO DEL NEWSLETTER*/
div.cajaGris .content_newsletter {
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	padding: 10px;
	background: url("../images/bg_newsletter.jpg") no-repeat right center;
	background-color: #dedede;
}

div.cajaGris label {
	display: block;
	width: 60px;
	font-family: Arial;
	float: left;
}

/**RSS*/
a.rss {
	background: transparent url("../images/rss.jpg") no-repeat left center;
	padding-left: 15px;
}

/* Buscador */
div.resultadoBusqueda h3 {
	font-size: 12px;
}

div.resultadoBusqueda div.info {
	border-bottom: 1px solid #666666;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 20px;
}

/* Empresas */
div.empresa {
	border-bottom: 1px dotted #dedede;
	padding: 10px;
}

div.empresa span.nombre {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

div.empresa img {
	float: right;
	margin-left: 20px;
	border: 3px solid #F7F7F7;
}


div.galeria_empresa div.photo {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	padding: 3px;
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #DEDEDE;
	padding: 8px;
}

div.empresa .general {
	margin: 5px;
}

div.empresa p {
	margin: 0;
}

div.empresa .descripcion {
	background-color: #f7f7f7;
	-moz-border-radius: 10px;
	padding: 10px;
	clear: both;
	margin: 15px 10px;
}