@charset "utf-8";
/* Generales */
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

a, a:link, a:hover, a:active {
	color:#e2001a;
}

#Contenedor {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

/* Cabecera */
#Cabecera {
	float:left;
	clear:left;
}

#Logo {
	clear:left;
	float:left;
	width:592px;
	height:111px;
}

#Catalogo {
	clear:none;
	float:right;
	width:168px;
	height:181px;
}

#Entrada {
	clear:left;
	float:left;
	width:572px;
	height:50px;
	padding:10px;
}

.Entrada_Izquierda {
	clear:none;
	float:left;
}

.Entrada_Derecha {
	clear:none;
	float:right;
	text-align:right;
}

#Entrada2 {
	clear:left;
	float:left;
	width:572px;
	padding:10px;
}

/* Lateral */
#LateralIzquierdo {
	float:left;
	clear:left;
	width:328px;
	padding:0px;
}

#LateralDerecho {
	float:right;
	clear:none;
	width:432px;
	text-align:center;
}

.DownloadText {
	width:100%;
}

.Catalogo {
	width:100%;
}

.Formulario {
	width:300px;
	height:250px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#ffffec;
	border:1px solid #000000;
}

.FormularioFila {
	clear:left;
	float:left;
	width:100%;
	line-height:24px;
	vertical-align:middle;	
}

label {
	clear:left;
	float:left;
	width:75px;
	text-align:left;
}

/* Pie */
#Pie {
	float:left;
	clear:left;
}