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

p{
font-family:"Trebuchet MS", Verdana, Arial;
color: #333333;
font-size:13px;
text-align:left;
margin-left:40px;
margin-right:80px;
}

h3#titulo{
font-family:"Trebuchet MS", Verdana, Arial;
color:#00549f;
font-size:18px;
font-weight:bold;
height: 20px;
margin-bottom:40px;
margin-top:0px;
padding-left:18px;
background-image:url(../images/izq_titulo.gif);
background-repeat:no-repeat;
background-position:left 6px;
}

p a {
color:#004A97;
text-decoration:none;
}

p a:hover {
text-decoration:underline;
color:#1964a7;
position:relative;
top:1px;
left:1px;
}