/* PROPIEADES GENERALES DE CSS */
#cajatxt_top { 
	width:490px; height:13px;
	background: url(./images/cajatxt_top.png) no-repeat;
    margin:auto;

}
#cajatxt_mid { 

	width:490px; /* height:19px;*/
	
	background: url(./images/cajatxt_mid.png) repeat-y; 
    margin:auto;
    }
#cajatxt_bot { 
	width:490px; height:19px;
	background: url(./images/cajatxt_bot.png) no-repeat;     
    margin:auto;
}
#cajatxt {

width:410px;
margin:auto;
color:#666666;
font-family:arial;
font-size:12px;
line-height: 100%;
text-align:justify;

}

/* NOVEDADES */
#novedades_titulo { font-size:12px; font-weight:bold;}
#novedades_copete { padding:5px; }
#novedades_leermas { text-align:right; }
#novedades_fecha { text-align:right; }
.novedades_td { border-bottom:1px solid #000000;}
a.mosimage { border:none;}

/* FORMULARIOS */

.inputbox { 
    padding: 2px; 
    border: solid 1px #cccccc; 
    background-color: #ffffff; 
    font-family: Arial, Helvetica, san_serif; 
    font-size: 12px;
    text-align: left;
    }

.facileform {
    padding-left: 15px;
    font-family: Arial, Helvetica, san_serif;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    }
.txtobli {
    color: #FF0000;
    }
