	/* Reset de bloques */
	html, body, header section, nav, footer{
	    margin: 0;
	    padding: 0;
	    display: block;
	}

	*{
	    font-family: "Trebuchet MS", Arial, Sans-serif;
	    font-size: 1em;
	    word-spacing: 0.08em;
	    line-height: 18px;
	}

	body{
	    color: #777;
	    width: 1060px;
	    margin: 0 auto;
	    background: #f3f3f3;
	}
	

	header{
	    top:0;
	    text-align: center;
	    line-height: 2px;
	    font-size: 9px;
	    height: 175px;
	   	background:url('../images/banner_cinu2.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	section{
		top: 150px;
		height: 600px;
		/* background:url('../images/juventud2.png'); */ 
		background:#fff;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		
		}

	article{
		padding: 10% 10%;
	}

	footer{
		margin-top: -1px;
		padding-top: 1px;
		height: 50px;
		width: 1060px;
		text-align: center;
		background:#A01206;
		background-repeat: repeat-x;
		border-radius: 0px 0px 10px 10px;
		background-size: 60%;
	}

	#texto{
		margin-top: -50px;
		text-align: center;
	}

	#texto p{
	    	font-size: 1.1em;
	    	color: #000000;
	}

	/* Estilos de Parrafo */
	p {
		padding: 10px 10px;
		text-align: center;
		word-spacing: 0.08em;
		line-height: 0.05em;
	    	font-size: 0.7em;
	    	color: #E3F2F3;
	}

	h1{
	    text-align: center;
	    padding-bottom: 1%;
	}

	select{
		font-size: 0.9em;
		margin: 0 auto;
		margin-left: 42%;
		width: 150px;
	}

	span{
		font-weight: bold;
		line-height: 0.05em;
	}
	
	
