/* Estructura */
body {
	background-color: #f4f2c9;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
#page{
	margin: 15px auto;
	width: 782px;
	background-color: #ece796;
}
#content{
	width: 782px;
	float: left;
	background-color: #ece796;
}
#header{
	background-image: url(img/fondo_top.jpg);
	height: 200px;
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
}
#logo{
	width: 219px;
	height: 196px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
#top{
    width: 520px;
	text-align:left;
	float: right;
	margin: 15px 0 0 0;
}
#banner{
    width: 505px;
	height: 105px;
	text-align:left;
	float: right;
	margin: 25px 0 0 0;
}
#sidebar{
    width: 212px;
	float: left;
}
#inner{
    width: 568px;
	background-image: url(img/fondo_content.jpg);
	margin: 3px 0 0 0;
	float: right;
}
#inner_top{
	width: 100%;
	height:45px;
	float:right;
	background-image: url(img/fondo_content_top.jpg);
	background-repeat: no-repeat;
}

#bottom{
	background-image: url(img/fondo_content_bottom.jpg);
	height: 21px;
	background-repeat: no-repeat;
	margin: 0;
}
#footer{
	width:782px;
	text-align:right;
	clear: both;
	margin: 0;
	height:25px;
	background-image: url(img/fondo_bottom.jpg);
	background-repeat: no-repeat;
}
/* Fin Estructura */

	
/* Menu */
#menu{
    width: 545px;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}
#menu_lateral{
	margin: 2px 0 0 4px;
	text-align:left;	
}
#destacado{
	background-image:url(img/fondo_destacado.jpg);
	background-repeat: no-repeat;
	width: 215px;
	height:100px;
	margin: 2px 0 0 4px;
}
#destacado p{
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 20px 0 20px;
	padding: 19px 0 0 0;
	color: #336600;
}
#menu li {
	display: inline;
	margin: 0 18px 0 0;	
}

#menu ul, #menu_lateral ul, #menu_lateral ol, #footer ul{
	margin: 0;
	padding: 0;
}
#menu_lateral ul{
	text-align:center;
	width: 210px;
	height:39px;
	background-image:url(img/fondo_menu_lateral.jpg);
	background-repeat: no-repeat;
}
#menu_lateral ol{
	margin-bottom: 15px;
	margin-left: 10px;
}
#menu_lateral ul li {
	list-style-type: none;
	padding-top:6px;
	font-weight: bold;
	font-size: 1.5em;
}
#menu_lateral ol li{
	list-style-type: none;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 6px 0;
	text-align:left;
}

/* Fin Menu */

/* Enlaces */
a, a:visited {
	color: #000;
	text-decoration:none;
}
a:hover, a:active{
	color: #ed1c24;
}
#menu_lateral ol a:hover, #menu_lateral ol a:active{
	text-decoration: underline;
}
#inner a, #inner a:visited {
	color: #ed1c24;
}
#inner a:hover, #inner a:active{
	text-decoration: underline;
}
#destacado a, #destacado a:visited{
	color: #336600;
}
#footer a, #footer a:visited {
	color: #000;
	font-weight: normal;
}
#footer a:hover, #footer a:active{
	color: #ed1c24;
	text-decoration: underline;
}
/* Fin Enlaces */

/* Tags */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	color: #336600;
}
h2 {
	font-size: 1.9em;
	margin: 11px 0 0 0;
	color: #336600;
}
h3 {
	font-size: 1.3em;
	margin: 11px 20px 0 20px;
}
p {
	font-size: 1.1em;
	margin: 15px 0 0 0;
}
#inner_in ul{
	text-align:left;
	margin-left: 40px;
}
#inner p{	
	padding: 0 20px 0 20px;
}
#footer li{
	list-style-type: none;
	font-weight: bold;
	font-size: 1.1em;
	display: inline;
	margin: 0 30px 0 0;
}

/* Fin Tags */

/* Especiales */
.justify{
	text-align:justify;
	}
.center{
	text-align: center;
}
#images_index img{
	margin: 15px -1px 0 -1px;
	padding: 0;
}
#formulario{
	margin: 15px 0 0 0;
	padding: 0;
}
label {
	width:130px;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #000;
	font:1em;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}
label span {
	width:130px;
	display:block; 
	margin: 0 0 10px 0;
}
input, textarea, select { 
	padding:3px;
	border:1px solid #99cc00; 
	font:1em Verdana;
	color:#000;
	background:#ffffff;
	vertical-align:top;
}
textarea, input {
	width:298px; 
}
input.sendbutton	{
	width:100px;
	padding:2px 1em;
	margin: 0;
	font-size:1em;
	background: #ffff99;
	border:1px solid #99cc00!important;
	
}

/* Fin Especiales */
