body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2b3236;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position:center top;
}

img {border-style: none}


.header {
	background-image:url(../img/logo.jpg);
	height: 120px;
	background-repeat: no-repeat;
}

.menu {
	background-image:url(../img/fmenu.jpg);
	height: 59px;
	background-repeat: repeat-x;
	background-color: #FFF;
}

.titulos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #2b3236;
	font-weight: bold;
	font-style: italic;
}

.txtcontenido {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2b3236;
	text-align: justify;
}	
	
.footer {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 12px;
	background-image:url(../img/footer.jpg);
	height: 86px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
	
	
a.foo:link {
	text-decoration:underline;
	color:#FFF;
	}

a.foo:visited {
	text-decoration:underline;
	color:#FFF;
	font-size: 10px;
} 
a.foo:hover {
	text-decoration:underline;
	color:#CCC;
	font-size: 10px;
} 
a.foo:active {
	text-decoration:underline;
	color:#CCC;
	font-size: 10px;
} 

a:link {
	text-decoration:underline;
	color:#750101;
	}
a:visited {
	text-decoration:underline;
	color:#750101;
	}
a:hover {
	text-decoration:underline;
	color:#143642;
	}

.Select {
	background-color: #FFF;
	border: 1px solid #1a1e92;
	font-size: 12px;
	color: #999999;
	margin: 4px;
	padding: 4px;
}

.Botones {
	font-size: 10px;
	color: #2b3236;
	background-color: #ffcb08;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-color:#ffcb08;
	font-variant: small-caps;

}


.f1, .f2, .f3, .f4{font-size:1px; overflow:hidden; display:block;}
.f1 {height:1px; background:#cecece; margin:0 5px;}
.f2 {height:1px; border-right:2px solid #cecece; border-left:2px solid #cecece; margin:0 3px;background-color: #FFF;}
.f3 {height:1px; border-right:1px solid #cecece; border-left:1px solid #cecece; margin:0 2px;background-color: #FFF;}
.f4 {height:2px; border-right:1px solid #cecece; border-left:1px solid #cecece; margin:0 1px;background-color: #FFF;}
.fcontent {
	border-right:1px solid #cecece;
	border-left:1px solid #cecece;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFF;
}

