
abbr{ text-decoration:none;
	border-bottom:none;
	}


.oculto{
	visibility:hidden;
}

/* ESTILOS GENERICOS */
input, textarea{
	/* Medidas */
	border:1px solid #000000;
	
	/* Resto */
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:0.8em;
}
p{
	/* Medidas */
	padding-top:5px;
	padding-bottom:5px;
}

a{
	color:#000000;
}

/* CONTENEDOR GENERAL */
.contenedor{
	/* Posicionamiento */
	float:none;
	
	/* Medidas */
	width:940px; /* Real: 940px */
	margin:0px auto 0px auto; /* Centrado */
}


/* CABECERA */
.contenedorCabecera{
	/* Medidas */
	width:940px; /* Real: 940px */
	margin-top:10px;

	/* Resto */
	background-color:#E9AC15;
	text-align:center;
}
.contenedorCabeceraMenu{
	/* Posicionamiento */
	float:left;
	
	/* Medidas */
	margin-bottom:5px;
	margin-top:3px;
}
.contenedorCabeceraMenu li{
	/* Posicionamiento */
	float:left;
	
	/* Medidas */
	padding-right:10px;
	padding-left:10px;
}
.contenedorCabeceraMenu li a{
	/* Resto */
	color:#FFFFFF;
}

.contenedorCabeceraLogo{
	/* Posicionamiento */
	float:left;
	
	/* Medidas */
	background-color:#E9AC15;
	width:100%;
}


/* MENÚ PRINCIPAL */
.contenedorMenuSuperior{
	/* Medidas */
	width:940px;
	height:45px; /* Real: ancho940px alto:50px */
	padding-bottom:5px;

	/* Resto */
	font-size:0.85em;
	background: #ffeec3 url(/images/botoneraSuperior.gif) center center no-repeat;
}

.contenedorMenuSuperior ul li{
	/* Posicionamiento */
	float:left;
	
	/* Medidas */
	padding-right:10px;
	padding-left:30px;
	padding-top:20px;
	/* Resto */
	text-align:center;
}

.contenedorMenuSuperior ul li a{
	/*medidas*/
	
	/* Resto */
	color:#000;
}


/* CONTENIDO */
.contenedorContenido{
	/* Medidas */
	width:840px; /* Real: 940px */
	padding-right:50px;
	padding-left:50px;

	/* Resto */
	background:#ffeec3 url(/images/fondogrande.jpg) no-repeat center top;
}

/* PIE */
.contenedorPie{
	/* Medidas */
	width:100%;
	margin-top:24px;
	margin-bottom:10px;
	min-height:49px; /* Real: 64px */
	height:auto !important; 
	height:49px;
	padding-top:15px;
	
	/* Resto */
	background:#fbe5b9;
}

.contenedorPieLogosW3C{
	/* Posicionamiento */
	float:right;
	
	/* Medidas */
	padding-right:10px;
}

.contenedorPieLogosW3C li{
	/* Posicionamiento */
	float:left;
	
	/* Medidas */
	padding-right:5px;
}
.iconoPDF{
	min-height:16px;
	height:auto !important;
	height:16px;
	width:16px;
	background:url(/images/icon_pdf.gif) no-repeat;
}
.iconoDOC{
	min-height:16px;
	height:auto !important;
	height:16px;
	width:16px;
	background:url(/images/icon_doc.gif) no-repeat;
}
.iconoMP3{
	min-height:16px;
	height:auto !important;
	height:16px;
	width:16px;
	background:url(/images/icon_mp3.gif) no-repeat;
}
.iconoVIDEO{
	min-height:16px;
	height:auto !important;
	height:16px;
	width:16px;
	background:url(/images/icon_video.gif) no-repeat;
}
.iconoIMG{
	min-height:16px;
	height:auto !important;
	height:16px;
	width:16px;
	background:url(/images/icon_img.gif) no-repeat;
}
.iconoHTML{
	min-height:16px;
	height:auto !important;
	height:16px;
	width:16px;
	background:url(/images/icon_html.gif) no-repeat;
}
.iconoZIP{
	min-height:16px;
	height:auto !important;
	height:16px;
	width:16px;
	background:url(/images/icon_zip.gif) no-repeat;
}
.iconoARCHIVO{
	min-height:16px;
	height:auto !important;
	height:16px;
	width:16px;
	background:url(/images/icon_archivo.gif) no-repeat;
}
.iconoPRINT{
	background:url(/images/ico_PRINT.gif) no-repeat;
}
.iconoSENDFRIEND{
	background:url(/images/ico_SENDFRIEND.gif) no-repeat;
}
.iconoOPINE{
	background:url(/images/ico_OPINE.gif) no-repeat;
}
.iconoDOWNLOAD{
	background:url(/images/ico_DOWNLOAD.gif) no-repeat;
}

.contenedorContenidoBotonera{
	margin-top:10px;
	background-color:#FBE5B9;
	width:98%;
	padding:1%;
	min-height:20px;
	height:auto !important;
	height:20px;
}
.contenedorContenidoBotonera ul{
	float:right;
}
.contenedorContenidoBotonera ul li{
	float:left;
	padding-right:10px;
}
.contenedorContenidoBotonera ul li a{
	display:block;
	height:20px;
	padding-left:22px;
	font-size:0.8em;
}
.encontrado{
	background-color:#00CC00;
}
.contenedorCabeceraMenuSuscripcion{
	font-size:0.9em;
	padding-top:2px;
}
.contenedorCabeceraMenuBusqueda{
	border-right:#000000 1px solid;
}
.contenedorCabeceraMenu2Intro{
	font-size:0.9em;
	padding-top:2px;
}
