@charset "utf-8";
/* CSS Document */
*{
vertical-align:baseline;
font-weight:inherit;
font-family:inherit;
font-style:inherit;
font-size:100%;
border:0 none;
outline:0;
padding:0;
margin:0;
}

body{
	background-image:url(../imgs/fondo.jpg);
	background-position: 110% top;
	background-repeat:no-repeat; 
}

strong {
    font-weight: 700;
}

h1 {
	font-family: 'Ubuntu', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0em;
    word-spacing: 0em;
    line-height: 1;
	color:#4a96cd;
	text-align:left;
	text-decoration:none;
	padding: 15px 10px;
}

.contenedora {
	width:960px;
	margin: 0 auto;
	font-family: 'Ubuntu', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
	color:#666;
}

.titular {
    font-family: 'Ubuntu', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
	text-align:left;
	color:#4a96cd;
	width: 400px;
}

.titulardos {
    font-family: 'Ubuntu', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
	text-align:center;
	color:#4a96cd;
}
.titulardos a{
    text-decoration: none;
	color:#4a96cd;
}
.titulardos a:hover{
    text-decoration: none;
	color:#39729B;
}
.titulardos a:visited{
    text-decoration: none;
	color:#4a96cd;
}

.columnas {
    font-family: 'Ubuntu', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
	text-align:left;
	color:#666666;
	width:460px;
	float:left;
	padding: 0 10px;
}
.columnas a{
	text-decoration: none;
	color:#4a96cd;
}
.columnas a:hover{
	text-decoration: none;
	color:#39729B;
}
.columnas a:visited{
	text-decoration: none;
	color:#4a96cd;
}

.parrafos {
	margin: 15px 0;
}
.parrafos a{
	text-decoration: none;
	color:#4a96cd;
}
.parrafos a:hover{
	text-decoration: none;
	color:#39729B;
}
.parrafos a:visited{
	text-decoration: none;
	color:#4a96cd;
}

.pie {
	font-family: 'Ubuntu', serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
	text-align:center;
	color:#666666;
	width:960px;
	float:left;
	padding: 0 10px;
	margin-bottom:50px;
}
.pie a{
	text-decoration: none;
	color:#4a96cd;
}
.pie a:hover{
	text-decoration: none;
	color:#39729B;
}
.pie a:visited{
	text-decoration: none;
	color:#4a96cd;
}

.menu{
    font-family: 'Ubuntu', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
	text-align:right;
	float:right;
	padding:80px 20px 0 0;
	list-style:none;
}
.menu a{
	text-decoration: none;
	color:#666;
}
.menu a:hover{
	text-decoration: none;
	color:#4a96cd;
}
.punto{
	margin:0 10px;
	float:left;
	color:#666;
}
.seccion{
	float:left;
	color:#4a96cd;
}

.cabecera{
	float:left;
	padding: 25px 0 15px 15px;
}
.separador {
	padding: 15px;
	width:0px;
	height:0px;
}
.limpia{
	clear:both;
}

.imghome{
	padding:10px;
}

.titularpeque {
    font-family: 'Ubuntu', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
	text-align:left;
	color:#4a96cd;
    border:solid 1px #4a96cd;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
	padding: 25px;
	background-color:#E0EBF3
}
input, textarea {
	border: solid 1px #39C;
	background-color:#F0F0F0;
}

.textodestacado {
    font-family: 'Ubuntu', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
	text-align:left;
	color:#4a96cd;
}