body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.fondo_contenido {
	background-color: #e5e4e4;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.titulo_1 {
	font-size: 24px;
	color: #264399;
	font-weight: bold;
	line-height: 22px;
}
.titulo_2 {
	font-size: 18px;
	color: #264399;
	line-height: 36px;
	padding-left: 10px;
}
.parrafo {
	font-size: 12px;
	line-height: 18px;
	color: #474747;
	padding-right: 20px;
	padding-left: 15px;
}
.destacado {
	font-weight: bold;
	color: #264399;
}
.linea_separacion {
	background-image: url(../images/division.jpg);
	background-repeat: no-repeat;
}
.listado {
	list-style-image: url(../images/bullet_lista.gif);
}

.fotos {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	display: inline;
	float: right;
}


/* Formulario ................................................................ */
.form_txt {
	font-size: 11px;
	color: #474747;
	padding-right: 7px;
}
.form-box {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	height: 18px;
	width: 140px;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 7px;
	background-color: #FDFCFB;
	border: 1px solid #264399;
}
.form-box2 {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	height: 60px;
	width: 373px;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 7px;
	background-color: #FDFCFB;
	border: 1px solid #264399;
}
.enlace {
	font-size: 11px;
	color: #585858;
	font-weight: bold;
	text-decoration: none;
}
.btn_enviar {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #264399;
	border-width: 1px;
	border-style: solid;
	border-top-color: #6e90f5;
	border-right-color: #264399;
	border-bottom-color: #264399;
	border-left-color: #6e90f5;
}


/* Pie ................................................................ */
.fondo_pie {
	background-image: url(../images/fondo_pie.gif);
	background-repeat: no-repeat;
}
.txt_pie {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	padding-left: 15px;
}
.enlace_pie {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.creditos {
	font-size: 10px;
	color: #6e90f5;
	text-decoration: none;
	padding-right: 15px;
}
.txt_logo {
	font-size: 9px;
	color: #264399;
	padding-right: 17px;
	text-align: right;
}
