









/* COPIADO --> corregir */




#contenido ul {
	margin-left: 15px;
	font-size: 95%;
}




/* Noticias */




/*
*  MENU INFERIOR DE PAGINAS DE CONTENIDO
*/
#back {
  width: 780px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 35px;
	padding: 5px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	clear: both;
}
#back .left {
	float: left;
}
#back .right{
	float:right;
}



/*
* CLASES GLOBALES
*/
.cuadrobuscar {
	background-color: #FFF;
	color: #666;
	border: 1px solid #DDD;
	padding: 4px;
	font-size: 10pt;
}

.botonbuscar {
	background: url(../images/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}
.datos {
	color: #999999;
	font-size: 8pt;
	font-style: italic;
	margin-top: 30px;
}
.leermas{
	text-align: right;
	padding-top: 3px;
	padding-right: 4px;
	font-size: 9pt;
	clear: left;
}
.linea {
	border-bottom: 1px solid #DDDDDD;
	clear:left;
	margin-top: 10px;
}
.quote {
	margin: 20px 25px;
	padding: 10px 10px;
	background: url(../images/quote.png);
	border: #EEE solid 1px;
	font-size: 11pt;
	line-height: 20px;
	display: block;
}

.externo {
	background: url(../images/link.png) no-repeat right;
	padding-right: 15px;
}

.buscar {
	font-size: 70%;
	margin: 10px 0px;
	padding: 10px 35px;
	border: 1px solid #eee;
	margin-right: 10px;
}
.noticias {
	font-size: 80%;
}

.info {
	position:relative;
	z-index:24;
}
.info:hover{
	z-index:25;
}
.info span{
	display: none;
	padding: 5px;
	font-size: 10pt;
	border: #888 solid 1px;
	background: url(../images/opaque.png);
	color: #000000;
	width:300px;
}
.info:hover  span{
	display:block;
	position: absolute;
	top:2em;
	left:6em;
}

#formulario {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	margin:15px;
	color:#666666;
	/*border: 1px dotted #666;*/
	padding: 5px;
}

#formulario h3 {
	color: #CC6633;
	font-size: 14pt;
	font-weight: bold;
}

#formulario label {
	margin: 5px;
	padding:0.2em;
	margin-top:0.3em;
	text-align:right;
	width:150px;
	float:left;
	text-transform:uppercase;
}
  
#formulario .submit {
	margin:3px;
	background: transparent url(../images/submit.gif) no-repeat;
	height:20px;
	border:solid 0 #fff;
	width:80px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
}

.submit-small {
	margin: 0 3px;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2.5px;
}

#firma {
	width: 570px;
	border: 1px solid #eee;
	padding: 5px;
	margin: 15px;
	clear: left;
	background: url(../images/foot.png) repeat-x bottom;
}

#firma .head {
	width: 100%;
	background: url(../images/fade.png) repeat-x bottom;
	color: #333;
	border-left:none;
	float: left;
}

#firma .foot {
	font-size: 70%;
	color: #777;
	margin-bottom: -5px;
	text-align: right;
}

#firma .mensaje {
	clear: left;
	margin-left: 50px;
	padding: 10px;
	
}

.obligatorio {
	color: #f00;
	font-weight: bold;
}

.slogan {
	padding-left: 270px;
	margin-top: -7px;
	font-style: italic;
}

.clear {
  clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}




/* LOADING */
#loading {
  width: 100%;
  text-align: center;
}

