@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

#pop-up{
		z-index:999;
		position:absolute;
		position:fixed;
		background-image:none;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,.7);
	}
	#pop-up img{
		width:auto;
		height:100%;
		max-height:1067px;
		box-shadow:0 0 10px 0 rgba(0,0,0,.7);
	}
	#centratache{
		width:100%;
		height:48px;
		overflow:hidden;
	}
	#cerrar{
		width:100%;
		max-width:761px;
		height:100%;
		margin:7px auto;
		background-position:right;
	}

/* Mobile Layout: 480px and below. */


/* HEADER
---------------------------------------------------------- */

.header {
}
.nav_item {
}
.head {
	height: auto;
	background-color: rgba(12,12,12,0.35);
}
.headcont {
	width: 92.8288%;
	max-width: 1232px;
	margin-left: 1.5855%;
	margin-right: 1.5855%;
	margin: auto;
	clear: none;
	float: none;
	height: 98px;
}
.logo {
	width: 100%;
	max-width: 1232px;
	margin:0 auto 0 auto;
	clear: none;
	float: none;
	height: 131px;
}
.logolink {
	width: 255px;
	padding-top: 45px;
	margin-left: 1.5855%;
	margin-right: 1.5855%;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
}
.socialmedia {
	float: right;
	margin: 45px 0 0 0;
	width: auto;
}
.socialmedia img {
	margin: 0 0 0 20px;
}
.menu_bgd {
	width: 100%;
	height: 50px;
	margin-top: 45px;
	background-color: rgba(12,12,12,0.15);
}
.menu {
	width: 100%;
	max-width: 1232px;
	margin:0 auto 0 auto;
	clear: none;
	float: none;
	padding: 15px 0 0 0;
}
.space {
	height: 250px;
}

/* HOME
---------------------------------------------------------- */ 


/* CONTENIDOS
---------------------------------------------------------- */ 

.cont_bgd {
	background-image: url(images/bgd_cont.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: center top;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.title_bgd {
	height: 70px;
	margin: 24px 0 24px 0;
	background-image: url(images/bgd_title.gif);
	background-repeat: repeat;
	background-position: center top;
}
.title_center {
	margin: auto;
	width: 234px;
	height: 70px;
	background-color: rgba(255,255,255,0.70);
}
.title_center2 {
	margin: auto;
	width: 292px;
	height: 90px;
	background-color: rgba(255,255,255,0.70);
}
h1{
	font-size: 27px;
	font-family: 'Playfair Display', serif;
	text-align: center;
	background-image: url(images/title_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-style: italic;
	color: #000000;
	height: 62px;
	line-height: 45px;
}
.cont1{
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
}
.subtitle{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #518faf;
	text-shadow: 1px 1px #FFFFFF;
}
.txt2{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
	line-height: 34px;
}
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* FOOTER
---------------------------------------------------------- */

.pie{
	width: 100%;
	height: auto;
	background-image: url(images/bgd_pie.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}

#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

/* FOOTER
---------------------------------------------------------- */

.pie{
	width: 100%;
	height: auto;
	background-image: url(images/bgd_pie.png);
	background-repeat: repeat-x;
	background-position: center top;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

/* HEADER
---------------------------------------------------------- */

.header {
}
.nav_item {
}
.head {
	height: auto;
	background-color: rgba(12,12,12,0.35);
}
.headcont {
	width: 92.8288%;
	max-width: 1232px;
	margin-left: 1.5855%;
	margin-right: 1.5855%;
	margin: auto;
	clear: none;
	float: none;
	height: 98px;
}
.logo {
	width: 100%;
	max-width: 1232px;
	margin:0 auto 0 auto;
	clear: none;
	float: none;
	height: 131px;
}
.logolink {
	width: 255px;
	padding-top: 45px;
	margin-left: 1.5855%;
	margin-right: 1.5855%;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
}
.socialmedia {
	float: right;
	margin: 45px 0 0 0;
	width: auto;
}
.socialmedia img {
	margin: 0 0 0 20px;
}
.menu_bgd {
	width: 100%;
	height: 50px;
	margin-top: 45px;
	background-color: rgba(12,12,12,0.15);
}
.menu {
	width: 100%;
	max-width: 1232px;
	margin:0 auto 0 auto;
	clear: none;
	float: none;
	padding: 15px 0 0 0;
}
.space {
	height: 250px;
}

/* HOME
---------------------------------------------------------- */ 
.links_home_bgd {
	height: auto;
	width: 100%;
	background-color: rgba(67,66,66,0.30);
	padding: 63px 0 63px 0;
}


/* CONTENIDOS
---------------------------------------------------------- */ 
.cont_bgd {
	background-image: url(images/bgd_cont.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: center top;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.title_bgd {
	height: 90px;
	margin: 23px 8px 32px 8px;
	background-image: url(images/bgd_title.gif);
	background-repeat: repeat;
	background-position: center top;
}
.title_center {
	margin: auto;
	width: 234px;
	height: 90px;
	background-color: rgba(255,255,255,0.70);
}
.title_center2 {
	margin: auto;
	width: 409px;
	height: 90px;
	background-color: rgba(255,255,255,0.70);
}
h1{
	font-size: 32px;
	font-family: 'Playfair Display', serif;
	text-align: center;
	background-image: url(images/title_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-style: italic;
	color: #000000;
	height: 79px;
	line-height: 60px;
}
h2{
	font-size: 27px;
	font-family: 'Playfair Display', serif;
	text-align: center;
	background-image: url(images/title_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-style: italic;
	color: #000000;
	height: 74px;
	line-height: 60px;
}
.cont1{
	margin: 0 37px 55px 37px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
}
.subtitle{
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #518faf;
	text-shadow: 1px 1px #FFFFFF;
}
.txt_blue{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #518faf;
	text-shadow: 1px 1px #FFFFFF;
}
.txt2{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
	line-height: 34px;
}
.link{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #8d8c8c;
	text-decoration: none;
	line-height: 27px;
}
a.link:hover {
	color: #518faf;
}
a.link:visited {
	color: #8d8c8c;
}
.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}


/* FOOTER
---------------------------------------------------------- */

.pie{
	width: 100%;
	height: auto;
	background-image: url(images/bgd_pie.png);
	background-repeat: repeat-x;
	background-position: center top;
}
}
