/* CSS Document */
html, body {height: 100%;}
body{
	margin:0;
	padding:0;
	background: transparent url("imgs/bgInicio.gif") repeat-x top;
	background-color:#2e2e2e;
}
#actual{
	background: url("imgs/bgHeaderBar_over.gif") repeat;
}
#contenedor{
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	padding:0;
	width:1022px;
}
#contenedorCentro{
	padding: 0 15px 0 15px;
	width:992px;
	background: transparent url("imgs/bgSombra.gif") repeat-y;
	float: left;
}
#header{
	width: 100%;
	height: 136px;
	margin: 0;
}
#header h1{
	margin:0;
	padding:0;
}
#header h1 a{
	float:left;
	height: 115px;
	width: 288px;
}
#headerMenu{
	background: transparent url("imgs/bgHeaderBar.gif") repeat-x;
	float:left;
	height:43px;
	width:890px;
}
#headerMenu ul{
	display:block;
	list-style:none outside none;
	margin: 0;
	padding:0;
	text-decoration:none;
}
#headerMenu li{
	float: left;
	border-width:0;
	display:inline;
	padding:12px 15px 13px;
	border:solid #24322e;
	border-width: 0 1px 0 0;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 0.9em;
}
#headerMenu li a{
	color: #FFFFFF;
	text-decoration: none;
}
#headerMenu li a:hover{
	text-decoration: underline;
}
#headerContent{
	float:left;
	padding:15px 0 0 20px;
	width:270px;
}
#idiomas{
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    height: 40px;
    margin: 20px 0 0;
    width: 220px;
    color: #464e4C;
}
#idiomas ul{
	list-style:none;
    margin:0;
    padding:0;
}
#idiomas li{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 4px;
    width: 100px;
}
.current{
    color: #000000;
}
#idiomas li a{
    text-decoration: none;
    color: #A0B5B0;
}
#idiomas li a:hover{
    text-decoration: underline;
    color: #000000;
}
#idiomas li img{
    margin: 0 3px -5px 0;
    border:0px;
}
#pincelDown a{
	width:181px;
	float: left;
	height:90px;
	background: transparent url("imgs/pincelDown.png") no-repeat left;
}
#pincelUp{
	width:137px;
	float: left;
	height:41px;
	margin: 2px 0 0 -59px;
	background: transparent url("imgs/pincelUp.png") no-repeat left;
}
#sombra{
	margin: 0;
	padding:0;
	float: left;
	width:83px;
	height:43px;
	background: transparent url("imgs/sombraMenu.gif") no-repeat left;
}
#headerContent h1{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
}
#headerContent h1 a{
	color: #FFFFFF;
	text-decoration: none;
	height:70px;
}
#headerContent h1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.foot{ 
	float:left;
	font-size:0.75em;
	padding: 15px 62px 0 22px;  /*margen izquierdo */
}

.foot ul{ 
	padding:0; /* para que no haya separacion horizontal entre el title y el resto */
	margin:0 0 0 8px;  /*poniendo algo en el ultimo distanciamos el title del resto*/
	list-style:none;
	font-family: arial, verdana, "Times New Roman";
	font-size: 1.2empx;
	letter-spacing: 0.5;
}
.foot li, .foot li a{
	border-width: 0 0 0 0 ;
	color: #a0b5b0;
	list-style-type:none;
	padding: 1px 0 1px 0px;
	text-decoration: none;
}

.foot li a:hover{
	border-width: 0 0 0 0 ;
	color: #000000;
	list-style-type:none;
	padding: 1px 0 1px 0px;
	text-decoration: underline;
}

.foot h4 {
	font-size:2em;
	color: #ffffff;
	font-family: Arial, Tahoma, "Times New Roman";
	font-weight:bold;
	margin:5px;  /*para que no haya separacion entre el title y el resto*/
}

#footerBox{
	height: 180px;
	width: 100%;
	float: left;
	background: url("imgs/bgHeader.gif") repeat;
	margin: 20px 0 0 0;
}
/*#footer{
	margin: 0 auto;
	padding: 0;
	width: 995px;
	width: 635px;
	margin: 0 0 0 360px;
}*/

#footer{
	margin: 0 auto;
	padding: 0;
	width: 995px;
}
.menuFooter{
	float: left;
	margin: 0 30px 0 0;
	padding: 0;	
}
.queEs{
	font-size:13;
	font-family: Arial, Tahoma, "Times New Roman";
	font-weight:bold;
	color: #a0b5b0;
	width: 209px;
}
#textoDown{
	text-align: center;
	font: Times New Roman, Times, serif;
	color: #000000;
	font-size: 13px;
	float: left;
	margin: 0;
	padding: 0;
	background: url("imgs/bgHeader.gif") repeat;
	width:100%;
}
#contenido{
	margin: 0;
	padding:0 34px 0 34px;
	float:left;
	background-color: #000000;
	background: url("imgs/bgBordes.png") repeat-y;
}
.error{
	color:#000000;
	background-color:#FF3333;
	float:none;
	text-align:center;
	padding:10px 0 10px 0;
}