@charset "utf-8";

html, body {
 margin:0 auto;
 height:100%;
font-family: 'News Cycle', sans-serif;
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;

}
.clear {
	clear:both;
}
p{
	margin:0;
	line-height:1.2em}
	
H1{
	font-size:20px;
	color:#000;
	font-weight:bold;
	margin:0;
	}
body{
	background:url(imagenes/back.jpg) repeat-x top center; 
	}
a {
	margin:0px;
	padding:0px;
	text-decoration:none;}

/*-----------------ESTRUCTURA-----------------*/

#wrapper {
	height: 100%;
	margin: 0 auto;
}

#content {
	width:940px;
	height:100%;
	margin:0 auto;
	}
	
#header{
	width:940px;
	height:202px;
	margin:0 auto;
	}

/*-----------------header-----------------*/
.contenido-top{
	width:400px;
	float:left;	
	margin:25PX 0 0 0;
	}
.titulo-top{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	width:400px;
	display:block;
	margin:0;
	}
.descripcion-top{
	float:left;
	font-size:14px;
	color:#FED63E;
	width:170px;
	display:block;
	font-weight:bold;
	margin-top:10px;
	line-height:1.3em;
	}

.descripcion-top2{
	float:left;
	font-size:14px;
	color:#fff;
	widht:145px;
	background:url(imagenes/linea-top.png) no-repeat left top;
	padding:0 0 0 15px;
	display:block;
	font-weight:bold;
	margin-top:10px;
	line-height:1.3em;
	}
	
.logo{
	background:url(imagenes/logo.png) no-repeat right;
	width:492px;
	height:192px;
	float:right;
	text-indent:-9000px;
	padding-top:20px;
	}

/*-----------------cuerpo amarillo-----------------*/

.cuerpo-amarillo{
	float:left;
	width:620px;
	background:url(imagenes/top-yellow.gif) no-repeat top #F9B900;
	padding:25px 0 0 0;
	font-size:13px;
	}
.cuerpo-amarillo-gracias{
	width:940px;
	padding:25px 0 0 0;
	font-size:13px;
	position:relative;
	}
.bloques-texto{
	width:280px;
	margin:0 0 20px 20px;;
	float:left;
	}
.bloques-texto-ancho{
	width:580px;
	margin:0 0 20px 20px;;
	float:left;
	}
.titutlos-azul{
	background:url(imagenes/flecha-azul.png) no-repeat left;
	padding-left:40px;
	margin:0 0 5px 0;
	display:block;
	height:40px;
	}
.titutlos-rojo{
	background:url(imagenes/flecha-roja.png) no-repeat left;
	padding-left:40px;
	margin:0 0 5px 0;
	display:block;
	height:40px;
	}
.pie-cuerpo-amarillo{
	width:620px;
	background:url(imagenes/bottom-yellow.gif) no-repeat;
	height:13px;
	float:left;
	}

/*-----------------formulario-----------------*/
.base-form{
	width:300px;
	height:312px;
	float:left;
	margin:0 0 20px 20px;
	background:url(imagenes/base-form.png) no-repeat;
	}
	
.titulo-form{
	color:#FFF;
	margin:13px auto;
	width:260px;
	display:block;}
	
input{
	width:272px;
	height:27px;
	background:url(imagenes/base-input.png) no-repeat;
	font-size:15px;
	color:#000;
	margin:5px 13px 0 13px;
	border:0;
	}
textarea{
	width:272px;
	height:97px;
	background:url(imagenes/base-textarea.png) no-repeat;
	font-size:15px;
	color:#000;
	font-family:inherit;
	margin:5px 13px 0 13px;
	border:0;
	}
.boton{
	width:95px;
	height:40px;
	background:url(imagenes/boton-enviar.png) no-repeat;
	float:right;
	text-indent:-9000px;
	}
	
/*-----------------imagen-----------------*/
.contenedor-imagen{
	width:300px;
	height:274px;
	float:left;
	margin:0 0 20px 20px;
	}
	
/*-----------------cursos extra-----------------*/
.cursos-extra{
	width:300px;
	height:103px;
	float:right;
	margin:0 0 20px 20px;
	color:#FFF;
	background:url(imagenes/back-rojo.png) no-repeat;
	text-align:center;
	font-weight:bold;
	}
	
/*-----------------footer-----------------*/
.footer {
	height: 59px;
	width:940px;
	margin:0px auto;
	background:url(imagenes/base-footer.png) no-repeat;
	float:left;
}
.direccion{
	margin:22px 0 0 0;
	color:#FFF;
	padding-left:30px;
	padding-right:10px;
	font-size:14px;
	float:left;
	display:block;
	}
.web{
	margin:19px;
	color:#FFF;
	font-size:14px;
	float:left;
	display:block;
	color:#FED63E;
	text-decoration:none;
	}
.icono-tel {
	margin:22px 0 0 10px;
	background:url(imagenes/ico-tel.jpg) no-repeat left;
	color:#FFF;
	padding-left:20px;
	font-size:14px;
	float:left;
	display:block;
	}
.icono-mail {
	margin:19px 0 0 10px;
	background:url(imagenes/ico-mail.jpg) no-repeat left;
	color:#FFF;
	padding-left:20px;
	font-size:14px;
	float:left;
	display:block;
	text-decoration:none;
	}

