body { 
  margin: 0;
  padding: 0;
  background: #3d3d3d url('../img/bg.png');
  font-family: Arial, sans-serif;
  color:#000;
}
#contenido{
    background-color: #f8f8f8;
    margin: 20px auto 0;
    padding: 20px;
    width: 60%;
}

#footer{
    background-color: #f8f8f8;
    margin: 20px auto 0;
    padding: 20px;
    width: 60%;
	}

#header{
    background-color: #f8f8f8;
    margin: 20px auto 0;
    padding: 20px;
    width: 60%;
	}

.container .row{
	margin-top:8px;
}

.texto_left{
	color:#7f6000;
	text-align:left;
	font-size:12px;
	text-decoration:none !important;
}

/* unvisited link */
a:link {
   color: #58712a;
}

/* visited link */
a:visited {
    color: #58712a;
}

/* mouse over link */
a:hover {
    color: #3d3d3d;
}

/* selected link */
a:active {
    color:#5fbf1f;
}

a.two:link {color:#ff0000;}
a.two:visited {color:#0000ff;}
a.two:hover {font-size:150%;}

img { 
    max-width: 100%; 
}

#nav {
  
  background-color:#3d3d3d;
  color:#a9a9a9;
}
#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
#nav ul li {
  width: 100%;
  display: block;
  list-style: none;
}
#nav ul li a {
  display: block;
  padding: 10px 9px;
  width: 100%;
  font-size: 1.1em;
  font-weight: normal;
  background: #4c76ae;
  color: #cad7ea;
  text-decoration: none;
}
#nav ul li a:hover {
  background: #00567f;
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
#nav.opened {
  max-height: 9999px;
}
#nav-toggle {
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 9px;
  margin-left: 15px;
  text-decoration: none;
  border-radius: 3px;
  color: #fefefe;
  background: #4c7ab6;
  margin-bottom: 15px;
}

#icon{
	float:left;
	/* margin-top:10px; */
}
#info_icon{
	width:61px;
	float:left;
}
#texto_form1{
	font-size:18px;
	margin-top:20px;
	line-height: 110%;
}
#texto_form2{
	font-family: 'open_sanssemibold';
}

.w_cajas{
	width:100%;
	background-color:#f8f8f8;
	/*background-image:url('../images/FondoPuntero.jpg');*/
	height:450px;
}

.texto_left_titulo_21{
    color:#58712a;
	text-align:left;
	font-size:21px;
	font-weight:bold;
	text-decoration:none;
}
.texto_center_titulo_21{
    color:#58712a;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.texto_center_titulo_18{
    color:#58712a;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}


@media screen and (min-width: 1000px) {
    .js #nav {
    position: relative;
  }
  .js #nav.closed {
    max-height: none;
  }
  #nav-toggle {
    display: none;
  } 
  
  #nav ul li a { 
    border-right: 1px solid #5E88BF;
    display: block;
    float: left;
    width: auto;
    background: none;
    padding: 11px 15px;
    font-weight: normal;
    text-decoration: none;
    color: #E6E6FA;
  }
  
  #nav ul li a:hover {
    background: #00567f;
    color: #cad7ea;
  }
  
  h1 {
    color: #90b9a0;
    font-size: 2.5em;
    text-align: center;
  }
 
  .texto_left{
	font-size:14px;
  }

 .texto_center_titulo_21{
    font-size:21px;
}

}
