/* CSS Document */

body {
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4F4F;
}
.texto_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E4F4F;
}
.texto_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E7D98;
}

.copete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top:3px;
}
.tabla_bordeGris {
	background-color: #E7E7E7;
	padding: 0px;
	width: 100%;
    border-spacing:0;
}
.CajitaBlancaBordeGris
{
    border-style:solid;
    border-color:#E7E7E7;
    border-width:1px;
    padding:10px;
    margin-bottom:15px;
    background-color:#FFFFFF;
    }
    
.CajitaGrisBordeGris
{
    border-style:solid;
    border-color:#E7E7E7;
    border-width:1px;
    padding:10px;
    background-color:#F1F1F1;
    margin-bottom:15px;    
    }    
