* { padding: 0; margin: 0; }

a { text-decoration:none; color:#006699; }
a:hover { text-decoration:none; color:#006699; }

img {
border: 0;
}

html, body { 
height: 100%; 
background-color: #002049;
background-image:url(../img/bg.jpg);
background-repeat:repeat-x;
background-position:top;
}

#wrapper { 
		width:100%;
		height:100%;
		float: none;
		margin:0 auto;
		padding:0px;
}


#contenidos{
margin:0px 0px 0px 0px;
float: left;
/*background-color: #FFFF00;*/
width:100%;
height:100%;
}

.espacio{
height:9px;
}

.separa{
height:2px;
margin-top:4px;
margin-bottom:4px;
background-image:url(../img/separa.jpg);
background-repeat:repeat-x;
}

.bot_right{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
line-height:24px;
color:#FFFFFF;
height:31px;
padding-left:10px;
}

.bot_right img{
behavior: url(iepngfix.htc);
}

.bot_right a{
color:#FFFFFF;
}

.bot_right a:hover{
color: #41C1D8;
}

#encabezado {
float:left;
height: 90px;
width: 40%;
background-color: #9aafcc;
overflow:hidden;
}

.logo{
float:left;
padding-left:8%;
margin-top:10px;
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
}

#encabezado2 {
float:right;
height: 90px;
width: 60%;
overflow:hidden;
text-align:right;
background-color: #9aafcc;
}



#pie {
height: 25px;
width: 100%;
background-color: #999999;
font-family:Tahoma;
line-height:25px;
color:#F3F3F3;
font-weight:bold;
overflow: inherit;
}

