/* CSS LA FRANCO ITALIANA */

/* CUERPO GENERAL */
html, body{
width:100%;
height:100%;
padding:0;
margin:0 0 0 0;
background-color:#CCCCCC;
font-family:"Verdana";
font-size:10px;
font-style:normal;
letter-spacing:normal;
color:#333333;
x-overflow:hidden;
scrollbar-face-color: #99CC67; 
scrollbar-highlight-color: #447712; 
scrollbar-3dlight-color: #DCEDC9; 
scrollbar-darkshadow-color: #DCEDC9; 
scrollbar-shadow-color: #447712; 
scrollbar-arrow-color: #DCEDC9; 
scrollbar-track-color: #CCCCCC; 
}

/* TITULOS */
.titulo_1{
font-family: "Verdana";
font-size: 11px;
font-weight: bold;
color: #FF0000;
text-decoration: none;
text-align: justify;
}

/* PARRAFOS */
.parrafo_1{
font-family: "Verdana";
font-size: 11px;
color: #333333;
text-decoration: none;
text-align: justify;
}
.envio{
font-family: "Arial";
font-size: 15px;
color: #FF0000;
text-decoration: none;
font-weight: bold;
}
.en_construccion{
font-family: "Verdana";
font-size: 10px;
color: #FF0000;
text-decoration: none;
}

/* MENU */
.menu_link_1:link{
font-family: "Verdana";
font-size: 10px;
color: #FF0000;
text-decoration: none;
}
.menu_link_1:hover{
font-family: "Verdana";
font-size: 10px;
color: #FF0000;
text-decoration: underline;
}
.menu_link_1:visited{
font-family: "Verdana";
font-size: 10px;
color: #FF0000;
text-decoration: none;
}
.menu_link_1:active{
font-family: "Verdana";
font-size: 10px;
color: #FF0000;
text-decoration: none;
}
