﻿@charset "utf-8";
body {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #003300;
	background: url('../img/background2.jpg') repeat fixed;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 2px;
	vertical-align: middle;
	word-spacing: normal;
	padding: 2px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 2px;
	text-transform: capitalize;
	white-space: normal;
	list-style: none;
}

#obj_title {
	position: absolute;
	height: 140px;
	width: 900px;
	left: 0px;
	top: 0px;
	background: url(../img/fonfo_01.png) repeat;
}

#contenedor_princ {
	border: 4px ridge #00CC66;
	position: relative;
	height: 600px;
	width: 900px;
	margin: auto;
	background: #F0F0F0 url(../img/sola_001.png) no-repeat right bottom;
}

#obj_men_der {
	position: absolute;
	height: 320px;
	width: 140px;
	left: 758px;
	top: 0px;
}

#obj_noticias {
	position: absolute;
	height: 401px;
	width: 140px;
	left: 0px;
	top: 196px;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	border: 1px groove #999999;
}

#obj_form {
	position: absolute;
	height: 308px;
	width: 166px;
	left: 724px;
	top: 140px;
	border: medium ridge #333333;
}

#obj_logo {
	position: absolute;
	width: 760px;
	height: 196px;
	left: 0px;
	top: 0px;
	background-color: #333;
	margin: 0px;
	text-align: left;
}

#obj_contenido {
	position: absolute;
	height: 420px;
	width: 575px;
	left: 296px;
	top: 150px;
	border: medium groove #CCCCCC;
	overflow: auto;
	padding: 8px;
}

#obj_intro {
	position: absolute;
	height: 250px;
	width: 608px;
	left: 142px;
	top: 196px;
	border: 1px outset #030;
	overflow: auto;
	padding: 4px;
	font: 12px Verdana, Geneva, sans-serif;
	text-transform: none;
}

#obj_footpag {
	position: absolute;
	height: 138px;
	width: 612px;
	left: 142px;
	top: 456px;
	border: 3px ridge #030;
	overflow: hidden;
	margin: 0px;
	text-align: left;
	background: #030;
}

#obj_copy {
	position: absolute;
	height: 210px;
	width: 140px;
	left: 758px;
	top: 382px;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	margin: 1px;
	padding: 1px;
	cursor: pointer;
	vertical-align: bottom;
	text-transform: none;
}

.botones {
	text-decoration:none;
	font-weight: bold;
	color: #FF6600;
	height: 18px;
	width: 100px;
	position: relative;
	text-align: center;
	padding-top: 3px;
	background-image: url(../img/fondo_btn.gif);
	cursor: hand;
	border: thin outset #FFFFFF;
	margin: 4px auto;
}

