body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #042552;
	/*#fff url(imagenes/texturaFondo.png) repeat;*/
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	color: #333;
	}

table {
        font-size: 11px;
}

/* LINKS */
a:link {
/*	color: #550000; */
color: #022006 ;
}

a:visited {
/*	color: #6699cc; */
color: #036A11;
}
/* LINKS */


/* IMAGENES */
img {
	border-color:white;
}
.imgMenu {
	border-color:e6eef9;
}

.imgBeneficios {
	border-color:white;
}

.imgNoticia {
	float: right; 
}
/* IMAGENES */


/* FORMULARIOS */        
input {
	border: 1px solid #999;
	background: #f2f2f2;
}

.formLabel { 
	width: 70px;
}
.formObject {
	width: 100px;
}
.form200 {
	width:200px
}
.formMsg {
	font-size: 9px;
	color: grey;
}
/* FORMULARIOS  */        

/* NOTICIA */
.noticiaTitulo {
	width:100%;
	
    background-color:#006699;
	font-size: 14px;
	font-weight: bold;
	color:#eeeeee;
}
.noticiaTexto {
    font-size: 10px;
} 
/* NOTICIA */

/* MENU */ 
.menu {
	background-color:#FFFFFF;
	font-size: 12px;

}

.menuizq {
    background-color:FFFFFF;
	font-size: 12px;

}

.menuTop {
    background-color:#003366;
	font-size: 10px;
}
/* MENU */ 

/* OTROS */
.titulo {
	font-size: 18px;
	font-weight: bold;
}

.titulo1 {
text-decoration:none;
color:#003333;
	font-size: 12px;

}

.titulo2 {

color:#003333;
	font-size: 12px;

}
.subTitulo {
	font-size: 12px;
	font-weight: bold;
	
}

.youtube {
    background-color:black;
}
/* OTROS */

/* FONDOS DE SECCIONES */
.peluquerias{
	background-image: url(imagenes/fondos/peluquerias.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.fondocentro
{
background:url(imagenes/logotc1.png);
background-repeat:no-repeat;

}
.boton11 {
    background-image:url(imagenes/botonverde.png);
	background-repeat: no-repeat;
	width:132px;
	height:37px;
	border:none;
	font-size: 12px;
	padding-bottom:5px;
	color: #0D2405;
	cursor: pointer;

	font-weight: bold;
}
