/* CSS Document */
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 0.8em;
}
h1{
	font-size: 4em;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
h2{
	font-size: 1.3em;
	color: #FFFFCC;
	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: 5px;
	color: #FFFFFF;
	background-color: #000000;
	white-space: normal;
	line-height: normal;
}
img{
	border: 0px;
	vertical-align: middle;
}
a{
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	font-style: italic;
	font-size: 1em;
}
a:active {
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/***********
************ CONTENEDOR
************/

.contenedor{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagenes/img_index_1.jpg);
	background-position: center top;
}

/***********
************ CABECERAS
************/

.divcabecera{
	width: 950px;
	align: center;
	margin: 0px;
	padding: 0px;
}

.divsubcabecera1{
	width: 950px;
	align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.divsubcabecera2{
	width: 900px;
	align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/***********
************ CUERPO
************/

.divcuerpo{
	align: center;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	height: 100%;
	clear: both;
}

.divcuerpo01{
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(imagenes/136_3605.jpg);
}

.divsecizq{
	align: left;
	width: 44%;
	float: right;
	height: 100%;
	background-position: center;
	text-align: center;
	margin: 5px;
	padding: 0px;
}

.divsecder{
	align: right;
	float: left;
	height: 100%;
	width: 45%;
	overflow: visible;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
}

.divpie{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 100%;
	font-size: 0.9em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	clear: both;
	background-color: #000000;
}
.derecha {
	text-align: right;
}
.centro {
	text-align: center;
}

