@charset "utf-8";
.contenedor_principal {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:auto;
}
.contenedor_secundario {
	float:left;
	width:950px;
	height:auto;
	background-image:url(imgs/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#D2D2D2;
	border: 1px solid #000000;
}
.contenedor_3 {
	float:left;
	width:910px;
	height:auto;
	margin-left:20px;
	margin-right:20px;
}
.texto {
	font-family: "Rockwell", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.texto2 {
	font-family: "Rockwell", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FF0000;
	text-decoration: none;
}
.texto_titulo {
	font-family: "Rockwell", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#FF0000;
	text-decoration: none;
}
.caja_de_texto {
	float:left;
	width:280px;
	height:auto;
	margin:10px;
}
.tit {
	float:left;
	width:280px;
	height:49px;
	margin-bottom:20px;
}
.text {
	float:left;
	width:280px;
	height:auto;
}
.img {
	float:left;
	width:280px;
	height:auto;
}
.creditos {
	margin-left:auto;
	margin-right:auto;
	width:910px;
	height:auto;
}
.box_contactos {
	float:left;
	width: 880px;
	height:auto;
	margin:20px;
}
.text_contactos {
	float:left;
	width:300px;
	height:200px;
	padding:25px;
	background-image:url(imgs/cuadro_contact.png);
	background-repeat:no-repeat;
}
.box_formulario {
	float:left;
	width:530px;
	height:auto;
}
	
