@charset "UTF-8";
/* CSS Document */

body{
			background:url(img/bgazul2.jpg);
			background-repeat: no-repeat;
			background-color:#0c1b51;
			font-family: 'Open Sans', sans-serif;
			
			}
.contenedor-interno{
	width:1000px;
	margin: 0 auto;
	text-align:center; 
	
}

.contenedor-izq{
	float: left;
	width: 200px;
}
.contenedor-central{
	float: right;
	width: 780px;
	text-align: left;
}

p {
	line-height: 200%;
   font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color:#FFF;
}
h1{
	font-size: 32px;
	color:#FFF;
	}
h2{
	font-size: 26px;
	color:#FFF;
	}
a:link {
    color: #FFF;
}

/* visited link */
a:visited {
    color: #FFF;
}

/* mouse over link */
a:hover {
    color: #9ae0fd;
}

/* selected link */
a:active {
    color: #FFF;
}		