@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;}

#text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

#text .titulo{
font-weight:bold;}

#text a{
background:url(images/on.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
text-decoration:none;
display:block;
height:45px;
padding-top:5px;
padding-left:10px;
}

#text a:hover {
background-image:url(images/over.jpg);
background-repeat:no-repeat;
text-decoration:none;}

#text a:active{
background-image:url(images/over.jpg);
background-repeat:no-repeat;
text-decoration:none;}

#text a:visited {
text-decoration:none;
color:#FFFFFF;}

#imagen {
float:left;}

#texto2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#texto2 a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;}

#texto2 a:hover{
text-decoration:none;
color:#999999;}

#texto2 a:visited {
color:#FFFFFF;
text-decoration:none;}
