body{
	font-family:Arial, Helvetica, sans-serif;
}
.principal {
	width: 940px;
	margin: 0 auto;
}
.titulo{
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.parrafo{
	font-size: 13px;
	color: #666666;
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.principal .banner {
	height: 230px;
	background-image: url(./banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	/* border: 1px dotted #990000;
	background-color: #eee; */
}
.principal .col_izq {
	float: left;
	width: 280px;
	margin-right: 20px;
	background-color: #E6E6E6;
}
.principal .col_central {
	float: left;
	width: 400px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
.principal .col_der {
	float: left;
	width: 220px;
	background-color: #FFFFFF;
}
.principal .col_der .ingreso {
	background-image: url(./cuadro.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 105px;
}
.principal .col_der .ingreso .intro {
	text-align: center;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.principal .col_der .ingreso .fila {
	font-size: 13px;
	padding-bottom: 24px;
}
.principal .col_der .ingreso .fila .etiqueta {
	float: left;
	margin-right: 5px;
	width: 60px;
	padding-top: 3px;
}
.principal .col_der .ingreso .fila .campo {
	float: left
}
.principal .col_der .imagen1{
	/* Este es el estilo de la imagen de 220pixels x 230pixeles*/
	background-image: url(imagen1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 230px;
}
.principal .col_der .imagen2{
	/* Este es el estilo de la imagen de 220pixels x 321pixeles*/
	background-image: url(imagen2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 330px;
}
.principal .col_izq .ingreso {
	background-image: url(./cuadro2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 105px;
}
.principal .col_izq .ingreso .intro {
	text-align: center;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.principal .col_izq .ingreso .fila {
	font-size: 13px;
	padding-bottom: 24px;
}
.principal .col_izq .ingreso .fila .etiqueta {
	float: left;
	margin-right: 5px;
	width: 60px;
	padding-top: 3px;
}
.principal .col_izq .ingreso .fila .campo {
	float: left
}
	
	