@import url("importados.css")
@charset "utf-8";
body{
	text-align:center;
	background:#5d7aa9;
	font-family:Helverica, Arial, sans-serif;
	font-size:11px
}
a img {
	border:0;
}

#contenedor{
	margin:50px auto 0 auto;
	width:800px;
	background:#FFFFFF;
	text-align:center;
	overflow:auto;
}
#cabecera{
	width:800px;
	background:url(../imagenes/fonfo_cabecera.gif) no-repeat;
	text-align:left;
	margin:0;
	padding:0;
	height:114px;
}

#contenido{
	width:800px;
	background:#FFFFFF;
	padding-bottom:30px;
}
 	#izquierda{
		float:left;
		width: 402px;
		background:#FFFFFF;
		padding:0 30px 0 30px;
		text-align:justify;	
	}
		#logos{
			height:72px;
			margin-bottom:20px;
			margin-top:20px;
		}
		#camilo{
			float:left;
			width:150px;
		}
		#escuela{
			float:left;
			width:191px;
			padding-top:8px;
		}
		
		.titulacion{
			font-weight:normal;
			font-family:Helvetica, Arial, sans-serif;
			font-size:14px;
			color:#990000;
			font-weight:bold;
			margin-bottom:10px;
		}
		
		p{
			padding-left:25px;
			text-align:justify;
		}
		
		h2{
			font-weight:normal;
			font-family:Helvetica, Arial, sans-serif;
			font-size:22px;
			padding-top:0px;		
			border-bottom: 1px dotted #666666;
			color:#d15e02;
			
		}
		
		h3{
			font-weight:normal;
			font-family:Helvetica, Arial, sans-serif;
			font-size:12px;
			margin-top:0px;
			padding-top:0;
		}
		
		#textos ul{
			font-family:Helvetica, Arial, sans-serif;
			font-size:11px;
			list-style: url(../imagenes/bullet.gif);
			text-align:justify;
		}
		#textos ul li{
			padding-bottom:5px;
		}
		
	#derecha{
		float:right;
		background:#FFFFFF;
		width:338px;
	}
		#imagen{
			background:url(../imagenes/deportistas.gif) no-repeat;
			margin-top:0;
			margin-left:9px;
			padding:0;
			text-align:left;
			height:158px;
		}
		
		
#formulario {
		text-align:center;
	}
		#solicitud{
			margin-top:25px;
			height:53px;
			background:url(../imagenes/solicitar_informacion.gif) no-repeat center;
			text-align:center;
		}
		#cupon{
			text-align:center;
			border-bottom: 1px solid #d15e02;
			border-left: 1px solid #d15e02;
			border-right: 1px solid #d15e02;
			width:294px;
			margin-left:auto;
        	margin-right:auto;
		}
			fieldset{
					border:0px;
					margin:0px;
					padding:0px;
				}
				
				legend {
					display:none;
				}
				#listaform{
					border: 0px;
					display:block;
					list-style:none;
					padding-left:25px;
					margin:0px;
					
				}
	
				label {
					color: #000000;
					font-size: 12px;
					display:block;
					text-align:left;
					padding-top:10px;
				}
				input, textarea, select {
					border-top: 1px solid #b5c1cd;
					border-left: 1px solid #b5c1cd;
					border-right: 1px solid #678099;
					border-bottom: 1px solid #678099;
					width:230px;
					color:#999999;
					font-size:12px;
				}
				
				input#submit {
					width:107px;
	                height:35px;
	                background:url(../imagenes/enviar_coaching.gif) no-repeat;
	                padding:3px 0 0 40px;
	                margin:20px 0 0 10px;
	                border:none;
	                color:#ffffff;
	                font-size:12px;
	                font-weight:bold;
				}

				
				input:focus, textarea:focus {
					background:#678099;
					border: 1px solid #678099;
					color:#fff;
				}
				label.privacidad {
					color: #666666;
					font-size: 11px;
					padding-top: 15px;
					padding-bottom: 0px;
					width:160px;
					display:block;
					float:left;	
				}
				input#acepto {
	                width:15px;
	                height:15px;
	                padding:10px 0 0 0;
	                margin:13px 0 0 -55px;
				}	
				
#pie{
	float:left;
	width:800px;
	background:#c3d0e2;
	padding:10px 0 5px 0;
	color: #485d80;
}
#pie p{
	text-align:center;
	padding:0;
	margin:0;
}
#pie p.marketalia{
	text-align:center;
	padding:0;
	margin:0;
	text-decoration:underline;
}
#pie p a{
	color: #485d80;
	text-align:center;
	padding:0;
	margin:0;
	line-height:20px;
	text-decoration:none;
}
		