@charset "utf-8";
/* CSS Document */


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:#CCC;
	line-height:13px;
	}
	
a{	
	color:#da1071;
}
	
*{
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
.clear {clear: both;}

img{
	border:0;
	}
    
div {
    position: relative;
}
	
#contenedor{
	width:817px;
	margin:0 auto;
	background:url(../gfx/back_sombra.gif) repeat-y;
	}
	
#home{
	width:775px;
	margin-left:21px;
	}
	
#header{
	width:776px;
	height:125px;
	background:#333333;
	}
	
#header h1{
	margin-left:10px;
	position:relative;
	margin-right:20px;
	top:10px;
	float:left;
	}
	
#header #menu{
	width:490px;
	float:left;

	}
	
#header #menu ul {
	list-style-type:none;
	}

#header #menu ul li{
	border-right:1px solid #CCCCCC;
	float:left;
	}
	
#header #menu ul li a{
	display:block;
	padding:56px 15px;
	text-decoration:none;
	color:#FFF;
	font-family: 11px;
	}	
	
#header #menu a:hover{
	background:#000;
	}
.primero{
	border-left:1px solid #CCCCCC;
	}
	
#header #idiomas {
	float:left;
	margin-top:10px;
	}

#header #idiomas ul{
	width:50px;
	list-style-type:none;
	}

#header #idiomas li {
    float:left;
    margin-top:10px;
    width:65px;
}

#header #idiomas img {
   border: 2px solid #333;
}

#header #idiomas img:hover {
   border: 2px solid #CCC;
}	
	
#contenido{

	}
	
	
#contenido #izquierda{
	width:535px;
	float:left;
	padding:25px 15px;

	}
	
#contenido #derecha{
	width:150px;
	float:left;
	padding:15px 0;
	}
	
#footer{
	clear:both;
	height:90px;
	background:#333333;
	width:776px;
	margin-top:40px;
	}
	
#footer p{
	color: #CCCCCC;
	text-align:center;
	padding-top:40px;
	}
	
#footer a{color: #CCCCCC;}
	
#footer a:hover{color: #FFF;}
    
#error {
    padding: 5px;
    color: white;
    background-color: black;
}

#error h1 {font-size: 100%; color: red;}