/* CSS Document */
body{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	background-color: #90A613;
	color: #000000;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 125%;
}

h1{
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2{
	font-size: 1.5em;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

h3{
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #006600;
	padding: 2px 3px 2px 12px;
	text-align: center;
}

p{
	text-align: justify;
	width: auto;
	padding: 2px;
}

img{
	border: 0px;
}

.imgborde {
	border: 4px solid #000000;
}

a{
		color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	border: 0px;
}
a.azul{
		color: #0033FF;
	font-weight: bold;
	text-decoration: underline;
	border: 0px;
}

a:hover{
	color: #33FF33;
	font-weight: bold;
	text-decoration: underline;
}


/***********
************ CABECERAS
************/

.divcabecera{
	width: 100%;
	align: center;
	background-color: #6C7F00;
	margin-right: auto;
	margin-left: 0px;
	text-align: center;
}

.divsubcabecera1{
	width: 900px;
	align: center;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}

.divsubcabecera2{
	width: 900px;
	align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/***********
************ CUERPO
************/

.divcuerpo{
	background-color: #F1F1EA;
	align: center;
	width: 900px;
	margin-left: auto;
	height: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.divcuerpo01{
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.divsecizq{
	align: left;
	width: 47%;
	float: left;
	height: 100%;
	margin-top: 25px;
	margin-right: 22px;
	margin-bottom: 25px;
	margin-left: 22px;
}

.divsecder{
	align: right;
	float: left;
	height: 100%;
	width: 40%;
	overflow: auto;
	background-color: #9CAF33;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
}

.divcorreo{
	align: center;
	color: #0066FF;
	width: auto;
	clear: both;
	text-align: center;
	background-image: url(imagenes/fondo_abajo.gif);
	background-position: bottom;
	height: 200px;
	background-color: #F1F1EA;
}
.divfotodeco{
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo_tabla.gif);
	background-repeat: repeat;
	vertical-align: middle;
	margin: 5px auto;
	padding: 7px;
	width: 97%;
	border: 0px;
}
.divfotofondo{
	background-color: #FFFFFF;
	margin: 5px auto;
	width: 95%;
	border: 5px solid #D0E0FF;
	padding: 5px;
}
.divtextdeco{
	background-color: #F6FFF6;
	vertical-align: middle;
	margin: 5px auto;
	padding: 7px;
	width: 97%;
	border: 0px;
}
.divtextfondo{
	background-color: #FFFFFF;
	margin: 5px auto;
	width: 95%;
	border: 5px solid #EEEEFF;
	padding: 5px;
}

.divpie{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 900px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #FFFFFF;
	font-size: 0.8em;
}
.derecha {
	text-align: right;
}
.centro {
	text-align: center;
}
