/* CSS Magna
Desarrollado por Logos Comunicaciones - www.logoscomunicaciones.com
*/
/* GENERAL*/

body {
background-color:#f66014;
color: #fff;
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans, Sans-serif; 
font-size: 12px;
text-align: center;
margin: 0px;
padding: 0px;

}
h1{
color: #c4a53f;
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans, Sans-serif; 
font-size: 18px;
}

a:link{ 
color: #ccae42;
text-decoration: underline;
}
a:visited { 
color: #ccae42;
text-decoration: underline;
}
a:hover {
color: #ccae42;
text-decoration:  none;
}
/* CONTAINERS*/
#container{
font-size: 12px;
width: 780px;
background-image: url(../lib/logo_yanaloma.gif);
background-repeat: no-repeat;
background-position: top;
padding: 25px;
padding-left: 85px;
padding-right: 85px;
line-height: 20px;
}
#content{
font-size: 12px;
width: 780px;
padding: 25px;
padding-left: 85px;
padding-right: 85px;
line-height: 18px;
}
#footer{
color: #999999;
font-size: 9px;
height: 25px;
margin: 5px;
text-align: center;
padding-top: 10px;
clear: both;
}

/* GENERAL*/
.title{
font-size: 22px;
}
.text10{
font-size: 10px;
}
.bold{
font-weight: 700;
color: #ccae42;
}

/*LINKS*/
a.submenu:link,a.submenu:visited { 
color:#bfc0c2;
text-decoration: none;
padding-left: 7px;
padding-right: 7px;
}
a.submenu:hover {
color: #a5a6a7;
text-decoration: none;
}
a.link1:link,a.link1:visited { 
color:#fff;
text-decoration:  underline;
}
a.link1:hover {
text-decoration: none;
}
/* Fin CSS */