/* GENERALES ---------------------------------------------------------------*/
body {
margin: 0;
/*background:#D3E4F4;*/
font-family:Verdana;
font-size:12px;
color:#636363;
}
a{
color:#2C77B7;
}
a:hover{
color:#5CA0D8;
}
img{ border:0; }
#tablaprincipal{
width:760px;
margin: 0 auto;
text-align: left;
background:#D3E4F4;
}
#tablaprincipal td{
vertical-align:top;
}
.divspace{ padding-bottom:15px; }
*html .divspace{ padding-bottom:8px; }
.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left; }
.txtmedium{
font-size:13px;
}
.txtsmall{
font-size:11px;
}


/* LATERAL -----------------------------------------------------------------*/
.lateral{
width:200px;
background:url(../images/bg_lateral.jpg) right top no-repeat;
height:627px;
padding:0;
}
.menu ul{
margin:50px 5px 50px 12px;
list-style:none;
padding:0;
}
.menu li{
margin:0;
padding:0;
height:40px;
}
.menu img{
vertical-align:bottom;
}

/* PRINCIPAL -----------------------------------------------------------------*/
.principal{
width:540px;
background:#FFFFFF;
}
.margen{
width:20px;
}
.contenidos table{
width:480px;
margin:10px 15px 10px 45px;
}
.contenidos td{
padding:5px;
}
.contenidos h1{
font-family:Verdana;
font-size:15px;
letter-spacing:0.02em;
color:#000000;
padding-left:50px;
background:url(../images/vinietitulo.jpg) no-repeat;
}
.contenidos p{
margin:0;
padding-bottom:5px;
}
.contenidos img{
border:1px solid #9BAAB1;
padding:3px;
}
.contenidos .floatleft{
padding-right:15px;
/*padding-top:3px;*/
float:left;
}
.contencampo{
background-color:#BED8EF;
border:1px solid #BED8EF;
padding:3px;
color:#002C6D;
}
.contenboton{
background-color:#FFFFFF;
border:0;
color:#ED1B23;
font-weight:bold;
cursor:pointer;
padding:0;
margin:0;
}
.contenidos .imgarrow{
border:0;
margin:0;
padding:3px 0 3px 0;
}
.contenidos .imgnoborde{
border:0;
margin:0;
padding:0;
}
.infocontact{
color:#2C77B7;
font-weight:bold;
}
.infocontact a{
color:#ED1B23;
font-weight:bold;
}
.infocontact a:hover{
color:#FF6600;
font-weight:bold;
}
.contenidos .no_result{
text-align:center;
padding:80px 0 80px 0;
/*height:60px;*/
}
.contenidos .message{
text-align:center;
font-size:small;
padding:60px 0 60px 0;
}
.contenidos .division{
border-bottom:1px solid #7EB0DE;
}


/* PIE -----------------------------------------------------------------*/
#foot{
background:#55AAFF;
}
.footcontent{
background:url(../images/bg_foot.jpg) bottom left no-repeat #55AAFF;
height:51px;
}
#foottxt div{
background:#55AAFF;
padding:0 0 15px 0;
color:#FFFFFF;
text-align:center;
}