/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body{
    background-color:  #79b0a8;
    font-family: 'Dosis', sans-serif;
}

html {
 /*position: relative;*/
 margin: 0px;
 padding: 0px;
}

img{
	width: 100%;
	border: 0;
}

a {text-decoration: none; color: #fff;}
a hover{color: #005979;}
a:active {color: #FFF; text-decoration: underline; }
a:visited {color: #fff; text-decoration: underline; }


/* #Page Styles
================================================== */
#cabezal{
    background-color: #237767;
    height: 100px;
}
#historia{
    background: url(../images/back.jpg) repeat-x #dfdbc6;
    padding: 30px 0 70px 0;
}
#galeria{
    background: url(../images/separador-01.png) repeat-x;
    background-color: #878e88 ;
    padding: 80px 0 40px;
}
#datos{
    background: url(../images/separador-02.png) repeat-x;
    background-color: #529a8b ;
    padding: 60px 0 0 0;
}
#fondomenu{
	background-color: #fff;
}
#fondos{
	padding: 0;
	margin: 0;
}
#menu{
	background-color: #fff;
}
#menu ul{
	padding: 0;
	text-align:center;
	font-family: 'Lora', serif;
	color: #3f2311;
	background-color: #fff;
}
#menu ul li{
	display: inline;
	padding: 20px 15px;
	cursor: pointer;
	background-color: #fff;
}

#fecha{
	text-align: center;
	color: #005979;
	height: 50px;
	margin-bottom: 10px;
}
#titular{
	text-align: center;
	font-size: 3em;
	color: #404041;
    background-color: #fff;
    padding: 30px;
    box-shadow: 5px 5px 5px #888888;
}
#relato{
    background: url(../images/central-03.png);
    width: 581px;
    height: 449px;
}

#dia{
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: 2em;
	color: #404041;
    text-transform: capitalize;
}
#fondoTextos{
	margin-top: 10px;
	padding-top: 10px;
}
#fondoTextos2{
	padding-top: 10px;
	background-color: #fff;
}
#textoA, #textoB, #textoC, #textoD, #textoE{
	text-align: center;
	margin: 0 auto;
	color: #58585B;
}
#textoA{
	width: 48%;
	font-size: 1.5em;
	line-height: 1.2em;
	padding-top: 20px;
}
#textoB{
	font-size: 1.2em;
	line-height: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
    color:#fff;
}
#textoC{
	font-size: 1.2em;
    text-align: center;
}
#textoD{
	width: 75%;
	font-size: 1.7em;
	line-height: 1.5em;
	padding-top: 40px;
	padding-bottom: 50px;
}
#textoE{
	width: 70%;
	font-size: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
	font-style: italic;
}
#textoE2{
	width: 70%;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 20px;
	font-style: italic;
	text-align: right;
}
#remate{
	width: 30%;
	margin: 0 auto;
	padding: 40px 0;
}
#galeriaA{
    text-align: center;
    margin: 30px 0;
}
#galeriaA table {
    margin: 0 auto; 
    text-align: left;
}
#titularGaleria{
	text-align: left;
	font-size: 1.5em;
	font-family: 'Lora', serif;
	color: #3f2311;
	padding-bottom: 20px;
}


#facebook{
    background-color: #79b0a8;
}

#social{
	width: 125px;
	margin: 0 auto;
}
#footer{
	width: 100%;
	margin-top: 50px;
	background-color: #484741;
	border-top: 5px solid #918f87;
}
#wwp{
	padding: 20px 0;
}
#textoWWP{
	font-family: 'Ruda', sans-serif;
	color: #fff;
	font-size: 1em;
	padding-top: 35px;
}

#separadorDivs{
	height: 30px;
}

#areaSel1, #areaSel2, #areaSel3, #areaSel4, #areaSel5, #areaSel6, #areaSel7, #areaSel8{
	height: 5px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#sobreTop{
			margin: 0 auto;
			width: 0; 
			height: 0;
			border-left: 380px solid transparent;
			border-right: 380px solid transparent;
			border-bottom: 50px solid #f7f8de;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#sobreTop{
			margin: 0 auto;
			width: 0; 
			height: 0;
			border-left: 380px solid transparent;
			border-right: 380px solid transparent;
			border-bottom: 50px solid #f7f8de;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#menu, #caracol{
			display: none;
		}
		#fecha{
			height: 100px;
		}
		#titulo{
			text-align: center;
			font-size: 2em;
		}
		#fecha{
			text-align: center;
			background: url(../images/detallesCirculo.png) center bottom no-repeat;
			height: 50px;
			margin-bottom: 10px;
			font-size: .8em;
		}
		#textoWWP{
			color: #fff;
			padding-top: 5px;
			font-size: .9em;
			text-align: center;
		}
		#textoA{
			width: 60%;
			font-size: 2em;
			line-height: 1em;
			padding-top: 40px;
		}
		#textoB{
			font-size: 1em;
			line-height: .8em;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		#textoC{
			width: 60%;
			font-size: 1.5em;
			line-height: 1.2em;
		}
		#textoD{
			width: 80%;
			font-size: 1.2em;
			line-height: 1em;
			padding-top: 40px;
			padding-bottom: 50px;
		}
		#textoE{
			width: 70%;
			font-size: 1em;
			padding-top: 20px;
			padding-bottom: 20px;
			font-style: italic;
		}
		#remate{
			width: 50%;
			margin: 0 auto;
			padding: 40px 0;
		}
		#opcionDisplayA{
			display: none;
		}
		#opcionDisplayB{
			display: inline-block;
		}
		

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#titular{
            font-size: .5em;
        }
        #relato{
            font-size: 1em;
        }
		#textoA{
            width: 78%;
            font-size: 1em;
            line-height: 1em;
            padding-top: 10px;
        }
        #textoB{
            font-size: 1em;
            line-height: 1em;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        #firma{
            display: none;
        }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/