@charset "utf-8";
/* CSS Document */

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}

#maqueta-home {
	text-align: left;
	width: 941px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9em;
}


#maqueta-a-textom1{
	margin-left: 19px;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	border-bottom:1px solid #828073;
}


/* Pie 4 cols */

#pie h2 a{
	color: #300032;
	font-size: 1.2em;
	text-decoration:none;
	
}

#pie h2 a:hover{

color: #406285;

}

#pie {
	color: #777;
	clear: both;
	font-size: 0.7em;
	width: 941px;
	text-align: left;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top: 0px solid #ccc
}

#pie-izq {
	float: left;
	width: 448px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 17px;
}
#pie-der {
	float: right;
	width: 442px;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 2px;
}
#pie-izq-1 {
	float: left;
	width: 216px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;

}
#pie-izq-2 {
	width: 216px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-left: 0.1em;
}
#pie-der-1 {
	float: left;
	width: 216px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-left: 0.1em;
}
#pie-der-2 {
	float: right;
	width: 216px;
}


