
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font: 12px/140% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #e0e0ba;
	background: #12110f;
}

a:link, a:visited { color: #eceb81; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #ffffff; text-decoration: underline;}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner_w10 {
	float: left;
	width: 10px;
	height: 100%;
	font-size: 1px;	
}

.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;	
}

.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;	
}

.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_h40 {
	clear: both;
	width: 100%;
	height: 40px;
	font-size: 1px;	
}

.cleaner_horizontal_divider_01 {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 1px;	
	background: url(../imagenes/plantilla_horizontal_divider_01.jpg) repeat-x;
}

#plantilla_container{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
} 

#plantilla_header {
	width: 940px;
	height: 210px;
	margin: 10px 0 0 0;
	padding: 0px;
	background: url(../imagenes/plantilla_header_bg.jpg) no-repeat;
}

#plantilla_header #plantilla_menu{
	float: left;
	width: 660px;
	height: 50px;
}

#plantilla_menu ul {
	width: 630px;
	margin: 8px 0 0 310px;
	padding: 0px;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#plantilla_menu ul li{
	display: inline;
}

#plantilla_menu ul li a{
	float: left;
	padding: 0 8px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: url(../imagenes/plantilla_menu_divider.gif) top right repeat-y;
	color: #FFF;
	font-weight: bold;
	outline: none;
}

#plantilla_menu li a:hover, #plantilla_menu li .current{
	color: #eceb81;
}

#plantilla_menu li .last{
	background: none;
}

#plantilla_menu li .currentlast{
	background: none;
	color: #eceb81;
}

/* content */

#plantilla_content {
	clear: both;
	position: relative;
	width: 940px;
	margin: 0px;
	padding: 0px;
/*	background: #3c3936;*/
	background: #1F513D;
}

#plantilla_content_bottom {
	position: absolute;
	border: 0;
	left: 0;
	width: 940px;
	height: 20px;
	background: url(../imagenes/plantilla_content_bottom.jpg) no-repeat;
}

#plantilla_content #content_all{
	float: left;
	width: 900px;
	margin: 0px;
	padding: 25px 20px 10px 20px;
	background: #1F513D url(../imagenes/plantilla_content_top.jpg) top repeat-x;
}

#content_all .content_title_01 {
	font-size: 18px;
	color: #eceb81;
	padding-bottom: 8px;
	margin-bottom: 15px;
	background: url(../imagenes/plantilla_horizontal_divider_01.jpg) bottom repeat-x;	
}


#plantilla_content #content_left{
	float: left;
	width: 230px;
	margin: 0px;
	padding:  20px 0 0 0;
	background: #2f2c29 url(../imagenes/plantilla_left_column_top.jpg) top repeat-x;
}

#content_left .content_title_01 {
	font-size: 18px;
	color: #eceb81;
	padding-bottom: 8px;
	margin-bottom: 15px;
	background: url(../imagenes/plantilla_horizontal_divider_01.jpg) bottom repeat-x;	
}

#plantilla_content #content_right{
	float: right;
	width: 690px;
	margin: 0px;
	padding:  20px 0 0 20px;
	background: url(../imagenes/plantilla_content_top.jpg) top repeat-x;
}

#content_right .content_title_01 {
	font-size: 18px;
	color: #eceb81;
	padding-bottom: 8px;
	margin-bottom: 15px;
	background: url(../imagenes/plantilla_horizontal_divider_02.jpg) bottom repeat-x;
}

#content_left .content_left_section {
	padding: 0 20px;
}

.content_left_section p{
	text-align: justify;
}

.content_left_section .news_title {
	font-size: 14px;
	font-weight: bold;
	color: #eceb81;
}

.content_left_section form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.content_left_section form select {
	margin-right: 10px;	
}

.content_left_section form label {
	display: inline-block;
	width: 50px;
	margin-right: 5px;
}

.content_left_section form .form_row{
	margin-bottom: 20px;
}

.content_left_section .inputfield {
	color: #000;
	font-variant: normal;
	height: 16px;
	padding: 2px;
}

#content_all .content_all_section {
	margin: 0;
}

.content_all_section li{
	margin-left: 60px;
}

.content_all_section p{
	text-align: justify;
	padding-bottom: 10px;
}

#content_all .content_all_2column_boxI {
	float: left;
	width: 400px;
	_width: 380px;
	margin-left: 25px;
	margin-right: 20px;
}

#content_all .content_all_2column_boxD {
	float: right;
	width: 400px;
	_width: 380px;
	margin-left: 20px;
	margin-right: 25px;
}

#content_all .gallery_box {
	float: left;
	width: 82px;
	padding: 5px;
	background: #221f1d;
	text-align: center;
	margin-right: 15px;
}

#content_all .gallery_box:hover {
	background: #13110f;
}

#content_right .content_right_section {
	margin: 0 20px 0 0;
}

.content_right_section img {
	float: left;
	border: 5px solid #2f2c29;
	margin: 3px 20px 0 0;
}

.content_right_section p{
	text-align: justify;
	padding-bottom: 10px;
}

#content_right .content_right_2column_box {
	float: left;
	width: 250px;
	margin-right: 30px;
}

#content_right .gallery_box {
	float: left;
	width: 82px;
	padding: 5px;
	background: #221f1d;
	text-align: center;
	margin-right: 15px;
}

#content_right .gallery_box:hover {
	background: #13110f;
}

.gallery_box a {
	color: #FFF;
	text-decoration: none;
}

.gallery_box a:hover {
	text-decoration: underline;	
}

.gallery_box img{
	margin: 0 0 5px 0;
	border: none;
}

/* footer */

#plantilla_footer_top {
	clear: both;
	width: 940px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: #12110f url(../imagenes/plantilla_footer_top.jpg) top repeat-x;
}

#plantilla_footer {
	clear: both;
	width: 940px;
	height: 65px;
	margin-bottom: 15px;
	padding: 5px 0 15px 0;
	font-size: 11px;
	text-align: center;
	color: #e0e0ba;
	background: #12110f url(../imagenes/plantilla_footer_bg.jpg) no-repeat;
}

#plantilla_footer a {
	color: #e0e0ba;
	text-decoration: underline;
	font-weight: normal;
}

#plantilla_footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* end of footer */

.form {
	float: right;
	width: 460px;
	margin: auto;
	text-align: right;
}

.divspace {
margin: 4px 0px 4px 0px;
}

.datoscontacto {
	float:left;
	width: 400px;
	margin: 0 0 0 0;
	text-align: left;
}

.floatright {
	float: right;
	margin: 0 0 10px 20px;
	border: 6px solid #0C2F21;
	padding: 1px;
	background:#e0e0ba;
}

.floatleft {
	float: left;
	padding: 1px;
	border: 6px solid #0C2F21;
	margin: 0px 20px 10px 0;
	background:#e0e0ba;
}

.floatcenter {
	display: block;	
	padding: 1px;
	border: 6px solid #0C2F21;
	margin: 0px auto 10px auto;
	background:#e0e0ba;
	text-align:center;
}

.imgright {
	float: right;
	margin: 0 0 10px 20px;
}

.imgleft {
	float: left;
	margin: 0px 20px 10px 0;
}

.imgcenter {
	display: block;	
	margin: 0px auto 10px auto;
	text-align: center;
}

.capatextolegal {
	overflow: auto;
	visibility: visible;
	font: 11px/130% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	text-align: justify;
}
