/***** contenido *****/
#contenido
{
	background-image: url(../imagenes/portada/fondo_contenidos.gif);
	background-position: left top;
	background-repeat: repeat-x;

	width: 755px;
	min-height: 150px;
	height: auto;
	margin: 0px;
	float: left;
	/*border: 1px solid red;*/
}

.izq, .der
{
	float: left;

}
.izq 
{
	background: url(../../imagenes/contacto/izq.jpg) left top no-repeat;
	width: 333px;
	min-height: 371px;
	height: auto;
	margin: 0px 0px 0px 0px;
}
.der 
{
	background: url(../../imagenes/contacto/der.jpg) left top no-repeat;
	width: 391px;
	min-height: 371px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.cen
{
	
	color: #F8FCFE;
	font: normal 10px Verdana,Sans-serif;
	letter-spacing: 1px;
}
.der .cen
{
	padding: 45px 0px 0px 16px;

}
.der .cen a
{
	background: url(../../imagenes/contacto/descargar.gif) left top no-repeat;
	padding-top: 9px;
	min-height: 23px;
	display: block;
	font: bold 10px Verdana,Sans-serif;
	letter-spacing: 1px;
	color: #C9F2FF;
	text-decoration: none;

}
.der .cen a:hover
{
	color: #003A52;
}
.der .cen img
{
	border: 1px solid #C9E0EB;
	
}
.izq .cen
{
	padding: 20px 15px 0px 30px;
	width: 270px;
}
.izq .cen a
{
	color: #C1EDFE;
	font-weight: normal;
	text-decoration: underline;
}
.izq .cen a:hover
{
	text-decoration: underline;
}
.btn_form
{
	background: url(../../imagenes/contacto/btnform.gif) left top repeat-x;
	width: 168px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #003A52;
	padding-top: 6px;
	margin-top: 10px;
	border: 1px solid #CCDBE2;


}
.izq .cen .btn_form a
{

	color: #003A52;
	text-decoration: none;
}
.izq .cen .btn_form a:hover
{
	color: #fff;
	text-decoration: none;
}
