/*-----MAIN----*/
body{
	background:#F5F775;
}

a { 
	color: #068708;
	font-family: Arial;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #2E2E2E;
	background-color: inherit;
}


/*-----Main Containers----*/
.maincontent{
	width:100%;
	float:left;
}

h2{
	font-family: Century Gothic;
	font-weight:700;
	font-style:normal;
	color:#E70E28;
	font-size:1.5em;

}

h3{
	font-family: Arial;
	font-weight:600;
	font-style:normal;
	color:#04B431;
	font-size:.8em;

}
h4{
	font-family:'Merriweather Sans', sans-serif;
	font-weight:400;
	color:#333;
	font-size:1em;
}

h5{
	font-family: Arial;
	font-weight:500;
	font-style:normal;
	color:#04B431;
	font-size:1em;
}

h6 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;	
}

p, h1, h2, h3 {
	font-family: Arial Unicode MS;
	margen: 10px 15px;
	text-align: justify;
}

.Estilo1 {
	  color: #000000;
      font-family:Calibri;
	  text-align: justify;
	  }



.col{
	width:980px;
	margin:10px auto;
	overflow:hidden;
}


.col2{
	width:980px;
	padding:.1em;
	float:left;
	height:405px;
	
}

.col2 .division{
	float:left;
	width:100%;
	background:url(../images/divisiongen.png) center no-repeat;
	height:18px;
	margin:10px 0px;
}

.col3{
	padding: 7px 0px 0px 40px;
} 

.col4{
	padding: 7px 0px 0px 30px;
} 

.col5{
	padding: 0px 0px 0px 15px;
} 

.logo{
padding:.9em;
}

.info{
   ancho: 958px;
	margen: -680px;
	padding: 40px 5px 0px 15px;
	font-family: Arial;
	font-weight: bold;
	float: right;
}

.contenido{
     float: left;
 	margin-left: 50px;
    margin-top: 50px;
	padding: 0px 350px 0px 0px;
	ancho: 50%;
	font-family: Arial;
	text-align: justify;
	color: # 000
}
.contenido-inicio{
    float: left;
 	margin-left: 30px;
    margin-top: 30px;
	padding: 0px 0px 0px 10px;
	ancho: 70%;
	font-family: Arial Unicode MS;
	text-align: justify;
	color: # 000
}

.contenido-servicio{
     float: left;
 	margin-left: 130px;
    margin-top: -340px;
	padding: 0px 30px 0px 0px;
	ancho: 50%;
	font-family: Arial;
	text-align: justify;
	color: # 000
}

#maincontacto {
	float: left;
 	margin-left: 60px;
        margin-top: 30px;
	padding: 0px 0px 0px 0px;
	ancho: 50%;
	font-family: Arial;
	text-align: justify;
	color: # 000	
}


#rightbarcontacto {
	float: right;
	ancho: 20%;
	margin-right: -420px;
    margin-top: -430px;	
    padding: 50px 0px 40px 0px; 
	display: inline;
}

#rightbarenviado {
	float: right;
	ancho: 20%;
	margin-right: -420px;
    margin-top: -320px;	
    padding: 50px 0px 40px 0px; 
	display: inline;
	
}
#rightbarobjetivo {
	float: right;
	ancho: 10%;
	margin-right: -300px;
    margin-top: -1055px;	
    padding: 50px 0px 40px 0px; 
	display: inline;
	
	
}

form {
    background: url('../images/fondo_formulario.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 15px;   
}


table{
  border-collapse: separate;
  border-spacing: 20px;
}

/*-----Preferences----*/


.allrounded{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.centered{
	padding:1em;
}

.back{
	background: #FFF;
}

/*-----Menu 1----*/
.menu{  
width: 100%;  
overflow:hidden;  
}  
  
.menu ul{  
margin: 5px;  
padding: 20px 0px 15px 30px;  
font: bold 14px Arial;  
list-style-type: none;  
text-align: center; /* "left", "center", or "right" align menu */  
}  
  
.menu li{  
display: inline;  
margin: 0;  
}  
  
.menu li a{  
display:inline-block;  
text-align:center;  
text-decoration: none;  
color: white;  
background:#068708;
border: 2px solid #999;
box-shadow: 2px 2px 5px 0 #999;
-webkit-box-shadow: 2px 2px 5px 0 #999;
-moz-box-shadow: 2px 2px 5px 0 #999;
filter: shadow(color=#999999, direction=135, strength=2);
margin: 0;  
margin-right:60px; /*right spacing between each link */  
width:75px;  
height:75px;  
border-radius: 300px; /*really large border radius to create round borders*/  
-moz-border-radius: 300px;  
-webkit-border-radius: 300px;  
}  
  
.menu a span{  
position:relative;  
top:40%;  
}  
  
.menu li a:visited{  
color: white;  
}  
  
.menu a:hover{  
background: #32BE13;  
} 

/*-----Menu 2----*/

.navbox {
	position: relative;
	float: left;
}

ul.nav {
	list-style: none;
	display: block;
	width: 100px;
	position: relative;
	top: 10px;
	left: 0px;
	padding: 60px 0 60px 0;
	background: url(../images/shad2.jpg) no-repeat;
	-webkit-background-size: 50% 100%;
}

li {
	margin: 7px 0 0 0;
}

ul.nav li a {
	-webkit-transition: all 0.3s ease-out;
	background: #ECE4D8;
	color: #068708;
	font: bold 14px Arial;
	text-align: center;
	padding: 7px 15px 7px 15px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	width: 100px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover {
	background: #ebebeb url(border.png) no-repeat;
	color: #585858;
	padding: 7px 15px 7px 30px;
}


.col2 a{
	font-family: Calibri;
	font-size:1em;
	color:#31B404;
	text-decoration:none;	
}

.col2 a:hover{
	color:#5A3D10;
	
}
