/***** 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;*/
}

.contenedoraImagenes
{
	float: right;
	text-align: center;

	margin: 0px 0px 0px 5px;
	padding: 10px;
}
.img_contenidos_abajo
{
	border: 1px solid #bdbdbd;
	width: 333px;
	float: left;
	margin: 30px 0px 0px 70px;
}
.img_contenidos_abajo a
{
	font: bold 9px Verdana;
	color: #00003C;
	text-decoration: none;
	padding: 3px;
	float: left;
	width: 333px;
	text-align: right;
}
#img_contacto
{
	background-image: url(../../imagenes/contacto/img_contacto.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	width: 294px;
	min-height: 500px;
}
.img_contenidos
{
	border-top: 1px solid #bdbdbd;
	margin: 0px;
}

.textoNormal
{
	padding-top: 10px;
}
#boton_formulario a
{
	background-image: url(../../imagenes/contacto/btn_formulario.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 143px;
	min-height: 25px;
	font: bold 10px Verdana;
	color: #000094;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-left: 50px;
}
#boton_formulario a:hover
{
	color: #f70000;
}
