*, html{
	margin: 0px;
	padding: 0px;
}

h1{
	color: #fff;
	font-family: helvetica;
	text-align: center;
}

h2{
	color: #fff;
	font-family: helvetica;
	text-align: center;
}

#Menu{
	
}

.Menu-Texto{
	height: 100%px;
	width: 100%;
	margin-top: 0px;
	padding-top: 40px;
}

nav{
    
}

nav ul{
    list-style:none;
    margin:0 10px 0 10px;
    padding:0;
}

nav ul li{
    float:right;
	font: 100% "Open Sans",sans-serif;
    font-weight:bold;
    margin-right:5px;
    text-align:center;
    /*Sombras para texto, los mismos parametros que box-shadow*/
}

nav ul li a{
    color: white;
    display:block;
    padding:10px;
    text-decoration:none;
    opacity: 0.5;
    background-color: #848484;
    border-radius: 10px 10px 10px 10px;
}

nav ul li a:hover {
    color:#045FB4;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

#home {
	background: url(images/Imagen1.jpg) 50% 0 no-repeat fixed;
	min-height: 500px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.Logo{
	background: url(images/Logo.png) no-repeat;
	background-size: 517px 205px;
	display: block;
	height: 368px;
	margin: 0px auto;
	width: 517px;
}


#Bienvenidos {
	background-color: white;
	min-height: 100px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Bienvenidos-Texto{
	display: block;
	height: 50px;
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}

#Bienvenidos-Texto h1{
	color: #045FB4;
	font: 100% "Open Sans",sans-serif;
	font-weight: bold;
	font-size: 36px;
}

#Bienvenidos-Texto h2{
	margin-top: 5px;
	color: #848484;
	font: 100% "Open Sans",sans-serif;
	font-size: 24px;	
}

#Contenedor-Puntos{
	width: 100%;
	height: 250px;
}

#Punto{
	display: block;
	float: left;	
	width: 50%;
	background-color: #2E9AFE;
	height:250px;
}


#Punto a{
	text-decoration: none;
}
#Punto:hover{
	background-color: #0B243B;
}

#Puntos-Img{
	display: block;
	float: left;
	width: 50%;
	height:250px;
}

#Puntos-Img img{
	max-width: 100%;
	height: 250px;
}

#Puntos-Texto{
	display: block;
	float: left;
	width: 50%;
	height:250px;
	font: 100% "Open Sans",sans-serif;
}


#Puntos-Texto h1{
	margin-top: 5px;
	color: white;
	font: 100% "Open Sans",sans-serif;
	font-size: 30px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#Puntos-Texto h2{
	margin-top: 5px;
	color: white;
	font: 100% "Open Sans",sans-serif;
	font-size: 18px;
	text-align: left;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

#Puntos-Texto h3{
	margin-top: 5px;
	color: white;
	font: 100% "Open Sans",sans-serif;
	font-size: 16px;
	text-align: right;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

#Puntos-Texto:hover{
	background-color: #0B243B;
}

#Linea-Puntos{
	max-width: 100%;
	height: 5px;
	background-color: gray;
}

#Seccion1 {
	background-color: white;
	min-height: 200px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Seccion1-Texto{
	display: block;
	height: 100px;
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

#Seccion1-Texto h1{
	color: #045FB4;
	font: 100% "Open Sans",sans-serif;
	font-weight: bold;
	font-size: 36px;
}

#Seccion1-Texto h2{
	margin-top: 5px;
	color: #848484;
	font: 100% "Open Sans",sans-serif;
	font-size: 18px;	
}


#Seccion2 {
	background: url(images/Imagen2.jpg) 50% 0 no-repeat fixed;
	min-height: 350px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

#Seccion3 {
	background-color: white;
	min-height: 200px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Seccion4{
	background: url(images/Imagen3.jpg) 50% 0 no-repeat fixed;
	min-height: 350px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Pie{
	background-color: #0B243B;
	height: 90px;
	width: 100%;	
}

#Direccion{
	display: block;
	float: left;	
	width:300px;
	height:70px;
}

#Direccion img{
	display: block;
	float: left;	
	width: 60px;
	height: 60px;
	margin-top: 15px;
	margin-left: 10px;
}

#Direccion h1{
	display: block;
	float: left;	
	color: white;
	font: 100% "Open Sans",sans-serif;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 10px;
	font-weight: bold;
}

#Direccion h2{
	display: block;
	float: left;	
	color: white;
	font: 100% "Open Sans",sans-serif;
	font-size: 16px;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;	
}

#Contacto{
	display: block;
	float: left;	
	width:200px;
	height:70px;
}

#Contacto img{
	display: block;
	float: left;		
	width:60px;
	height: 60px;
	margin-top: 15px;
	margin-left: 10px;	
}

#Contacto h1{
	display: block;
	float: left;	
	color: white;
	font: 100% "Open Sans",sans-serif;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 10px;
	font-weight: italic;
}

#Contacto h2{
	display: block;
	float: left;	
	color: white;
	font: 100% "Open Sans",sans-serif;
	font-size: 16px;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;	
}

#Leyenda-Graco{
	display: block;
	float: right;	
	width:340px;
	height:0px;
	margin-top: 30px;
}

#Leyenda-Graco h1{
	display: block;
	float: left;	
	color: white;
	font: 100% "Open Sans",sans-serif;
	font-size: 14px;
}


article{
	padding: 100px;
}

.Logo2{
	background: url(images/Logo.png) no-repeat;
	background-size: 285px 120px;
	display: block;
	float: left;
	width: 285px;
	height:120px;
	margin-left:30px;
	margin-top: 15px;
}

#Banner-Servicios{
	width: 100%;
	height:150px;
	background: url(images/Imagen100.jpg) no-repeat;
}

#Servicios{
	max-width: 1920px;
	width: 100%;
	height:500px;
}

#Cabecera{
	width: 100%;
	height:50px;
	background-color: #0B243B;
	margin-bottom: 30px;
}

#Cabecera h1{
	padding-top: 5px;
	margin-left: 45px;
	text-align: left;
	font-weight: normal;
}

#IMG-Servicios{
	margin: 0 auto;
	display: block;
	float: left;
	max-width: 1920px;
	width: 30%;
	height: 500px;
}

#IMG-Servicios img{
	width: 400px;
	height:220px;
	margin-top: 5px;
	margin-left: 30px;
}

#Texto-Servicios h1{
	color: #045FB4;
	text-align: left;
	margin-left: 45px;
	font-size: 30px;
}

#Texto-Servicios h2{
	color:#848484 ;
	text-align: left;
	font-style: italic;
}

#Texto-Servicios{
	margin: 0 auto;
	display: block;
	float: right;
	max-width: 1920px;
	width: 70%;
	height: 500px;
}

#Icono-Servicios{
	width: 15px;
	height:15px;
	margin-left: 50px;
	margin-right: 5px;
}