/*
* 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:  #e6e6e6;
    font-family: 'Dosis', sans-serif;
}

html {
 /*position: relative;*/
 margin: 0px;
 padding: 0px;
    text-align: justify;
}

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
================================================== */
#plecaSuperior{
    background-color: #666666;
    height: 65px;
    border-bottom: 5px solid #a63347;
}
#cabezal{
    background-color: #F2F2F2;
    background: url(../images/fondoMapa.png) center top no-repeat;
    height: 970px;
}

/*Menu*/

.dropbtn {
    color: #666666;
    padding: 8px;
    font-size: 16px;
    border: none;
}
.dropbtn1 {
    color: #666666;
    padding: 8px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 8px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #9A1915; color: White;}

#menuDerecha{
    padding-top: 275px;
}
#presentacion{
    font-size: 1.4em;
    line-height: 1.5;
    font-family: 'Bitter', serif;
}

#servicios{
    background: url(../images/fondoServicios.jpg) center top no-repeat;
    height: 1530px;
    background-color: #c59748;
}
#serviciosCompleto{
    border: 1px solid white;
    margin-left: -10px;
    padding-bottom: 50px;
    height: 1400px;
}
#cabezalServicios{
    background: url(../images/fondoCaja.png) top center no-repeat;
    height: 360px;
    margin-top: -110px;
}
#tituloServicio{
    background-color: #935c1d;
    height: 60px;
    margin-left: -40px;
    margin-bottom: 40px;
    color: white;
    padding: 40px 0 0 35px;
    font-size: 5em;
}
#servicioSorteo, #servicioImp, #servicioAsesoria, #servicioCompra, #servicioAA, #servicioTransporte{
    height: 35px;
    background-color: #5e3813;
    color: white;
    margin-bottom: 15px;
    margin-left: -10px;
    padding: 15px 0 0 35px;
    font-size: 1.5em;
}
#infoImp, #infoAsesoria, #infoCompra, #infoAA, #infoTransporte, #infoSorteo{
    color: black;
    font-size: 1.1em;
    padding: 0 10px;
    margin-bottom: 10px;
}

#infoSorteo{
    height: 310px;
}
#infoSorteoA{
    text-align: right;
    font-family: 'Bitter', serif;
    font-size: .8em;
}
#infoSorteoB{
    font-family: 'Bitter', serif;
    font-size: .9em;
}
#plecaSocios{
    background: url(../images/plecaMostaza.png) repeat-x;
    margin-top: -30px;
    height: 30px;
}
#socios{
    padding: 20px 0 40px;
    height: 140px;
    background-color: #995f1e;
}

#plecaCobertura{
    background: url(../images/plecaGris.png) repeat-x;
    margin-top: -30px;
    height: 30px;
}

#cobertura{
    height: 510px;
    background-color: #B3B5B6;
    padding: 50px 0 40px;
    background: url(../images/backCobertura.jpg) bottom repeat-x;
}
#datosGrales{
    background-color: #4d4d4d;
    height: 200px;
    color: white;
    padding: 30px 0;
}
#direccion{
    text-align: left;
    font-size: 1.2em;
    padding: 8px;
}
#contacto{
    font-size: 2em;
    text-align: left;
    padding: 8px;
}
#email{
    font-size: 1.5em;
    text-align: left;
    padding: 8px;
}
#logoDatos{
    margin-top: -130px;
}
#menu{
    padding-top: 300px;
}
#menu li{
    float: left;
    margin-right: 8px;
    font-size: 1.5em;
}
#menuSecundario{
    position:fixed;
    top:50px;
    right:8%;
    display: none;
    background-color:  #808080;
}
#menuSec{
    padding: 0;
    margin: 0;
}
#menuSec li{
    color: white;
    font-size: 1.2em;
    padding: 10px;
}
/* #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; }
*/