/* COMMON */
.body{ background-color:#666666; padding-top: 0px; padding-bottom: 0px; }
#content { margin:auto; width:780px;}
body, html{
	margin:0px;
	padding:0px;
	font-family:sans-serif, arial, helvetica;
}
/* HEADER */
#header { position:relative;background-image: url(fs_files/tpl_img/header.png); background-repeat: no-repeat; height: 315px; width: 780px; clear:both; }
#header .logo { float: left; padding-top: 25px; padding-left: 20px; }
#header .title { float:left;  }
#header .title a { font-family:sans-serif, tahoma, verdana;	font-size:34px;line-height:34px;color:#EF2B10;font-weight:bold;text-decoration:none; }
#header .slogan{clear:both;float:left;font-size:15px;color:#EF2B10;font-family:sans-serif, tahoma, verdana; }
#header .nexttopicture {
	float:left;
	padding-top:55px;
	padding-left:10px;
}
.menulinks{margin-left:5px;left:0px;position:absolute; top:148px; height:38px; background-repeat:repeat-x;background-image:url(fs_files/tpl_img/menu_repeat.png)}
.menulinks ul, .menulinks li{margin:0;padding:0; }
.menulinks li{color:#FFFFFF;font-size:15px;font-family:sans-serif, tahoma, verdana; font-weight:normal; display: inline;list-style-type: none;float:left; }
.menulinks li a{
	color:#FFFFFF;
	font-size:12px;
	font-family:sans-serif, tahoma, verdana;
	text-decoration:none;
	display:block;
	height:24px;
	padding-left:9px;
	padding-right:9px;
	padding-top:10px;
	width:auto;
	float:left;
}
.menulinks .end {
	background-image:url(fs_files/tpl_img/menu_end.png);
	background-repeat:no-repeat;
	height:34px;
	width:12px;
	float:left;
}
.menulinks li a:hover{
	background-color:#CE3301;
}

/* CENTER */
#center{ padding-left:4px; padding-right:4px; background:url(fs_files/tpl_img/background-repeat-center.png); background-repeat:repeat-y;padding-top:20px;height:100%}
#repeat {
	background-image: url(fs_files/tpl_img/center.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* MENU */
#menu {
	width:193px;
	float:right;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:15px;
	border-left-color:#EB2E0B;
	border-left-width:1px;
	border-left-style:solid;
}
#menu a{
	display:block;
	color:#EB2E0B;
	text-decoration:none;
	font-family:sans-serif, arial, tahoma;
	padding-bottom:10px;
	padding-top:10px;
	font-size:13px;
	padding-left:15px;
	font-weight:bold;
	width:160px;
}
#menu a:hover{
	color:#FFF;
	background-color:#EB2E0B;
}

/* CONTENIDO */
#contenido{padding-left:20px;padding-right:23px;padding-top:10px;font-family:sans-serif,arial, tahoma;font-size:12px; }

/* FOOTER */
#footer{margin:auto;padding-bottom:8px;width:770px;clear:both;padding-top:8px;}
#footer .links{color:#333333;font-size:12px; padding-top:2px;text-align:center; }
#footer .links a{padding-left:8px;padding-right:8px;color:#333333;font-size:12px;font-family:sans-serif;text-decoration:none; }
#footer .copyright{padding-top:4px;color:#999999;font-size:10px;font-family:sans-serif;text-align:center; }
.firmas{ display:block;padding-top:8px;color:#666;font-size:10px; text-align:center; }
.firmas a { color:#666;font-size:10px; } 
.forozo { padding-bottom:5px;}
.greyline{width:500px;height:1px;background-color:#ccc;margin:auto; line-height:1px;font-size:1px; }

/* FORMULARIO */
.form { padding: 20px; padding-top:40px; }
.form .left{ color:#666666; font-size:11px; text-align:right; padding-right:5px; }
.form input {
	background-color: #E1E1E1;
	border: 1px solid #999999;
	font-size: 14px;
	color:#666666;
	padding-left: 5px;
	padding-top: 5px;
	font-family:sans-serif, arial;
}
.form textarea{
	background-color: #E1E1E1;
	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;
}
.clearboth{clear:both; }

.seccion_titulo {
	font-size:23px;
	font-family:sans-serif;
	color:#E72F09;
	font-weight:bold;
	padding-bottom:3px;
}
.datos_contacto {
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	line-height:18px;
}
.datos_contacto a {
	text-decoration:none;
	color:#0066CC;
}
.extrapadding{
	line-height:1px;
	font-size:1px;
	height:5px;
	width:100%;
}
.boton .l {
	width:7px;
	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:7px;
	height:32px;
	float:left;
	background-image: url(fs_files/tpl_img/boton_r.png);
	background-repeat: no-repeat;
	display:block;
}