body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	background-color: #ffffff;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}

.encabezado_tabla{
	background-image: url(img/fondo_titulo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.tabla{
	background-image: url(img/area_trabajo.gif);
	background-repeat: repeat;
	border-collapse: collapse;
}

.columna_derecha{
	background-image: url(img/img_der.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.columna_izquierda{
	background-image: url(img/img_izq.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


.parrafo_centro{
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 12px;
}

ul {
list-style-type: disc;
}


.parrafo_derecho{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	padding: 12px;

}


.parrafo_izquierda{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	padding-top: 38px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 26px;

}

.columna_derecha_quien{
	background-image: url(img/vision.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.columna_izquierda_quien{
	background-image: url(img/mision.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}



.subencabezado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #990000;
}

a.negro:link { color: #000000; text-decoration: none}
a.negro:visited {color: #000000; text-decoration: none}
a.negro:hover {text-decoration: underline}

hr {
border: none;
color: #666666;
height: 1px;
}

#flashcontent2{
width: 865px; 
height: 155px; 
text-align: center;
margin: 0px auto -1px auto;
}

.tabla_formulario{
	background-repeat: repeat;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding: 5px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFCC;
}

