@charset "utf-8";
/* CSS Global */

body {
margin:0; padding:0;
background:#F1F7EB url("../img/body_bg.jpg") 0 0 repeat-x; /* rgb(255, 203, 191) rudy */
font:12px Tahoma, Arial, sans-serif; color:#333333;
}

h1 {
font:bold 20px Arial; color:#7DA611;
}

h2 {
font:bold 14px Tahoma, Arial, sans-serif;
}

h3 {
font:12px Tahoma, Arial, sans-serif; font-weight:bold;padding-bottom:-10px;margin-bottom:-10px;
}

h4 {
font:11px Tahoma, Arial, sans-serif;
}



p {text-align:justify; }
a { color:#7DA611; text-decoration:none; }
a.moreix { color:#FEC11B; text-decoration:none; }
a:hover { text-decoration:underline; }
cite { color:#666; }

img { margin:0; padding:0; border:0; }
img#logo { position:absolute; left:25px; top:0; }
img.foto1 { margin:0 0 10px 0; border:0; }
img.foto2 { margin:0 0 10px 0; border:0; }
img.foto3 { margin:0 0 10px 0; border: 1px solid #cccccc;padding:3px;width:210px;height:132px; }


