@charset "utf-8";
/* CSS Document */
.Estilo_titulos_menu {
	font-family: "Comic Sans MS";
	color:#9900CC;
	font-size: 30px;
	font-style:normal;
	font-weight:normal;	
}
.Estilo_titulos_menu_petit {
	font-family: "Comic Sans MS";
	color:#9900CC;
	font-size: 20px;
	font-style:normal;
	font-weight:normal;	
}
.Estilo_index33 {
	font-family: "Comic Sans MS";
	color: #0066FF;
	font-size: 16px;
}
.Estilo_index1_segoe {
	font-family: "Segoe UI";
	color: #0066FF;
	font-size: 16px;
}
.Estilo_serio1_segoe {
	font-family: "Segoe UI";
	color: #000000;
	font-size: 22px;
}
.Estilo_index1 {
	font-family: "Comic Sans MS";
	color: #0066FF;
	font-size: 16px;
}
.Estilo_index1_segoe {
	font-family: "Segoe UI";
	color: #0066FF;
	font-size: 16px;
}
.Estilo_index1_segoe_grande {
	font-family: "Segoe UI";
	color: #0066FF;
	font-size: 26px;
}
.Estilo_grid1 {
	font-family: "Comic Sans MS";
	color:#000000;
	font-size: 14px;
}
.Estilo_serio1 {
	font-family: "Comic Sans MS";
	color: #000000;
	font-size: 16px;
}
.Estilo_index1_petit {
	font-family: "Comic Sans MS";
	color: #0066FF;
	font-size: 10px;
}
.Estilo_index2 {
	font-family: "Comic Sans MS";
	color: #990033;
	font-size: 16px;
}
.Estilo_index2_segoe {
	font-family: "Segoe UI";
	color: #990033;
	font-size: 16px;
}
.Estilo_index2_segoe_fuerte_purple {
	font-family: "Segoe UI";
	color: purple;
	font-size: 18px;
}
.Estilo_index2_segoe_fuerte_black {
	font-family: "Segoe UI";
	color: black;
	font-size: 26px;
}
.Estilo_index2_grande {
	font-family: "Comic Sans MS";
	color: #990033;
	font-size: 26px;
	font-weight: bold;
	
}
.Estilo_filtros_busqueda {
	font-family: "Segoe UI";
	color: #990033;
	font-size: 18px;
	font-weight: bold;
}
.Estilo_index2_petit {
	font-family: "Comic Sans MS";
	color: #990033;
	font-size: 10px;
}
.Estilo_index2_fuerte {
	font-family: "Comic Sans MS";
	color: #990033;
	font-size: 20px;
}
.Estilo_index3 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color:#000000;
}
.Estilo1 {color: #FF0000}
.Estilo2 {
	font-size: 24px;
	font-weight: bold;
	color: #0066FF;
}
.Estilo3 {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 18px;
}
.Estilo_verde_medio_segoe{
	font-family: "Segoe UI";
	color: #009900;
	font-size: 16px;    
}
.Estilo4 {
	font-size:10px;
}
.Estilo_palabras_celebres_titulo{
	font-family: "Comic Sans MS";
	color:blue;
	font-size:16px;
}
.Estilo_palabras_celebres_1{
	font-family: "Comic Sans MS";
	color:purple;
	font-size:14px;
}
.Estilo_palabras_celebres_2{
	font-family: "Comic Sans MS";
	color:green;
	font-size:14px;
}
.Estilo_palabras_celebres_3{
	font-family: "Comic Sans MS";
	color:red;
	font-size:14px;
}
.Estilo_palabras_celebres_4{
	font-family: "Comic Sans MS";
	color:blue;
	font-size:14px;
}
.thumbnail{
position: relative;
z-index: 0;
}

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

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}

h2{
	font-weight: normal;
	font-size: 16px;
	font-family:"Segoe UI";
	font-variant:normal;
	font-style:normal;
}
h3{
	font-weight: normal;
	font-size: 16px;
	font-family:"Segoe UI";
	font-variant:normal;
	font-style:normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
FORM {
clear: none;
float: none;
border-style: none;
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px
} 
a:link {color:#9900CC;text-decoration: none;}      /* unvisited link */
a:visited {color:#339933;text-decoration: none;}  /* visited link */
a:hover {color:#339933;text-decoration: none;}  /* mouse over link */
a:active {color:#339933;text-decoration: none;}  /* selected link */
hr{margin:0;padding:0}




