@charset "utf-8";
/* CSS Document */


body {
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#002942 url(images/bg.png) no-repeat fixed;
	margin:0;
	font-size:12px;
	line-height:1.5em;
}

h1, h2 {
	text-indent:-9999px;
	height:25px;
	margin:0 0 20px;
	padding:0;
}

h3 {
	margin:0;
	padding:0;
}

h4 {
	font-size:14px;
	color: #FFC82E;
	font-weight:normal;
}

/*---- titulos ----*/

.home {
	background: url(images/home.jpg) no-repeat;
	height:226px;
}
.elite {	
	background:url(images/elite.png) no-repeat;
	height:50px;

}

.membresia {
	background:url(images/membresia.png) no-repeat;
}

.beneficios {
	background:url(images/beneficios.png) no-repeat;
}
.objetivos {
	background:url(images/objetivos.png) no-repeat;
}
.requisitos {
	background:url(images/requisitos.png) no-repeat;
}
.proceso {
	background:url(images/proceso.png) no-repeat;
}


.descargas{
	background:url(images/descargas.png) no-repeat;
	height:65px;
	text-indent:-9999px;
}

.txt10{
	font-size:10px;
}

/*------------------*/


#container {
	margin-left:240px;
	width:740px;
}

#headhome{

	padding-top:20px;
}

#menu{
	height:26px;
	border-bottom:1px solid #FFF;
	margin-left:20px;
}
#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#menu li {
	display:block;
	float:left;
	padding:5px 10px 2px 10px;
}
#menu li:hover{
	border-bottom:2px solid #FFC82E;
}
#menu a {
	color:#FFF;
	text-decoration:none;	
}

.seccion{
	border-bottom:2px solid #FFC82E;
	color:#FFF;
}

#downloads{
	margin: 0 0 ;
	float:right;
	width:300px;
	padding:20px 0;
	background:url(images/bg-downloads-li.png) bottom no-repeat;
}
#downloads p{
	padding-left:20px;
	padding-right:20px;
	margin:0 0 20px 0;
}

#downloads ul {
	margin:0;
	padding:0 20px;
	list-style:none;
}
#downloads li{
	background: url(images/acroread.png) no-repeat 0 3px;
	line-height:2em;
}

#downloads li a {
	color:#FFF;
	text-decoration:none;
	padding-left:25px;
}

#downloads a:hover {
	color:#FFC82E;
	text-decoration:underline;	
}

#wrap {
	min-height:350px;
}

#content {
	padding:20px;
	width:380px;
}

#content a {
	color:#788D9C;
}
#content a:hover {
	text-decoration:none;
}

.lista {
	color:#788D9C;
}

#logocertiport {
	float:left;
	width:180px;
	text-align:center;
}
#creditos {
	text-align:right;
	padding:15px 20px 0 0;
	float:right;
	width:320px;
	font-size:11px;
}

#logoetc{
	margin:0 340px 0 185px;
}