body {
	background: white;
	font-family: 'Abel', sans-serif;
	font-size: 19px;
}
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
#logo-ent {
	margin: 380px 0 0 60%;
}
#intro-1 {
	background: url(../img/intro1.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 650px;
	width: 100%;
}
#intro-2 {
	background: white;
	color: #333;
	font-size: 2.2em;
	font-weight: bold;
	min-height: 450px;
	text-align: center;
	width: 100%;
}
#intro-2 a {
	background: #7F99CC;
	color: white;
	font-size: .8em;
	text-decoration: none;
}
#intro-2 a:hover {
	color: white;
}
#serv1-ent {
	height: 350px;
	margin: 5px 0 5px 0;
	width: 250px;
}
#serv2-ent {
	height: 350px;
	margin: 5px 0 5px 0;
	width: 250px;
}
#serv3-ent {
	height: 350px;
	margin: 5px 0 5px 0;
	width: 250px;
}
#serv1-ent, #serv2-ent, #serv3-ent {
	display: inline-block;
	vertical-align: top;
}
#intro-3 {
	background: url(../img/intro3.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 1.8em;
	font-weight: bold;
	height: 550px;
	width: 100%;
}
#spacio3{
	height: 270px;
	width: 100px;
}
#intro-3 {
	color: #333;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
}
#intro-3 a {
	color: #333;
	text-decoration: none;
}
#intro-3 a:hover {
	color: #333;
}
#h1 {
	background: url(../img/h1.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:  350px;
	width: 100%;
}
#h2 {
	background: url(../img/h2.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:  350px;
	width: 100%;
}
#h3 {
	background: url(../img/h3.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:  350px;
	width: 100%;
}
#h4 {
	background: url(../img/h4.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:  350px;
	width: 100%;
}
#menu-contenedor {
	min-height: 50px;
}
ul#menu {
	background: #039;
	min-height: 50px;
	padding: 0;
	text-align: center;
	width: 100%;
}
ul#menu li {
	display: inline-block;
}
ul#menu li a {
	color: white;
	display: block;
	line-height: 50px;
	padding: 0 10px;
	text-decoration: none;
	width: 135px;
}
ul#menu li a:hover {
	background: #7F99CC;
}
.menu-fijo {
	position: fixed;
	top: 0;
	width: 900px;
}
#contenedor {
	background: silver;
	height: auto;
	width: 100%;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 50px 30px;
}
#contenido {
	background: white;
	margin: 0 auto;
	min-height: 700px;
	max-width: 1000px;
}
#conte-txt {
	font-size: 1.2em;
	height: auto;
	margin: auto;
	padding: 10px 20px;
	text-align: justify;
	max-width: 700px;
}
#conte-txt a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#conte-txt a:hover {
	text-decoration: underline;
}
#pies {
	color: white;
	min-height: 50px;
	max-width: 1000px;
	margin: auto;
	text-align: center;
}
footer {
	background: #039;
	min-height: 50px;
	width: 100%;
}