/* CSS Document */

/* Estilos de generales de página */

* {
font-family: Arial, Verdana, Helvetica, sans-serif;
}

p {
font-size: 0.7em;
}

body {
background-color: #EDEEDE;
margin: 0px 0px;
}

font.textoAditel {
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align:justify;
font-size: 1em;
}

font.destacadoAditel { 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
color: #336699;
font-size: 1.2em;
}

div#lutoSuperior {
width: auto;
height: 20px;
margin-bottom: 10px;
background-color: #6699CC;
border-bottom: 1px solid #003366;
}

div#container {
margin: 0px auto;
width: 720px;
height: auto;
}

div#pagina {
width: 780px;
height: auto;
margin: 0px auto;
background-color: #FFFFFF;
background-image: url(../images/fondo_mid.jpg);
background-repeat: repeat-y;
}

div#bordePaginaSup {
margin: 0px 0px;
background-image: url(../images/fondo_sup.jpg);
background-repeat: no-repeat;
height: 10px;
}

div#bordePaginaInf {
margin: 0px 0px;
background-image: url(../images/fondo_inf.jpg);
background-repeat: no-repeat;
height: 20px;
}

div#cabecera {
width: auto;
height: 60px;
padding-bottom: 5px;
position: relative;
}

div#logotipo {
width: 100px;
height: 35px;
position: absolute;
top: 0px;
left: 0px;
background-image: url(../images/Logo_Aditel_10030.gif);
background-repeat: no-repeat;
cursor: pointer;
}

div#botonera {
width: auto;
height: auto;
position: absolute;
bottom: 5px;
right: 40px;
}

ul.menuBotonera {
float: left;
clear: both;
list-style: none;
margin: 0px;
padding: 0px;
}

ul.menuBotonera li {
display: inline;
float: left;
margin-right: 20px;
font-size: 14px;
font-weight: bold;
}

ul.menuBotonera li a, ul.menuBotonera li a:visited {
border-left: 8px solid #FFC321;
padding-left: 5px;
text-decoration: none;
color: #0092CE;
}

ul.menuBotonera li a:hover {
border-left: 8px solid #EF3429;
padding-left: 5px;
text-decoration: underline;
color: #0092CE;
}

div#contenido {
height: auto;
margin-top: 10px;
}

div#logosysellos {
clear: both;
margin: 10px 10px;
width: auto;
text-align: center;
}

div#pie {
text-align: center;
height: 20px;
background-color: #6699CC;
margin-bottom: 20px;
padding-top: 3px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
}

div#pie a, div#pie a:visited {
color:#FFFFFF;
text-decoration: underline;
margin: 0px 5px;
}

div#pie a:hover {
color:#FFFFFF;
text-decoration: none;
margin: 0px 5px;
}
