body{
    /*background-image: url(../img/bg.gif); */
    background-color: #00364E;
    margin:0px;
}


/* TABLAS */

.main{
	margin-top: 10px;
    width: 850px;
    border: 0px solid transparent;
    background-color: #FFF;
    -moz-box-shadow:1px 1px 3px #888;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.menu{
	margin-top: 10px;
    width: 850px;
    border: 0px solid transparent;
    background-color: #666666;
}

.centrou{
    width: 520px;
    border: 1px solid #CCC;
    background-color: #FFF;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


/*
.menu{
    width: 850px;
    height: 30px;
    background-color: #AA2522;
    
}

*/


/* FUENTES*/

.login{
    font-family: Arial;
    font-size: 11px;
    color: #666;
    text-align: center; 
    font-weight: none;
}

.ibuscador{
    font-family: Arial;
    font-size: 11px;
    color: #333;
    text-align: center; 
    font-weight: none;
    width: 80px;
}

.contact{
    font-family: Arial;
    font-size: 12px;
    color: #333;
    text-align: none; 
    font-weight: none;
    width: 200px;
  
}

.contact_txt{
    font-family: Arial;
    font-size: 12px;
    color: #333;
    text-align: none; 
    font-weight: none;
    width: 200px;
    height: 100px;
    
}

.top{
    font-family: Arial;
    font-size: 14px;
    color: #999;
    text-align: center; 
    font-weight: bold;
     font-style: italic;
}

.foot{
    font-family: Arial;
    font-size: 11px;
    color: #999;
    text-align: center; 
    font-weight: none;
    text-decoration: none;
}


.foot a{
	color: #666;
	text-decoration: none;

}

.foot a:hover{
	color: #FF6600;
	text-decoration: none;

}

.categoria{
    font-family: Arial;
    font-size: 18px;
    color: #cc0000;
    text-align: center; 
    font-weight: none;
    text-decoration: none;
    text-shadow:1px 1px 1px #999;
}

.txt{
    font-family: Arial;
    font-size: 13px;
    color: #333;
    text-align: center; 
    font-weight: none;
    text-decoration: none;
}

.txt_azul{
    font-family: Arial;
    font-size: 13px;
    color: #025580;
    text-align: center; 
    font-weight: none;
    text-decoration: none;
}

.txt_azul2{
    font-family: Arial;
    font-size: 15px;
    color: #025580;
    text-align: center; 
    font-weight: none;
    text-decoration: none;
}

.txt_azul2 a{
    color: #025580;
    text-decoration: none;
}

.txt_azul2 a:hover{
    color: #006699;
    text-decoration: none;
}

.alterno{
    font-family: Arial;
    font-size: 13px;
    color: #094A99;
    text-align: center; 
    font-weight: none;
    text-decoration: none;
}

.alterno2{
    font-family: Arial;
    font-size: 16px;
    color: #094A99;
    text-align: center; 
    font-weight: none;
    text-decoration: none;
    text-shadow:1px 1px 1px #ccc
}

.categoria3{
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
    text-align: center; 
    font-weight: bold;
    text-decoration: none;
}
.texto{
    font-family: Arial;
    font-size: 13px;
    color: #FFF;
    text-align: center; 
    font-weight: none;
    text-decoration: none;
}

.texto_main{
    font-family: Arial;
    font-size: 13px;
    color: #FFF;
    text-align: justify; 
    font-weight: none;
    text-decoration: none;
}


.link_normal{
    font-family: Arial;
    font-size: 13px;
    color: #F9D905;
    text-align: center; 
    font-weight: bold;
    text-decoration: none;
}




