/* COMMON */
.body{ background-image:url(fs_files/tpl_img/background-repeat.png);background-repeat:repeat-x;background-color:#224775; padding-top: 10px; padding-bottom: 10px; }
#content { margin:auto; width:770px;}
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: 195px; width: 770px; clear:both; }
#header .logo { float: left; padding-top: 45px; padding-left: 270px; }
#header .title { float:left;  }
#header .title a { font-family:sans-serif, tahoma, verdana;	font-size:34px;line-height:34px;color:#2B57A2;font-weight:bold;text-decoration:none; }
#header .slogan{clear:both;float:left;font-size:15px;color:#2B57A2;font-family:sans-serif, tahoma, verdana; }
#header .nexttopicture {
	float:left;
	padding-top:55px;
	padding-left:10px;
}
.menulinks{
	padding-left:40px;
	left:0;
	position:absolute;
	bottom:6px;
	height:41px;
	width: 724px;
}
.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; }
.menulinks li a{
	color:#FFFFFF;
	font-size:12px;
	font-family:sans-serif, tahoma, verdana;
	text-decoration:none;
	display:block;
	height:28px;
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	width:auto;
	float:left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #305FB2;
}
.menulinks li a:hover{
	background-color:#4273CC;
}

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

/* MENU */
#menu {width:165px;float:left;padding-left:15px;}
#menu a{
	display:block;
	color:#285294;
	text-align:left;
	text-decoration:none;
	font-family:sans-serif, arial, tahoma;
	padding-bottom:10px;
	padding-top:10px;
	font-size:13px;
	padding-left:25px;
	font-weight:bold;
	background-image: url(fs_files/tpl_img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:150px;
}
#menu a:hover{
	color:#447ACC;
	background-image: url(fs_files/tpl_img/bullet_on.png);
}

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

/* FOOTER */
#footer{background-image:url(fs_files/tpl_img/footer.png);background-repeat:no-repeat;margin:auto;height:69px;width:770px;clear:both;padding-top:8px;}
#footer .links{color:#333333;font-size:12px; padding-top:12px;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:#CCCCCC;font-size:10px;font-family:sans-serif;text-align:center; }
.firmas{ display:block;padding-top:8px;color:#0099CC;font-size:10px; text-align:center; }
.firmas a{ color:#0099CC;font-size:10px; } 

/* FORMULARIO */
.form { padding: 20px; padding-top:40px; float:right; width:480px;}
.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:25px;
	font-family:sans-serif;
	color:#20455A;
	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: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;
}
