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

*{margin:0;padding:0;}
img{border:0;}

body{
background-image:url(imagenes/fondo.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:white;
background-color:#449a34;
}

#contenedor{
width:955px;
margin:0 auto 0 auto;
background-image:url(imagenes/fdo_cont.jpg);
background-repeat:no-repeat;
}

.titulo{
font-size:14px;
color:#FFCC00;
}

a:link{
color:white;
}
a:visited{
color:white;
}

.texto{
color:#000;
}

.titulo2{
color:#000;
font-size:24px;
}

.titulo3{
color:#000;
font-size:18px;
}

.foto{
border:solid 2px #FF6600;
}


