@charset "utf-8";
/* CSS LAARSA by zell */


body{
	font-size:12px;
	font-family:Calibri, "Trebuchet MS";
	color:#FFFFFF;
	background: #000000;
}

#cuerpo{
	font-size:12px;
	font-family:Calibri, "Trebuchet MS";
	color:#FFFFFF;
	background: #000000;
}

a{color:#FFFFFF;}

#wrapper{
	
	width:1000px;
	position:relative;
	margin:auto;
	/*border:thin solid #FFFFFF;		*/
}

#upperHeader{

	width:900px;
	position:relative;
	margin:auto;
	background:url(../../img/headerPrin.png) no-repeat;
	height:181px;
}

#header{
	
	background-image:url(../../img/header_back2.jpg);
	background-repeat:repeat-y;
	/*height:106px;*/
}

#separador{ height:2px;}


/* Contenido */

#content {	
	background:transparent url(../../img/shadow_out.png) top repeat-y;
	/*border: solid 1px red;*/
	float: left;
	width: 100%;
	height:100%;
}

#content .main
{
	/*border: solid 1px blue;*/
	/*float: left;*/
	width: 100%;
	font-size:14px;
}

.cuadroTextoLeft{

	/*border: solid 1px;*/
	margin:0 15px 0 15px;
}
.flash {
	margin:15px 15px 0 15px;
	/*border: solid 1px;*/
	float:right;
}

#footer
{
	background:#4b5676 url(../../img/footer.jpg) repeat-x;
	float:
}

.right{float:right;}
.left{float:left;}
.none{float:none;}
.needsToClear {	clear:both;}



/*thumbnails*/

#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	list-style:none;
	text-align:center;
}

#content ul.thumbs a{
	text-decoration: none; 
	color: #11A0CF; 
	font-size: 1em; 
	padding: 1px 2px; 
}

#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
}	

#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }

/*fin de thumbnails*/

/*Menu*/

#menu{
	padding-top:8px;
	background-color:#4b5676;
	height:20px;
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
	float: left;
	position: relative;

}

#csstopmenu a{
text-decoration: none;
}

#lista{
display:inline;

}
.mainitems{
/*border: 0px solid black; /*Color border*/
border-left-width: 0px;
/*background-color: #D8FE89;*/ /*Color fondo texto*/
}

.headerlinks a{
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	margin: auto 14px; /*Espacio entre menus*/
	font-weight: bold;
	color: white;

	
}

.headerlinks a:hover{
	color:#999999;
}
.submenus{
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	display: none;
	width: 10em;
	position: absolute;
	top: 1.2em;
	left: 10px;
	background-color: #4b5676; /*Color de fondo del submenu*/
	border: 1px solid #4b5676; /*Color borde*/
	font-weight: bold;
	color:white;

}
.submenus li{
width: 100%;
border-bottom:#999999 thin;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}
html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color:#FFFFFF; /*ColorFondo submenu rollover*/
color: black; /*Color de texto submenu rollover*/
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
/*se cierra menu*/

