@charset "UTF-8";
/* CSS Document */
body{
font-family: verdana, arial;
background-color: #F2F2F2;
}
#general{

margin-top:20px;
background-color: #FFF;
border-radius:10px;
padding: 5px;
}
#encabezado{

height: 90px;

padding: 5px;

}
#logo{
color:#FF4000;
text-shadow: 0.1em 0.1em 0.05em #333;

}
#menu
{
margin-top:20px;
float:right;
}

#txtcentrado {
text-align:center;
color: #ae181f;
}

#txtjust {
text-align:justify;
margin:32px;
}

#izquierda
{
color:#fff;
min-height: 300px;
width: 16%;
margin-left: 55Px;

}
#izquierda h3
{

text-align: center;
color:#fff;
}
#derecha h3
{
text-align: center;
color:#fff;
}
#derecha{
color:#000;
min-height: 300px;
background: #fff url(../images/bghead.PNG) repeat-x;
/*border-radius:5px;
border: 1px solid #848484;*/
padding: 10px;
width: 76%;
}
#footer
{
background: #0489B1;
height: 50px;
text-align: center;
margin-top: 10px;
color:#fff;
}
#cuerpo{
width: 1185px;

}
@media (max-width: 767px) {
  #izquierda {
    width: 28%;
  }

  #derecha{
    width: 28%;
  }