/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4; 
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	color: #003670;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #a8a8a8;
}

#container {
	width: 90%;
	min-width: 216px;
	max-width: 1000px;
	margin: 10px auto;
	padding: 5%;
	background: #fff;
	border: 1px solid #003670;
	height: auto;
	overflow: auto;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	    -ms-border-radius: 15px;
		 -o-border-radius: 15px;
	        border-radius: 15px;
}

h1, h2, h3, h4 {
	color: #a8a8a8;
	text-align: center;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
	color: #003670;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.15em;
	margin-top:25px;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.05em;
}

#logo {
	width: 30%;
	height: auto;
	margin: 0 auto;
}

#logo img {
	width: 100%;
	height: auto;
}

#info {
	height: auto;
	margin-top: 5%;
}

#header1 {
	text-align: center;
}

#sub-header {	
	margin-top: 5%;
}

#paragraph {
	margin-top: 8%;
}

p {
	font-size: 80%;
	margin-left: 5%;
}

p:last-child {
	margin-top: 3%;
	margin-left: 10%;
}

footer {
	clear: both;
	font-size: 0.6em;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	text-shadow: 2px 2px 2px #003670;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 320px) {
	
	#container {
		-webkit-box-shadow: 5px 5px 5px #003670;
		   -moz-box-shadow: 5px 5px 5px #003670;
		    -ms-box-shadow: 5px 5px 5px #003670;
			 -o-box-shadow: 5px 5px 5px #003670;
			    box-shadow: 5px 5px 5px #003670;
	}
	
}

@media only screen and (min-width: 480px) {
	
	#logo {
		float: left;
	}
	
	#info {
		float: right;
		width: 62%;
		margin-top: 0;
	}
	
	footer {
		font-size: 0.7em;
	}
}

@media only screen and (min-width: 640px) {
	
	h1 {
		font-size: 1.75em;
	}
	
	h2, h4 {
		font-size: 1.25em;
	}
	
	h3 {
		font-size: 1.5em;
	}
	
	#sub-header {
		margin-top: 8%;
	}
	
	#paragraph {
		margin-top: 12.5%;
	}
	
	p {
		font-size: 0.9em;
	}

	footer {
		font-size: 0.8em;
	}
}

@media only screen and (min-width: 768px) {
	
	h1 {
		font-size: 2em;
	}
	
	h2, h4 {
		font-size: 1.5em;
	}
	
	h3 {
		font-size: 1.75em;
	}

	p {
		font-size: 1em;
	}
	
	footer {
		font-size: 0.9em;
	}
}

@media only screen and (min-width: 960px) {
	
	#sub-header {
		margin-top: 12%;
	}
	
	#paragraph {
		margin-top: 15%;
	}
}

@media only screen and (min-width: 1024px) {
	
	#container {
		background: #fff url(../images/sitio_en_construccion.jpg) bottom +10px right +10px no-repeat;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}