@charset "UTF-8";
/* CSS Document */

.body{scroll :x-hidden;}

.texto_ROSA {
font-size : 9pt;
font-family : arial,helvetica;
font-weight : normal;
color: #f31c81;
line-height: 16px;
}
.texto_ROSA_grande {
font-size : 12pt;
font-family : arial,helvetica;
font-weight : bold;
color: #f31c81;
line-height: 16px;
}
.texto_blanco {
font-size : 9pt;
font-family : arial,helvetica;
font-weight : normal;
color: #ffffff;
line-height: 20px;
}
.texto_negro2 {
font-size : 9pt;
font-family : arial,helvetica;
font-weight : normal;
color: #000000;
line-height: 16px;
}
.texto_negro8 {
font-size : 8pt;
font-family : arial,helvetica;
font-weight : normal;
color: #111111;
line-height: 16px;
text-align: justify;
}
.texto_blanco8 {
font-size : 8pt;
font-family : arial,helvetica;
font-weight : normal;
color: #ebebeb;
line-height: 16px;
text-align: justify;
}
.texto_negro12 {
font-size : 12pt;
font-family : arial,helvetica;
font-weight : bold;
color: #ecebea;
line-height: 16px;
}
P2 {
font-size : 10pt;
font-family : arial,helvetica;
font-weight : normal;
color: #0cbfbf;
line-height: 2px;
}
Text:hover {
background: #0694c9;
color: #111111;
}
A:link {
color: #0694c9;
text-decoration : none;
}
A:active {
color: #0694c9;
}
A:visited {
color: #0694c9;
text-decoration: none;
}
A:hover {
background: #0694c9;
color: #111111;
}
H1 {
font-size : 10pt;
font-family : verdana,arial;
text-decoration : underline;
text-align : center;
background-color : Teal;
color: #0cbfbf;
}
TD {
font-size : 10pt;
font-family : verdana,arial;
text-align: center;
vertical-align: top;
padding: 0px;
margin: 0px;
}
TH {
font-size : 10pt;
font-family : verdana,arial;
text-align: center;
vertical-align: top;
padding: 0px;
margin: 0px;
}

/* BOTON INFERIOR */
.thumbnail{
	position: relative;
	z-index: 0;
	overflow: visible;
	visibility: visible;
}

.thumbnail:hover{
background-color: transparent;
z-index: 90;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 0px;
left: 0px;
border: 0px;
visibility: hidden;
color: #ffffff;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -87px;
margin-right: 100px; /*position where enlarged image should offset horizontally */
}


/* BOTON CABECERA*/
.thumbnail2{
	position: relative;
	z-index: 0;
	overflow: visible;
	visibility: visible;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 90;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 0px;
left: 0px;
border: 0px;
visibility: hidden;
color: #ffffff;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -89px;
margin-right: 100px; /*position where enlarged image should offset horizontally */
}

/* sombra caja */

.box-shadow{
    box-shadow: x y blur color;  
	
	-webkit-box-shadow: 0 0 10px rgb(0,0,0);  
      
    -moz-box-shadow: 0 0 10px rgb(0,0,0);  
      
    box-shadow: 0 0 10px rgb(0,0,0);  
	}
	
	
.box-shadow2{
    box-shadow: x y blur color;  
	
	-webkit-box-shadow: 0 0 5px rgb(0,0,0);  
      
    -moz-box-shadow: 0 0 5px rgb(0,0,0);  
      
    box-shadow: 0 0 5px rgb(0,0,0);  
	}

/* MAILING */
.cuadro_mailing{
	float:left;
	width:270px;
	height:33px;
	margin-left:0px;}
.cuadro_superior{
	width:0;
	height:0px;
	float:left;}
.cuadro_mailing_email{
	height:33px;
	width:270px;
	float:left;
	text-align:center;}
.cuadro_mailing_enviar{
	height:23px;
	width:110px;
	float:left;
	text-align:left;
	}
.cuadro_mailing_superior{
	width:260;
	height:30px;
	float:left;}
.input_mailing_contacto{
	background-color: #f31c81;
	margin-left:0px;
	height:15px;
	width:270px;
	border:1px solid #1c1c1c;
	font-size:11px;
	font-family:"Arial";
	color:#000000;
	font-weight:normal;
	padding:5px;
	margin-top:5px;
	}
	
/* MENSAJES ERROR Y ÉXITO */
.errores{float:left;padding-left:10px;height:auto;width:100%;font-size:11px;color:#ff0000;font-family:Arial;}
.exito{float:left;padding-left:10px;height:auto;width:100%;font-size:11px;color:#0aaae3;font-family:Arial;padding-top:0px;padding-bottom:10px;}
.hacheerre{margin-top:10px;padding-bottom:10px;color:#a28cc1;}
