@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#F8F9DD;
}
h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0C95C9;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

 

#wrapper {
	height:768px;
	width:1024px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../img/primera.jpg);
	background-repeat: no-repeat;
}
#wrapperQuienesSomos {
	height:768px;
	width:1024px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../img/Quienes-somos.jpg);
	background-repeat: no-repeat;
}
#wrapperProductos {
	height:768px;
	width:1024px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../img/productos.jpg);
	background-repeat: no-repeat;
}
#wrapperContactos {
	height:768px;
	width:1024px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../img/contactos.jpg);
	background-repeat: no-repeat;
}
#wrapperTrabajo {
	height:768px;
	width:1024px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../img/trabajo.jpg);
	background-repeat: no-repeat;
}
#header {
	width: 710px;
	height: 72px;
	margin: 0 auto;

}
#wrapperprensa {
	height:768px;
	width:1024px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../img/prensa.jpg);
	background-repeat: no-repeat;
}
/* Menu */

#menu {
	float: right;
	width: 850px;
	height: 72px;
	font-size:15px;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding:0px;
	 
}

#menu li {
	display: block;
	float: left;
	 
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin-right: -15px;
	padding: 10px 15px 0px 40px;
	text-decoration: none;
    color: #FFFFFF;
	
}

#menu a:hover {
	color: #FFFF66;
}

#logo {
	width: 860px;
	height: 95px;
	margin: 0 auto;
}

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;

}


#content {
	float: right;
	width: 940px;
	height:485px;
	padding-top: 15px;

}
.entry {
    width:611px;
    height:413px;
	padding: 0px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 20px 0px;
	background: url(images/img03.jpg) no-repeat left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	font-size: 13px;
	color: #6C6A69;
	font-weight: bold;	
}
 #footer a {
 text-decoration:none;
	color: #6C6A69;
}
 
/* Quienes Somos */

#mision{
    width:360px;
	height:40px;
    margin-top: 27em;
	padding:0px 7em;

}

#mision a {
	text-decoration:none;
	 }
	 
 /* Productos */
 
#misionProduct{
	width:200px;
	height:23px;
	padding:2px;
	color:#FFFFFF;
	font-weight: bold;
	font-size:14px; 
}

#misionProduct a {
	text-decoration:none;
	 } 
	 
 .entryPro {
    width:200px;
    padding: 13em 30px;
}
 /* contactos */
  .entryCon {
   
    width:350px;
    padding: 11em 48em;
}
 #misionCon{
	width:300px;
	height:250px;
	padding:2px;
	color:#FFFFFF;
	font-weight: bold;
	font-size:14px; 
}


input,
textarea {
	padding: 1px 0px;
	margin: 2px 0;
	font: 1em verdana, arial, sans-serif;
	color: #4E4E4E;
	background-color: #FFBBBB;
	border: 0px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	color: #FFBBBB;
	background-color: #FFFFFF;
	border: 1px solid #EEE;
}


#mision1{
	width:360px;
	height:40px;
	margin-top: 1em;
	padding:0px 60em;

}

#mision1 a {
	text-decoration:none;
	 }

