/* COMMON */
.body{ background-color:#710000; background-image:url(fs_files/tpl_img/background-repeat.png); background-repeat:repeat-x;padding-top: 0px; padding-bottom: 10px; }
#content { margin:auto; width:780px;}
body, html{
	margin:0px;
	padding:0px;
	font-family:sans-serif, arial, helvetica;
}
/* HEADER */
#header { position:relative; height: 134px; width: 760px; clear:both; }
#header .logo { float: left; padding-top: 25px; padding-left: 40px; }
#header .title { float:left;  }
#header .title a { font-family:sans-serif, tahoma, verdana;	line-height:34px;font-size:34px;color:#75903E;font-weight:bold;text-decoration:none; }
#header .slogan{ clear:both;float:left;font-size:15px;color:#7CA433;font-family:sans-serif, tahoma, verdana; }
#header .nexttopicture {
	float:left;
	padding-top:40px;
	padding-left:10px;
}
.menulinks{ right:0px;position:absolute; bottom:-10px; height:36px;}
.menulinks ul, .menulinks li{ margin:0;padding:0; }
.menulinks li{ color:#D4DFAF;font-size:20px;font-family:sans-serif, tahoma, verdana; font-weight:normal; display: inline;list-style-type: none;padding-right:2px;padding-left:2px;float:left; }
.menulinks li a{
	color:#FFFFFF;
	font-size:13px;
	font-family:sans-serif, tahoma, verdana;
	text-decoration:none;
	display:block;
	height:24px;
	padding-left:8px;
	padding-right:8px;
	padding-top:12px;
	width:auto;
	float:left;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menulinks li a:hover{
	background-color: #9DC84F;
	border-top-color: #8EA056;
	border-right-color: #8EA056;
	border-left-color: #8EA056;	
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-left:7px;
	padding-right:7px;
	padding-top:7px;
	height:28px;
}

/* CENTER */
#center { background-image:url(fs_files/tpl_img/body_center.png);background-repeat:repeat-y;}
#center_top { background-image:url(fs_files/tpl_img/body_top.png);height:26px; width:100%;}

/* MENU */
#menu {width:180px;float:left; padding-left:22px;}
#menu a{
	display:block;
	color:#666666;
	background-color:#D7E3B2;
	text-decoration:none;
	font-family:sans-serif, arial, tahoma;
	padding-bottom:10px;
	padding-top:10px;
	font-size:15px;
	padding-left:15px;
	width:160px;
	margin-bottom:5px;
}
#menu a:hover{
	color:#333333;
	padding-left:20px; 
	background-color:#C7D986;
}

/* CONTENIDO */
#contenido{padding-left:12px;padding-right:35px;font-family:sans-serif,arial, tahoma;font-size:12px; }
.clearboth{clear:both; }

/* FOOTER */
#footer{
	margin:auto;
	height:75px;
	width:780px;
	clear:both;
	padding-top:8px;
	background-image: url(fs_files/tpl_img/footer.png);
	background-repeat: no-repeat;
}
#footer .links{color:#333;font-size:12px; padding-top:5px;text-align:center; }
#footer .links a{padding-left:4px;padding-right:4px;color:#333;font-size:12px;font-family:sans-serif;text-decoration:none; }
#footer .copyright{padding-top:5px;color:#FFFFFF;font-size:11px;font-family:sans-serif;text-align:center; }
.firmas{
	display:block;
	padding-top:8px;
	color:#006600;
	font-size:10px;
	text-align:center;
}
.firmas a { color:#006600; }

/* FORMULARIO */
.form { width:450px;padding: 20px; padding-top:40px; }
.form .left{ color:#666666; font-size:11px; text-align:right; padding-right:5px; }
.form input {
	background-color: #E2F1CD;
	border: 1px solid #999999;
	font-size: 14px;
	color:#666666;
	padding-left: 5px;
	padding-top: 5px;
	font-family:sans-serif, arial;
}
.form textarea{
	background-color: #E2F1CD;
	border: 1px solid #999999;
	font-size: 14px;
	color:#333333;
	padding-left: 5px;
	padding-top: 5px;
	font-family:sans-serif, arial;
}
.form td {
	padding-bottom:10px;
}
.form .asterisco {
	color:#CC0000;
	font-weight:bold;
	padding-right:3px;
}
.seccion_titulo {
	font-size:23px;
	font-family:sans-serif;
	color:#464646;
	padding-bottom:3px;
}
.datos_contacto {
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	line-height:18px;
}
.datos_contacto a {
	text-decoration:none;
	color:#339900;
}
.extrapadding{
	line-height:1px;
	font-size:1px;
	height:5px;
	width:100%;
}
.boton .l {
	width:5px;
	height:32px;
	float:left;
	background-image: url(fs_files/tpl_img/boton_l.png);
	background-repeat: no-repeat;	
}
.boton .c {
	padding-top:0px;
	width:auto;
	color:#fff;
	cursor:pointer;
	border:0px;
	border:none;
	height:32px;
	float:left;
	background-image: url(fs_files/tpl_img/boton_c.png);
	background-repeat: repeat-x;	
}
.boton .r {
	width:5px;
	height:32px;
	float:left;
	background-image: url(fs_files/tpl_img/boton_r.png);
	background-repeat: no-repeat;
	display:block;
}
