*{
	padding:0;
	margin:0;
}

/*body{font-family:Verdana;font-size:13px;margin:0px;background-image:url(/Content/Images/back.jpg);background-attachment:fixed;background-repeat: no-repeat;border: none;}*/

body{
	font-family:Verdana;
	font-size:13px;
	margin:0px;
	background:#1E3243;
	border: none;
}

img{
	border:none;
}

#wrapper{
	margin:10px auto;
	width:900px;
	background-color:#FFFFFF;
}

#faux{
	margin-bottom:0px;
	overflow:auto;
	width:100%;
}

#header{
	color:#333;
	width:900px;
	padding:0px;
	height:250px;
	/*margin:0;*/
	background:#ABBEBE;
	text-align:center;
	margin: 0 auto;
}

#header img{
	padding-top:35px;
}

/*--------------------------------menu top--------------------------------*/
#menutop{
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
    /*margin-top: 20px;*/
	position:relative;
	padding-top:10px;
	margin-right:15px;
	margin-left:400px;
	float:right;
}

#menutop ul, li{
	list-style-type: none;
}

#menutop ul{
	margin: 0;
	padding: 0;
}

#menutop li{
	float: left;
}
#menutop a{
	text-decoration: none;
	color: #3366CC;
	background: #F0F7FC;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}
#menutop a#primero {
	border-left: 1px solid #ACCFE8;
}
#menutop a:hover {
	background: #DBEBF6;
}
/*----------------------------------------------------------------------*/

#footer{
	width:900px;
	margin:0;
	padding:0px;
}
#footer_background{
	width:900px;
	margin:0;
	padding:0px;
	height:55px;
	background-color:#ABBEBE;
	background-image: url(/Content/Images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#footer_menu{
	background-color:#679966;
	text-align:center;
	color:#FFFFFF;
}
#footer_menu ul{
	display:block;
	list-style-type:none;
	margin:0;
	padding:10px;
	font-weight:bold;
}
#footer_menu li{
	padding:0 0 0 5px;
	list-style-type:none;
}
#footer_menu a{
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}

/*
#footer{width:900px;clear:both;color:#333;margin:0;padding:0px;height:77px;background-color:#ABBEBE;background-image: url(/Content/Images/footer.jpg); background-repeat:no-repeat;vertical-align:text-bottom;}
#footer ul{display:block;list-style-type:none;padding:60px 0 0 15px;margin:0;color:white;font-weight:bold;font-size:xx-small;}
#footer li{padding:0 0 0 5px;list-style-type:none;display:inline;}
#footer a{text-decoration: none;color:white;font-weight: bold;font-size:xx-small;}
*/
.clear{
	clear: both;
	background: none;
}
.style1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
	padding-right:3px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}
a {
	font-family:Verdana;
	font-size:11px;
	color:#3366CC;
	font-weight:bold;
}
a:hover{
	color:#3366CC;
	font-weight: bold;
}
a:link{
	text-decoration:none;
	color:#3366CC;
	font-weight:bold;
}
a:visited{
	text-decoration:none;
	font-weight:bold;
}
a:active{
	text-decoration:none;
	font-weight:bold;
}
p{
	text-align:left;
	margin: 10px 5px;
	font-size: 11px;
	padding:5px;
}
h1, h2, h3{
	margin:5px;
	padding:5px;
	color:#3366CC;
}
ul{
	font-size:13px;
	line-height:1.4em;
}
p a, li a{
	color:#3366CC;
	text-decoration:none;
}
.sitemap{
	list-style-type:circle;
	padding:0 70px;
}
.sitemap a{
	color:#666;
	font-size:x-small;
}
.sitemap a:hover{
	color:#178A1B;
}
.red{
	color: #FF0000;
}
.green{
	color: #00CC00;
}
.bold{
	font-weight:bold;
}

.cuadroImg {
	border:3px solid #CCCCCC;
}
.imgleft {
	float: left;
	padding:5px 20px 20px 0px;
}
.imgright {
	float:right;
	padding:5px 0px 20px 20px;
	margin:0px 0px 0px 0px;
}

.text_center{
	text-align:center;
}

#back-to-top{
    width:26px;
    height:26px;
    display:block;
    position:fixed;
    bottom:50%;
    right:5px;
    background:url(/Content/Images/top-link.png) no-repeat 0 0;
    outline:0 none;
}

.title1{
	font-family: "Trebuchet MS";
	font-size:24px;
	font-weight:bold;
	color:#3366CC;
}

.title2{
	font-family: "Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#3366CC;
}
