@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911|Raleway:400,500,600,700,300);
/*


font-family: 'Goudy Bookletter 1911', serif;
font-family: 'Raleway', sans-serif;



	-moz-box-shadow: 6px 6px 12px #000;
	-webkit-box-shadow: 6px 6px 12px #000;
	box-shadow: 6px 6px 12px #000;
	
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;


*/

body {
	background-color:#e1e1e1;
	*background-image:url(../_imgs/bg_6.jpg);
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#222;
	font-size:14px;
	font-weight:400;
}

.cabecera {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	*border-bottom:#bbb solid 1px;
	text-align:center;
}
.cabecera_f {
	position:absolute;
	width: 100%;
	height: 100px;
	top:0px;
	left:0px;
	background-color:#FFF;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
}
.cabecera_inf {
	position:relative;
	width: 1100px;
	height: 100px;
	display:inline-block;
}

.cabecera_logo {
	position:absolute;
	left:0px;
	top: 26px;
	font-family:'Goudy Bookletter 1911', serif;
	font-size:31px;
	color:#aaa;
	cursor:pointer;
}
.cabecera_logo_b{
	color:#bbb;
}
.cabecera_menu{
	position:absolute;
	right:0px;
	top: 42px;
	text-align:right;
}
.cabecera_menu_n, .cabecera_menu_s{
	position:relative;
	display:inline-block;
	margin: 0px 0px 0px 20px;
	color:#bbb;
	
	font-family: 'Raleway', sans-serif;
	text-transform:lowercase;
	font-size:15px;
	font-weight:400;
	cursor:pointer;
}
.cabecera_menu_n:hover, .cabecera_menu_s {
	color:#555;
}








.contenido {
	position:absolute;
	top:100px;
	left: 0px;
	width: 100%;
	min-height: 300px;
	text-align:center;
}
.contenido_inf {
	position:relative;
	width: 1100px;
	min-height: 200px;
	display:inline-block;
}

.contenido_cont {
	position:relative;
	width: 100%;
	margin: 30px 0px 0px 0px;
	min-height:500px;
}

.contenido_cont h2 {
	font-size:18px;
	font-weight:300;
	color:#666;
	margin-top:30px;
	*text-transform:uppercase;
}
.contenido_cont h3 {
	font-size:16px;
	font-weight:300;
	margin-top:30px;
	color:#888;
	text-transform:lowercase;
}
.contenido_cont strong {
	font-weight:600;
}



.contenido_cont_c1, .contenido_cont_c2, .contenido_cont_c3, .contenido_cont_c4, .contenido_cont_c5  {
	position:relative;
	width: 158.33px;
	min-height: 200px;
	margin: 0px 30px 0px 0px;
	float:left;
	
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#999;
	text-align:left;
	*background-color:#CCC;
}
.contenido_cont_c1:last-child, .contenido_cont_c2:last-child, .contenido_cont_c3:last-child, .contenido_cont_c4:last-child, .contenido_cont_c5:last-child {
	margin: 0px 0px 0px 0px;
}

.contenido_cont_c1 a, .contenido_cont_c2 a, .contenido_cont_c3 a, .contenido_cont_c4 a, .contenido_cont_c5 a {
	color:#666;
	text-decoration:none;
}
.contenido_cont_c1 a:hover, .contenido_cont_c2 a:hover, .contenido_cont_c3 a:hover, .contenido_cont_c4 a:hover, .contenido_cont_c5 a:hover {
	color:#888;
	text-decoration:none;
}

.contenido_cont_c2 {
	width: 346.66px;
}

.contenido_cont_c3 {
	width: 535px;
}


.contenido_cont_c4 {
	width: 723.33px;
}

.contenido_cont_c5 {
	width: 911.66px;
}

.contenido_cont_r {
	text-transform:lowercase;
	color:#bbb;
	font-size:11px;
	margin-bottom: 4px;
}
.contenido_cont_o, .contenido_cont_os {
	font-size:12px;
	color:#888;
	margin-bottom: 4px;
	cursor:pointer;
	text-transform:lowercase;
}
.contenido_cont_os {
	color:#666;
	text-transform:lowercase;
}
.contenido_cont_o:hover, .contenido_cont_os:hover {
	margin-bottom: 4px;
	cursor:pointer;
	color:#666;
	text-transform:lowercase;
}


.contenido_cont_cab {
	
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#aaa;
	text-align:left;
	margin: 00px 0px 30px 0px;
	text-transform:lowercase;
}



.limpia {
	clear:both;
	float:none;	
}


.contenido_cont_c_foto {
	position:relative;
	width: 158.33px;
	height: 158.33px;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size: 150%;
	cursor:pointer;
	background-color:#ededed;
	
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	
}
.contenido_cont_c_pie {
	font-size:11px;
	position:relative;
	margin: 10px 0px 20px 0px;
	*background-color:#0C3;
}
.contenido_cont_c_pie_t{
	font-size:11px;
	color:#aaa;
}





.contenido_cont_portada {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.contenido_cont_portada img {
	max-height:100%;
	max-width:100%;
	cursor:pointer;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}



.contenido_pie {
	position:relative;
	width: 100%;
	margin: 30px 0px 30px 0px;
	font-family: 'Raleway', sans-serif;
	text-transform:none;
	font-size: 11px;
	font-weight:400;
	color:#555;
	text-align:left;
	line-height:16px;
	letter-spacing: 1px;
}
.contenido_pie_t1, .contenido_pie_t2 {
	font-weight:700;
	color:#666;
	letter-spacing: 1px;
	
}
.contenido_pie_t2 {
	color:#666;
	letter-spacing: 1px;
	
}

.expo_fotos {
	margin-bottom:20px;
	cursor:pointer;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.23);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}


.galeria {
	position:fixed;
	top:0px;
	left: 0px;
	right:0px;
	bottom:0px;
}
.galeria_base {
	position:absolute;
	top:0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color:#666;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
}
.galeria_fot {
	position:absolute;
	top: 100px;
	width: 500px;
	height: 350px;
	left: 300px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
}

.galeria_pie {
	position:relative;
	margin-top: 10px;
	background-color:#FFF;
	
	font-family: 'Raleway', sans-serif;
	text-transform:none;
	font-size: 13px;
	font-weight:400;
	color:#888;
	text-align:left;
	line-height:18px;
	padding:10px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
}
.galeria_texto {
	position:absolute;
	top: 0px;
	right: -210px;
	background-color:#FFF;
	width: 200px;
	height: 100%;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
}
.galeria_texto_s {
	position:absolute;
	top: 30px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	
	font-family: 'Raleway', sans-serif;
	text-transform:none;
	font-size: 13px;
	font-weight:400;
	color:#888;
	text-align:left;
	line-height:18px;
	overflow:auto;
}
.galeria_texto_st {
	text-transform:uppercase;
	
}
.galeria_ant, .galeria_sig {
	position:absolute;
	top:0px;
	width: 30%;
	height:100%;
	*background-color:#FFF;
	cursor:pointer;
	opacity:0.0;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	
	background-repeat:no-repeat;
	background-size:40px;
	
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.galeria_ant:hover, .galeria_sig:hover {
	opacity:0.60;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.galeria_ant {
	left: 0px;
	background-image:url(../_imgs/ant.png);
	background-position: 10% 50%;
}
.galeria_sig {
	right: 0px;
	background-image:url(../_imgs/sig.png);
	background-position: 90% 50%;
}

.galeria_cer, .galeria_cer_t {
	position:absolute;
	top: 0px;
	right:-35px;
	width: 25px;
	height: 25px;
	background-color:#aaa;
	cursor:pointer;
	background-image:url(../_imgs/cierra.png);
	background-repeat:no-repeat;
	background-size: 100%;
	
}
.galeria_cer_t {
	right:-210px;
}




.contenido_cont_t1 {
	text-transform:lowercase;
	margin-bottom: 20px;
	font-size: 20px;
	color:#999;
}
.contenido_cont_t2 {
	line-height: 20px;
	text-align:justify;
}







































