/*
* 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
================================================== */

/* #Page Styles
================================================== */

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.banner {
			background: url(../images/rotator.php) center -300px;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#about_us { margin: 64px 10px 0 10px !important; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#logoGrande { display:none; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.menu {
			margin: 15px 0 10px 0;
			}
		
		.portada {
			height: 450px;
			background-repeat: no-repeat;
			background-position: center -145px;
		}
		
		#about_us {
			margin:0 0px;
			bottom: 0px;
			right: 0;
			background: white;
		}
		
		input[type="text"],
		input[type="password"],
		input[type="email"],
		textarea,
		select {width: 98% !important;}
		
		.banner {display: none !important;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		h1 {margin: 0 auto; }
		.menu {
			margin: 15px 0 10px 0;
			width: 100%;
			}
			
		.menu li a {
	    	background-image: none !important;
	    	background-color: #000000; 
	    	width: 90% !important;
	    	padding: 2px 5% 4px 5% !important;
    	}
    	
    	
    	.menu li:nth-child(2n+1) {
    		float: left;
    		width: 40%;
    		margin: 0 2.5% 10px 7.5% !important;
    	}
    	
    	.menu li:nth-child(2n) {
    		float: left;
    		width: 40%;
    		margin: 0 7.5% 10px 2.5% !important;
    	}
    	
    	.portada {
			height: 350px;
			background-repeat: no-repeat;
			background-position: center -130px;
		}
		
		#about_us {
			margin:0 0px;
			bottom: 0px;
			right: 0;
			background: white;
		}
		
		input[type="text"],
		input[type="password"],
		input[type="email"],
		textarea,
		select {width: 98% !important;}
		
		.banner {display: none !important;}

	}


/* #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: 'Neutra';
	    src: url('./fonts/neutra_display_titling-webfont.eot');
	    src: url('./fonts/neutra_display_titling-webfont.eot?#iefix') format('embedded-opentype'),
	         url('./fonts/neutra_display_titling-webfont.woff') format('woff'),
	         url('./fonts/neutra_display_titling-webfont.ttf') format('truetype'),
	         url('./fonts/neutra_display_titling-webfont.svg#NeutraDisplayTitlingRegular') format('svg');
	    font-weight: normal;
	    font-style: normal;
	
		}