#contenido {
	background-image:url(../imagenes/contenido_bg.gif);
	width:750px;

}
img{
	border-width:0px;
}

#foto {
	background: url(../imagenes/principal.jpg) no-repeat;
	width: 395px;
	height: 265px;
	padding-top: 35px;
}

#izquierda {
	float:left;
	width:240px;
	padding: 0px 0px 10px 0px;
	margin-left:10px;
	display:inline;
	border-right: #FFF 2px solid;
}
#izquierda a{
	color:#c77e0c;
	text-decoration : none;
	line-height : 13px;
	
}
#izquierda a:hover{
	color:#85a157;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.contenedorfoto { 
   float:left; 
   width:210px; 
   height:88px; 
   margin: 6px; 
   padding:8px; 
   background-color:#f5f7f9; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   text-align:center; 
}

.links { 
   float:left; 
   width:200px; 
   height:72px; 
   margin: 6px; 
   padding:2px; 
   background-color:#f5f7f9; 
   text-align:center; 
}

#derecha {
	float:right;
	width:435px;
	padding: 20px 10px 10px 0px;
	display:inline;
}

#derecha a{color:#28556b;}
#derecha a:hover{color:#c77e0c;}
#foto a{
	margin-right:14px;
}
.separa {
	border-top: 1px solid #85a157;
	margin-bottom: 12px;
}
