@charset "utf-8";

a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none; }
	
a:hover {
	text-decoration: underline;
	color: #CB2B37;
	font-size: 12px; }
	
body {
	background-color: #FFFFFF;
	background-image: url(images/bkg.gif);
	margin: 20px 0px; }
	
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; }

/* Menu */
#menuList {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 50px;
	text-align: center;
	height: 42px; }
	
#menuList li {
	float: left;
	height: 42px;
	margin: 0px 1px 0 1px;
	font-weight: bold;
	font-size: 1.1em; }
	
#menuList a {
	float: left;
	display: block;
	height: 19px;
	text-decoration: none;
	padding: 13px 10px 10px 10px;
	color: #C6CDD5;
	background-color: #989899; }
	
#menuList a:link, #menuList a:visited {
	background-color: #989899;
	color: #FFFFFF; }
	
#menuList a:hover {
	background-color: #565961;
	color: #FFF; }
	
#menuList li#active a:link {
	background-color: #42444A;
	color: #FFFFFF; }
#menuList li#active a:visited {
	background-color: #42444A;
	color: #FFFFFF; }

/* ID Generales */
#wrapper {
	width: 750px;
	margin: 0 auto;
	position: relative;
	text-align: left; }

#header {
	width: 748px;
	height: 95px;
	background-image: url(images/head_bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-left: 1px solid #989899;
	border-right: 1px solid #989899;
	border-top: 3px solid #989899 }

#logo {
	width: 720px;
	height: 69px;
	float: left;
	margin: 13px;
	background-image: url(images/afiliados.gif);
	background-position: right;
	background-repeat: no-repeat; }
	
#menu {
	width: 750px;
	height: 42px;
	background-image: url(images/menu_bkg.gif);
	background-position: center;
	background-repeat: no-repeat; }

#content {
	margin: 0 auto;
	width: 750px;
	padding: 0px;
	position: relative;
	padding-top: 25px; }

#content_c {
	width: 750px;
	height: 14px;
	background-image: url(images/content_corner.gif);
	background-repeat: no-repeat; }

#contenido {
	width: 720px;
	border-left: 1px solid #cb2b37;
	border-right: 1px solid #cb2b37;
	border-bottom: 3px solid #cb2b37;
	background-color: #FFFFFF;
	padding: 0px 14px 14px 14px;
	text-align: justify;
	line-height: 1.3em; }
	
#footer {
	width: 750px;
	height: 82px;
	background-image: url(images/foot_bkg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center; }

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none; }

#footer a:hover {
	color: #FFFFFF ;
	text-decoration: underline; }

#footer_c {
	width: 750px;
	height: 15px;
	background-image: url(images/foot_corner.gif);
	background-repeat: no-repeat;
	background-position: center; }

#subseccion {
	margin: 0 45px; }

.foot {
	padding: 20px 0; }

.izquierda {
	padding-right: 15px;
	padding-bottom: 15px; }
.derecha {
	padding-left: 15px; }

.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #cb2b37;
	padding: 15px 0px;
	text-align: center;
	margin-bottom: 15px }

.subtitulo {
	font-size: 13px;
	font-weight: bold;
	border-left: 4px solid #cb2b37;
	padding: 3px 10px;
	margin: 5px 0px; }

/* Formulario de contacto */
#fcf2 {
	font-size: 11px;
	margin: 5px;
	background-color: #FFF;
	width: 370px; }

#fcf2 p {
	text-align: center;
	padding: 8px; }

#fcf2 div.r {
	clear: both;
	padding-top: 5px;
	background-color: #FFF; }

#fcf2 label {
	float: left;
	width: 100px;
	text-align: left; }

#fcf2 span.f {
	float: right;
	width: 270px;
	text-align: left; }

#fcf2 div.sp {
	clear: both; }

#fcf2 .req {
	font-weight: bold;
	color: #cb2b37; }

.f { font-family: Tahoma, Arial, Helvetica, sans-serif; }

#fcf2 input, #fcf2 textarea {
	background: #FFF;
	border: 1px solid #000;
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; }

#fcf2 input:focus, #fcf2 textarea:focus {
	background: #f2f2f2;
	border: 1px solid #3D5686; }