/*******************************************************************************
* Layout Main
*******************************************************************************/

.bodycontent {
  float: none;
  clear: both;
  height: 100%;
  padding: 0px;
  overflow: hidden;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background-image: url('../images/bodycontent.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
}


.bodymenu {
  float:left;
  width:180px;
}

.maincontent {
  float:left;
  width:553px;
  _width:540px;/*en ie6 se cae la caja*/
  margin-bottom:20px;
}
.maincontentgrande
{
  float:none !important;
  width:965px !important;
}
/* Enlaces a ministerios */
.enlacehome
{
margin-bottom: 5px;
width: 150px;
}

/*****/
/*ESTILOS DE LOGIN FORM */

div#loginform #formusuarios
{
background-color: #edf3f5;
background-image: url('../images/destacadolistado.jpg');
background-repeat: repeat-x;
background-position: 100% 0;
border:1px solid #7E8DA0;
padding: 2px;
}

div#loginform strong
{
float: none;
display: block;
clear: both;
padding: 2px 18px;
color: #224488;
font-size: 12px;
font-weight: bold;
background-color: trasparent;
background-image: url(../images/iconos/question_and_answer.gif);
background-position: left;
background-repeat: no-repeat;
border-bottom: 1px solid #7E8DA0;
}

div#loginform span.filaform, #formusuarios div.botonera
{
clear:both;
display:block;
padding:5px 0pt;
}

div#loginform
{
font-size:12px;
padding:5% 0pt 0pt 15%;
text-align:center;
width:60%;
}
div#loginform label
{
  float: left;
  clear: none;
  margin-right: 4px;
  font-size: 11px;
	font-weight: bold;
	width: 30%;
	text-align: right;
	overflow: visible;
}
div#loginform input
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	padding: 1px 2px 1px 2px;
	border: 1px solid #224466;
	background-color: #FFFFFF;
}
div#loginform input:hover
{
	border: 1px solid #4488CC;
	background-color: #FFFFFF;
}

.capadoublelist{
  width:700px;  
}
.capaflechasdoublelist{
  width:510px;  
  float: left;
  margin-left:200px;
}
#divcapaintercambio{
width:700px
}
#capanoticias{
width:200px
}

.bannerizq {
float: left;
margin-top: 20px;  
}


