.bgCabecera
{
background-image: url("http://www.genesyscorp.net/JSPWebApp/pub/images/HEADER.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-position: top center;
}

/*Texto de la web*/
.textos { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000} 

/*Texto de la home*/
.textosHome { font-family: Times New Roman; font-size: 14px; color: #000000;text-align: center;} 

/*Texto de la home GRANDE*/
.textosHomeG { font-family: Times New Roman; font-size: 20px; color: #FF0000;text-align: center;} 

/*Negrita*/
.negrita { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #003333}

/*Blanquita*/
.blanquita{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF}

/*para las cajas de los formularios y para la parte el nombre y mail...*/
.form {font-family: Arial, Helvetica, sans-serif; font-size: 11px;background-color: #ffffff; border: 1 solid #aaaaaa;} 
/*.edit {font-family: Arial, Helvetica, sans-serif; font-size: 11px;background-color: #ffffff; border: 2 normal #aaaaaa;} */

/*Para la cabecera*/
.verde {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #003333}

/*Negrita Pequea*/
.negritaPeq { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #003333}

/*Grande*/
.grande { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #003333}

/*pequea gris*/
.peqGr{color:#70766C; font-family: Arial, Helvetica, sans-serif;  font-size: 8pt; }
/*Enlace*/
/*Antes del CLICK*/
A:link {color: #000000; font-family: Arial, Helvetica, sans-serif;  font-size: 10pt;}
/*Despues del CLICK*/
A:visited {color:#70766C; font-family: Arial, Helvetica, sans-serif;  font-size: 10pt; }


.a1:link{
	background-color:transparent;
	color:black;
	text-decoration: none;
        color: #000000; 
	font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 8pt;
}
.a1:visited{
	background-color:transparent;
	color:#000000;
	text-decoration: none;
	font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 8pt;
}
.a1:hover{
	background-color:transparent;
	color:9F9F9F;
	text-decoration: none;
}
.a1:active{
	color:black;
	background-color:transparent;
	text-decoration: none;
}

H1{
font-family: Times New Roman; 
font-size: 20px;
font-weight: bold; 
margin-bottom: 0;
}




/* Estilo para el scroll*/
body {
scrollbar-face-color: #006A45;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFff;
scrollbar-3dlight-color: #FFFFff;
scrollbar-darkshadow-color: #FFFFff;
scrollbar-track-color: #33AE89;
scrollbar-arrow-color: #007799;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #000000;
}

/* Estilo para el select
select { 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 10px; 
border: #ffffff; 
border-style: solid; 
border-top-width: 0px;
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px
} 
*/

/* Justificado para los textos */
p {
text-align: justify;
}




/*Backgroung de la home central*/

.bgHome
{
background-image: url("../images/CLOUTHS.jpg");
background-repeat:no-repeat;
 
}

/*Backgroung del menu*/

.bgMenu
{
background-image: url("../images/fon_menuBlank.jpg");
background-repeat:repeat - y;
background-attachment:fixed;
background-position: bottom left;
}

/*Texto italic small photo title*/
.phototitle { font-family: Times New Roman, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: italic; color: #000000} 


