/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
		margin: 0px;	
}

body {
	font-size: 1em;
	line-height: 1.4;
	margin: 0px;
	background-image: url(../images/fondo.png);
	background-repeat: repeat;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 lineas horizontales
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Estilos Examen
   ========================================================================== */
/*ESTRUCTURA DE MI SITIO*/

#wrapper {
	float: none;
	width: 990px;
	margin: 0 auto 0;	
}


#logo{
	float: left;
	width: 10px;
	height: 160px;
	margin: 0px 220px 10px 0px;
	
	
}

h1#titulo_logo {
	width: 200px;
	height: 160px;
	background:url(../images/logo.png);
	display:block;
	text-indent:-9999px;		
		
}

nav{
	float: right;
	width: 100%;
	height:50px;
	margin: 0 0 15px 0;

	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */

	
	}


nav ul {
	list-style-type: none;
}
nav li {
	float: left;
	font-size: 16px;
	margin-right: 10px;
	border-right: solid #fff 1px;
	padding: 0px 43px;
	line-height: 20px;
	text-decoration: none;
}
nav a{
font-family: 'Spinnaker', sans-serif;
	text-shadow: 2px 2px 5px #000;
	color: #fff;
	text-decoration: none;
	}

section{
	float: left;
	width: 590px;
	}
section#geolocalizacion{
	width: 980px;
	}
section#proyectos_1{
	width: 990px;
	}
.sombra_proyectos {
	margin: 10px 0px 15px 3px;
	border-width: 8px 8px 30px 8px;
	border-style: solid;
	border-color: #FFF;
	box-shadow: 2px 2px 5px #666;
}
	
aside{
	font-family: 'Spinnaker', sans-serif;
	margin: 20px 0 10px 0;
	padding: 5px;
	float: right;
	width: 320px;
	-moz-border-radius: 5px; /*Soporte para Firefox*/
	-webkit-border-radius: 5px; /*Soporte para Chrome y Safari*/
	-ms-border-radius: 5px; /*Soporte para Explorer*/
	-o-border-radius: 5px; /*Soporte para Opera*/
	border-radius: 5px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.18)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.05) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.05) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#0d000000',GradientType=0 ); /* IE6-9 */

	
	
}	

aside#mapa{
	width: 350px;
	float: right;	
	}
aside a:link{
	font-family: 'Spinnaker', sans-serif;
	font-weight: normal;
	color: #666;
	text-decoration: none;
		}
aside a:hover{
	color: #906;
	text-decoration: underline;
		}
aside a:active{
	color: #fff;
		}
aside a:visited{
	color: #fff;
		}	
aside ul li{
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	line-height: 190%;
}	
#wrapper h1{
	font-family: 'Spinnaker', sans-serif;
	margin: 0 0 5px 10px;
	
	}
	
article{
	float:left;
	width:590px;
	-moz-border-radius: 10px; /*Soporte para Firefox*/
	-webkit-border-radius: 10px; /*Soporte para Chrome y Safari*/
	-ms-border-radius: 10px; /*Soporte para Explorer*/
	-o-border-radius: 10px; /*Soporte para Opera*/
	border-radius: 10px;
	margin: 10px 0px 0px 0px;
	
	}
.titulos {
	font-family: 'Spinnaker', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}


.titulos_secundarios {
	font-family: 'Spinnaker', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px 0px 20px 20px;
}
.subtitulos {
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 20px 20px;
}
.musica {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
.cancion {
	font-size: 10px;
	color: #999;
}
	
article#proyectos_1{
	width: 990px;
}
article a{
	color: #666;
	text-decoration: none;	
	
	}
	
header{
	float: left;
	width: 980px;
	height: 384px;
	margin: 15px 0 25px 0;
	
	}	
	
	header h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #CCC;
	margin-top: 30px;
}
header p {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height:150%;
}

footer{
	float: left;
	width: 100%;
	background-color: #000;
	margin-top: 20px;	
}	
#textos_footer {
	float: left;
	width: 350px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding: 5px;
	margin: 10px;
}
#html5{
	width: 80px;
	float:left;
	margin: 20px 0px 0px 5px;
	
	}

footer#centrado{
	width:980px;
	float:none;
	margin: 0 auto 0;
	
	}
footer p{
	background-color: #000;
	font-size: 14px;
	color: #CCC;
	text-align: left;
	padding-left: 10px;
}	
	
	p{
	font-family: 'Spinnaker', sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: normal;
	color: #333;
		}
#div1{
	width: 80px;
	float: left;
	background-image: url(../images/gracias.png);
	background-repeat: no-repeat;
	}
#div2{
	width: 80px;
	float: right;
	background-image: url(../images/arrastra.png);
	background-repeat: no-repeat;
	}
	
.clear{
	clear:both;
	}


/* ---Coda Slider--- */
.coda-slider-no-js .coda-slider {
height: 284px;
overflow: auto !important;
}
.coda-slider, .coda-slider .panel {
width: 980px;
height: 384px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}
.coda-slider-wrapper {
clear: both;
overflow: auto;
}
.coda-slider { 
float: left; 
overflow: hidden; 
position: relative;
}
.coda-slider .panel { 
display: block; 
float: left;
}
.coda-slider .panel-container { 
position: relative;
}
.panel-wrapper {
background-color: rgba(0,0,0,0.5);
padding: 10px;
height: 384px;
width: 200px;
}

/*FORMULARIO*/
form{
	width:470px;
	float:left;
	}

label{
	font-family: 'Spinnaker', sans-serif;
	font-size: 12px;
	width: 150px;
	float: left;
	height: 20px;
	display: block;
	margin: 0 10px 10px 0;
	text-align: right;
	font-size: 12px;
	}
	
input{
	font-family: 'Spinnaker', sans-serif;
	font-size: 12px;
	width:300px;
	float:left;
	height:20px;
	margin: 0 0 10px 0;
	background:#FFF;
	}

audio{
	width: 150px;
	float:left;
	}

/*Estilos galeria*/

#thumbnails {
  margin: 10px;
}
.thumbnail {
  float: left;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thumbnail:hover {
  -webkit-transform: rotateZ(360deg) scale(1.5);
  -moz-transform: rotateZ(360deg) scale(1.5);
  -o-transform: rotateZ(360deg) scale(1.5);
  transform: rotateZ(360deg) scale(1.5);
}
.thumbnail .image {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
}
.thumbnail .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  margin: 5px auto;
}
.thumbnail img {
  border: 1px solid #ccc;
  height: 100px;
}
.thumbnail .details {
  font-size: 10pt;
}
#totalFileSize {
  margin: 10px 0 50px 0;
}
#drop_it_like_its_hot {
	border-radius: 10px;
	border: 2px dashed #ccc;
	width: 300px;
	text-align: center;
	float: left;
	padding: 10px 10px 0 10px;
}
#drop_it_like_its_hot.rounded {
  -webkit-box-shadow: inset 0px 0px 50px #777;
  -moz-box-shadow: inset 0px 0px 50px #777;
  box-shadow: inset 0px 0px 50px #777;

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}
