*{
	margin: 0px;
	padding: 0px;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family:"Trebuchet MS",Arial,Tahoma,Helvetica,Sans-serif;
	font-size:0.8em;
	color: #6B7276;
	background-color: #514746;
	background-image: url(../images/fondo.jpg);
	margin: 0px;
	padding: 0px;
}
#main{
	margin-top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}
#cabecera{
	background-image: url(../images/fondocabecera.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#cabecera a{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
#cabecera a:hover{
	color: Highlight;
	text-decoration: none;
}
#contenido{
	padding-left: 0px;
}
#logo{
	float: right;
}
#logo img{
	border: none;
}
#cabecera ul{
	list-style: none;
}
#cabecera ul li{
	float: left;
	display: inline;
	margin-left: 5px;
}
#menu{
	margin-top: 25px;
	margin-left: 8px;
	margin-bottom: 5px;
	
}
#menu a{
	margin-right: 10px;
		color: #8A8A8A;
}
.grande{
	font-size: 20px;
}
#menupeque{ 
background-color: #E8ECEE; 

padding-left: 8px;
}
#menupeque a{  
	font-weight: normal;
	color: #535353;
}
.claro{
	color: White;
}
#bajo{
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}
#banners{
	margin-top: 0px;
	border-top: 8px solid #EFEFEF;
	padding-top: 10px;
}
#banners div{
		float:left;
		min-height: 120px;
		height: 110px;
}
#links{
	margin-top: 20px;
	margin-bottom: 10px;
}
#links strong{
	font-size: 20px;
}

#links img{
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	border: 3px solid #E8ECEE;
}
#links a{
	color: #493F3E;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#links a:hover{
	color: #1C1565;
		text-decoration: underline;
}
.b1{
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	width:251px;
	background-position: bottom;	
	border: 1px solid #D6DDDD;
}
.b1 div{
	padding: 10px;
	color:white;
	text-transform: uppercase;
	width: 50%;
	padding-top: 80px;
	font-weight: bold;
}
.b2{
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	width:210px;
	margin-left: 10px;
	margin-right: 9px;
	background-position: bottom;	
	border: 1px solid #D6DDDD;
}
.b2 div{
	padding-top: 63px;
	margin-bottom: 5px;
	margin-top: auto;
	height: auto;
	padding-left: 10px;
	color:black;
	width: 50%;
	font-weight: bold;
	text-transform: uppercase;
}
.b3{
	background-image: url(../images/banner3.jpg);
	background-repeat: no-repeat;
	width:314px;
	background-position: bottom;	
	border: 1px solid #D6DDDD;
	
		
}
.b3 div{
	width:305px;
	float: none;
	text-align: right;
	padding-right: 5px;
	color:black;
	padding-top: 53px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D2B86A;
}
#texto{
	padding: 10px;
	font-size: 13px;
	
}
#texto h1{
	color: #504943;
	font-size: 20px;
}
