body {
	background-color: #cfdee2;
	background-image: url(../images/background_body.jpg);
	background-repeat: repeat-x;
}
.tabla_1 {
	background-color: transparent;
	background-image: url(../images/background_tabla1.jpg);
	background-repeat: repeat-x;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.tabla_2 {
	background-color: #FFFFFF;
	background-image: url(../images/background_tabla2.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	color: #005279;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	height: 520px;
}
.tabla_3 {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #737373;
	text-align: center;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
}
.titus {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	line-height: 26px;
	color: #355982;
}

.subtitus {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
	line-height: 26px;
	color: #355982;
}
.tabla_interior {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 30px;
}
.ficha {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 10px;
	padding: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
.ficha th {
	background-color: #D5D6FF;
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
	width: 100px;
	margin: 0px;
}
.ficha td {
	background-color: #fff;
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
	margin: 0px;
}


/*
	Menu Vertical
*/
#menuv {
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
}

#menuv a {
	text-decoration: none;
	color: #336;
	background: #F0F7FC;
	display: block;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#menuv a:hover {
	background: #DBEBF6;
	color: #369;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C4C8;
}

.leer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #069;
	text-decoration: none;
	top: auto;
}
