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

body {
margin:0px;
background-image:url(../imgs/fondo.jpg);
background-repeat:repeat-x;
}

#texto {
background-image:url(../imgs/fondotxt.jpg);
background-repeat:repeat-y;
width:836px;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
padding-top:20px;
padding-left:20px;
padding-bottom:20px;
padding-right:20px;
}

#texto img.foto {
float:right;
margin: 0 0 1em 1em;
}

#texto h1{
color: #16498a;
font-size:12pt;
font-weight:bolder;
}

#texto a, a:hover{
color: #16498a;
font-weight:bolder;
}

.resalte {
color: #16498a;
font-size:10pt;
font-weight:bolder;
}