@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, sans-serif;
font-size:11px;
}

ul{
list-style-position:outside;
list-style-type:none;
margin:0 auto;
text-align:center;
width:100%;
}

li {
float: left
}

img {
border:0;
}

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

a:hover{
color:#333333;
text-decoration: underline;
}

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



.posicionador {
text-align:center;
margin:0 auto;
width:750px;
}

.contenedor {
margin:0 auto;
width:100%;
}

.logo{
width:100%;
height:100px;
background-image: url(../imgs/logo.jpg)
}

.texto{
width:100%;
height:100px;
background: #ffffff url(../imgs/texto.jpg) no-repeat;
}

.links{
height:100px;
margin:0 auto;
text-align:center;
width:545px;
overflow:visible;
}

.colabora{
background: #ffffff url(../imgs/blur.jpg) no-repeat;
width: 220px;
height:25px;
margin:0 auto;
}


.footer li{
margin-right:10px;
}


.footer{
border-top:1px solid #999999;
margin:75px auto;
padding-top:10px;
width:365px;
}

