*{
margin:0px;
padding:0px
}
img{border:0px}
html, body{
width:100%;
height:100%;
}

/*ENLACES*/
a:link, a:visited { 
	text-decoration: none;
	color: #006699;
}
a:hover { text-decoration: underline }

.left{
background-image:url(images/bg.gif);
background-position:top right;
}
.right{
background-image:url(images/bg.gif);
background-position:top left;
}
.middle{
background-image:url(images/bg.gif);
background-position:top left;
width:715px;
vertical-align:top;
}
.main{
height:800px;
background-image:url(images/mainbg.gif);
background-position:top left;
background-repeat:no-repeat;
padding:55px 0 0 89px;
position:relative
}

#header{
margin:0 10px 0px 10px;
height:43px;
float:left
position:relative
}
.small{
position:absolute;
top:70px;
right:24px
}
.small img{
margin:0 18px 0 0;
float:left
}
.float{
float:left
}

#content{
border-bottom:2px solid #5B5B5B;
border-left:2px solid #5B5B5B;
border-right:2px solid #5B5B5B;
background: #ffffff;
width: 600px;
height:auto;
font-family:Tahoma;
font-size:11px;
color:#006699;
}

.tabla_central{
padding:5px 0 0 0;
width: 100%;
}

.columna_izq{
padding:90px 0 0 0;
text-align: left;
width: 30%;
vertical-align: top;
color: #000000;
font-size: 12px;
}

.columna_dcha{
padding:0px 0 0 0;
text-align: left;
width: 70%;
vertical-align: top;
color: #000000;
font-size: 12px;
}

#footer{
display:block;
float:left;
width:615px;
padding:5px 0 0 0
}
#footer, #footer a{
font-family:Tahoma;
font-size:11px;
color:#CDE2EA;
text-decoration:none;
text-align:center;
}
#footer p{
padding:10px 0 0 0
}
#footer a{
padding:7px;
}
#footer a:visited{text-decoration:none}
#footer a:hover{text-decoration:underline}