body{
	font-family:Arial;
	margin:0;
}

img {
	behavior: url(/css/fixes/iepngfix.htc);
	border: 0px;
}

.pagina{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

.contenedor{
	margin:0 auto;
}

.icon{
	position:relative;
	float:left;
	margin-right:10px;
}
.informe{
	background-color:#F3F3F3;
	border:1px solid #CACACA;
	padding:5px;
	margin:5px;
	border-radius:5px;
}
.contenedor h1{
	color:#395F8E;
	font-size:25px;
	font-weight:normal;
}
	
.contenedor h2{
	color:#5E5E5E;
	font-size:18px;
	font-weight:normal;
}
.contenedor h3{
	color:#5E5E5E;
	font-size:15px;
	font-weight:normal;
	text-align: center;
}
.contenedor a:link, .contenedor a:visited, .contenedor a:hover, .contenedor a:active{
	text-decoration:none;
	color:#395F8E;
	font-weight:bold;
}
.contenedor a:hover{
	color:#1F344F;
}

.texto_pie_ayuda {
	float: left;
	height: 16px;
	position: relative;
	color: #FFF;
	font-size:0.78em;
}

.pie_izq {
	color: #FFFFFF;
	float: left;
	height: 46px;
	margin-left: 25px;
	margin-top: 12px;
	position: relative;
	width: 550px;
}

.logo_a {
	float: left;
	width: 40px;
	height: 46px;
	position: relative;
	color: #FFF;
}

.empresa {
	margin-top: 18px;
	color: #FFFFFF;
	float: left;
	position: relative;
	font-size:0.78em;
}

.pie {
	float: left;
	width: 960px;
	position: relative;
	margin: 0 auto;
	height: 74px;
	background-color: #B1B1B1;
	margin-top: 20px;
	font-size:12px;
}

.pie a,.pie a:link,.pie a:visited,.pie a:active {
	color: #FFF;
}

.pie a:hover {
	color: #475F89;
}

.pie_der {
	float: right;
	height: 16px;
	position: relative;
	margin-top: 41px;
	margin-right: 25px;
	color: #FFF;
}

.texto_pie {
	float: left;
	height: 16px;
	margin-left: 3px;
	color: #FFF;
}

/* cabezal--------------------------*/
.clearb {
	clear: both;
}

.cabezal {
	/*float: left;*/
	width: 960px;
	position: relative;
	margin: 0 auto;
	min-height:185px;
	font-size:12px;
}

.cabezal_arriba {
	float: left;
	width: 960px;
	position: relative;
	margin: 0;
	height: 20px;
}

.cabezal_medio {
	float: left;
	background-image: url(../img/lookandfeel/encabezado_dns.png);
	background-repeat: no-repeat;
	width: 960px;
	position: relative;
	margin: 0;
	height: 43px;
	margin-top: 5px;
}

.cabezal_bajo {
	float: left;
	width: 960px;
	position: relative;
	margin: 0;
	height: 77px;
}

#logo {
	width: 59px;
	height: 25px;
	position: absolute;
	margin-top: 4px;
	margin-left: 25px
}

#logo_adinet {
	float: left;
	width: 423px;
	height: 63px;
	position: relative;
	margin-left: 45px;
	/*background-image: url(../images/adinetradios.jpg);
	background-repeat: no-repeat;*/
}
#logo_antel {
	float: right;
	margin-top: 8px;
	margin-right: 25px;
}

.texto_top {
	height: 16px;
	margin-top: 8px;
	margin-right: 25px;
	font-size:0.78em !important;
	color:#666666 !important;
	float:right;
}

.menuChico{
	float:left;
}

a:link{
	color: #475F89;
	text-decoration: none;
}

a:visited{
	color: #475F89;
	text-decoration: none;
}

a:active{
	color: #475F89;
	text-decoration: none;
}

a:hover{
	color: #475F89;
	text-decoration: none;
}

a img {
	border: none;
}

.menu{
    list-style-type: none;
    padding: 0;
    text-align: center;
    float:right;
    margin-right:20px;
    position:relative;
    font-weight: bold;
    margin-top:10px;
}
.menu li{
    color: #FFFFFF;
    display: inline;
    margin-left: 2px;
}

.menu a {
    display: inline-block;
    height: 28px;
    line-height: 18px;
    margin-left: 5px;
}

.menu a.acceder, .menu a.acceder:link, .menu a.acceder:visited, .menu a.acceder:active{
    background-image: url(../img/lookandfeel/bot_acceder.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 20px;
    margin-bottom: 8px;
    margin-left: 15px;
    text-decoration: none;
    width: 80px;
    float:left;
}

.menu a.acceder:hover {
    background-image: url(../img/lookandfeel/bot_acceder.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #FFFFFF !important;
    text-decoration: none;
    float:left;
}

.line.as-overline{
	margin-bottom:2px;
}

.line.as-underline{
	margin-top:30px;
}

.line{
	border-top-style:silid;
	border-top-width:1px;
	height:1px;
	margin-bottom:15px;
	margin-top:15px;
	overflow:hidden;
	width:100%;
	float:left;
}

.fore-color-1{
	border-color:#395F8E !important;
	color:#395F8E !important;
	background-color:#395F8E !important;
}