* {
	font-family: "Lucida Grande", "Lucida Sans Unicode";
}

a {
	text-decoration: none;
	
}
a img {
	border: none;
}
/************************************************************** esqueleto **********************************************************************************************/	
html, body {
	height: 100%;
	margin:0px 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color:#55555!important;
}
h1, h2, h3, h4, h5 {
	margin:5px 0 8px 0;
	padding:0 0 0 0;
	font-weight:normal;
}
h2
{
	font-size: 12px;
}
body {
	background-image:url(/images/fondoBody.jpg);
	background-position:0 0;
	background-repeat: repeat-x;
	background-position: top center;
	margin:  0 0 0 0;
	padding: 0;
}
div.prueba{
	background-image:url(/images/prueba.jpg);
	background-position:0 0;
	background-position:0 0;
float:right;
height:30px;
margin:28px 0 0;
position:relative;
right:13px;
width:170px;
	
}
div#contenedor {
	min-height: 100%;
	width: 990px;
	margin:0 auto;
	padding:0px;
}
* html div#contenedor {
	height:100%;
}
div#contenidos {
	width: 990px;
	/*margin: 0 auto;
	padding: 0px 0 0 0;
	position:relative;*/
	
}
div#menu {
	
	min-height:501px;
	background-image:url(/images/fondoMenu.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-position:0 0;
	float:left;
	padding:0 0 25px 10px;
	width:222px;
}
* html div#menu {
	height:501px;
}
div.migasPan {
	line-height:28px;
	width:465px;
	float:left;
	padding:0 0 0 10px;
	font-size:12px;
	color:#555555;
}
div.contenidosMenu {
	width:530px;
	float:left;
	margin:35px 0 0 10px;
	/*padding:0 0 30px 0;*/
	position:relative;
	min-height:200px;

}
* html div.contenidosMenu{
	height:200px;
	}
div.contenidosMenu a
{
		color:#DFB920;
	}
div.opcionesDcha
{
	width:190px;
	float:right;
	
	
	margin:0px 0 0 0;
}
div.contenidosMenu h2
{
	font-size: 13px;
}
div.contenidosMenu h3{
	font-size: 13px!important;
}
div.contenidosMenu h4{
	font-size: 12px!important;

}
div.contenidosMenu h5
{
	font-size: 11px;
}
div.contenidosMenu p
{
	font-size: 11px;
}
div.contenidosMenu li
{
	font-size: 11px;
	
}
div.contenidosMenu dt
{
	font-size: 11px;
	
}
div.contenidosMenu dd
{
	font-size: 11px;
	
}


div#header {
	width: 990px;
	height: 147px;
	position: relative;
}
div#header img {
	position: absolute;
	left: 0px;
}
div#header img.logoInicio {
	width:245px;
	height:147px;
	top:0;
}
div#header div.montajeImagenes {
	background-image:url(/images/cabeceraImagenes.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	left:284px;
	width:690px;
	height:147px;
}
div.header_idiomas
{
	position: absolute;
	top: 5px;
	left: 15px;
	width: 150px;
	height: 20px;
	z-index: 10;
}

.cierre {
	height:24px;
	margin:0 0 0 0;
	clear:both;
	display:block;
	visibility:hidden;
}
div#footer {
	height: 24px;
	width: 100%;
	margin:-24px auto 0px auto;
	background-image: url(/images/fondoPie.jpg);
	background-repeat:repeat-x;
	padding: 0px 0 0 0;
	position: relative;
}
div.contenidosFooter{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
/*************************************************************************** tablas seccion contenidos **********************************************************************************************/
table tr.par td
{
	background-color: #feffc4;
}
div.contenidosMenu table
{
	border-top: 1px solid #fdf273;
	border-left: 1px solid #fdf273;	
	width: 100%;
}
div.contenidosMenu table th
{
	padding: 2px;
	background-color: #f8e080 !important;
	background-image:url(/images/tablaHead.jpg);
	background-position: bottom left ;
	background-repeat: repeat-x;
	font-weight: normal !important;
	color: #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	font-size: 11px;
	height: 18px;
}
div.contenidosMenu table td
{
	padding: 4px;
	font-size: 11px;
	border-right: 1px solid #fdf273;
	border-bottom: 1px solid #fdf273 ;	
}
div.contenidosMenu table td p
{
	font-size: 11px;
	margin: 0;
}
/******************************************************************** hack para solucionar el overflow de los objetos con divs floats *****************************************************************/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}

