@charset "utf-8";
/* CSS Document */

html{margin:0;
padding:0;
}
body{
	
	margin:0;
	padding:0;
}

@font-face {
  font-family:Century Gothic;
	src: url(fuente/GOTHIC.TTF);
}


.titulo{
	font-family:Century Gothic;
	color:#424242;
	font-size:35px;
	margin-bottom:20px;
	text-decoration:none;
}
.menu{
	font-family:Century Gothic;
	font-size:15px;
	color:#414141;
	text-decoration:none;
	margin-left:25px;
	float:left;
	position:relative;
	text-align:left;
}

.menu a:hover{
	text-decoration:underline;

}


.menu_on{
	font-family:Century Gothic;
	font-size:15px;
	color:#A50313;
	text-decoration:none;
	margin-left:25px;
	float:left;
	position:relative;
	text-align:left;
}

.century11_gris_claro{
	font-family:Century Gothic;
	font-size:11px;
	color:#8F8F8F;
	text-decoration:none;
	text-align:center;
	line-height:20px
}
.century11_gris{
	font-family:Century Gothic;
	font-size:11px;
	color:#424242;
	text-decoration:none;
	text-align:justify;
	line-height:20px
}
.century13_gris{
	font-family:Century Gothic;
	font-size:13px;
	color:#424242;
	text-decoration:none;
	text-align:justify;
	line-height:20px
}
.century13_rojo{
	font-family:Century Gothic;
	font-size:13px;
	color:#A50313;
	text-decoration:none;
	text-align:justify;
	line-height:20px
}

.century16_gris{
	font-family:Century Gothic;
	font-size:16px;
	color:#424242;
	text-decoration:none;
	text-align:justify;
	line-height:20px
}
.century16_rojo{
	font-family:Century Gothic;
	font-size:16px;
	color:#A50313;
	text-decoration:none;
	text-align:justify;
	line-height:20px
}
.century20_rojo{
	font-family:Century Gothic;
	font-size:20px;
	color:#A50313;
	text-decoration:none;
	text-align:justify;
	line-height:24px
}
century20_rojo a:hover{ text-decoration:underline;}
.century16_rojo a:hover{
	text-decoration:underline;
}

.century18_gris{
	font-family:Century Gothic;
	font-size:18px;
	color:#424242;
	text-decoration:none;
	text-align:justify;
	line-height:20px
}
.miniatura{float:left; position:relative; display:block; width:220px; height:197px;}
.margen_izq30{margin-left:30px;}
.top40{margin-top:40px;}
.foto_portada{width:220px; height:150px; float:left; position:relative;}
.fondo_nombre_galeria{background-image:url(../img/fondo_nombre_galeria.png); width:210px; height:32px; display:block; float:left; position:relative; background-position:0 0;font-family:Century Gothic; color:#E6E6E6; text-decoration:none; font-size:18px; text-align:right;padding:38px 10px 0 0; margin-top:150px;}
.fondo_nombre_galeria:hover{background-position:0 -70px; float:left; position:relative; cursor:pointer; color:#FFF;}
.fondo_nombre_galeria_rojo{background-image:url(../img/fondo_nombre_galeria_rojo.png); width:210px; height:32px; display:block; float:left; position:relative; background-position:0 0;font-family:Century Gothic; color:#E6E6E6; text-decoration:none; font-size:18px; text-align:right;padding:38px 10px 0 0; margin-top:150px;}
.fondo_nombre_galeria_rojo:hover{background-position:0 -70px; float:left; position:relative; cursor:pointer; color:#FFF;}
