@charset "utf-8";
/* CSS Document */
/*ESTILOS PARA MAQUETADO PRINCIPAL
-------------------------------------------------------*/
.input1 {
border: none;
background: #FFF;
width: 165px;
}
.rounded {
background:  url(../img/rounded.gif) no-repeat left top;
padding: 8px;
}
#wrapper{
width:800px;
position:relative;
margin: 0 auto 0 auto;
}
/* CABECERA */
#top{
width:800px;
height:45px;
position:relative;
margin: 0 auto 0 auto;
}
#header{
width:800px;
height:160px;
position:relative;
margin-bottom:5px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}
#noticia-index-salto{
height:10px;
}
/* CUERPO */
#body{
width:800px;
height:350px;
position:relative;
margin: 0 auto 0 auto;
}
/* FOOTER */
#footer-index{
width:800px;
height:95px;
position:relative;
margin: 0 auto 0 auto;
}
#footer{
width:800px;
height:45px;
position:relative;
margin: 0 auto 0 auto;
}
/*ESTILOS PARA CONTENIDO
-------------------------------------------------------*/
.txt-buscar{
font:12px "Arial";
color:#333;
text-align:left;
}
.txt-footer-azul{
font:12px "Arial";
color:#1F6192;
text-align:center;
}
.txt-menu-hor{
font:12px "Arial";
color:#81806F;
text-align:center;
}
.lista{
list-style-image:url(../imagenes/menu-vertical/bullet.jpg);
margin-left:-7px;
font:12px "Arial";
color:#FFF;
}
.txt-titulo{
font:12px "Arial";
color:#1F6192;
text-align:left;
font-weight:900;
}
.txt-texto{
font:12px "Arial";
color:#81806F;
text-align:left;
}
.txt-texto-bold{
font:12px "Arial";
color:#81806F;
text-align:left;
font-weight:900;
}
.txt-header{
font:30px "Georgia";
color:#FFF;
text-align:left;
margin-left:20px;
}
.txt-idioma{
font:12px "Arial";
color:#FFF;
font-weight:bold;
text-align:left;
}

/*ESTILOS PARA LINKS
-------------------------------------------------------*/
/* FOOTER */
.txt-footer a:link{
color: #666;
text-decoration: none;
}
.txt-footer a:hover {
color: #666;
text-decoration: underline;
}
.txt-footer a:visited {
color: #666;
text-decoration: none;
}
/* MENU VERTICAL */
.lista a:link {
color:#FFF;
text-decoration: none;
}
.lista a:hover {
color: #FFF;
text-decoration: underline;
}
.lista a:visited {
color: #FFF;
text-decoration: none;
}
/* IDIOMAS VERTICAL */
.txt-idioma a:link {
color:#FFF;
text-decoration: none;
}
.txt-idioma a:hover {
color: #FFF;
text-decoration: underline;
}
.txt-idioma a:visited {
color: #FFF;
text-decoration: none;
}
