/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body { background:#111; height:100%; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			
#wrapperfull{ width:100%; height: 100%;}
#wrapheader{ width:100%; height:110px; background:url(../img/bgblack.png); border-bottom:solid 1px #D7D7D7;}
#home{ width: 339px; height:95px; position:absolute; top:7px; left:100px;}

#wrapcontent{ width:100%; height:100%; float:left; overflow:hidden; position:relative;}
.slidediv{ width:100%; height:100%; float:left; overflow:hidden; position:absolute;}
.prueba{ height:570px;  width:960px;  margin:0 auto; position:relative; }

#izquierda{ top:0px;}
#centro{top:0px; left:0px;}
#derecha{top:0px;}
.dosbot{ width:60px; height:65px; display:block; text-decoration:none; position:relative; float:left;}
.dosbot p{ font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#D7D7D7; position: absolute; bottom:0px;}
.especial{ left:-4px;}
.especialcinco{ margin-left:20px;}
#izqder{ width:140px; padding:20px; height:65px; background:url(../img/bgblack.png); position:absolute; left:390px; bottom:20px; 
-moz-border-radius: 5px;
border-radius: 5px;}
#directoresboton{ background:url(../img/directores.png) no-repeat;}
#contactoboton{ background:url(../img/contacto.png) no-repeat;}
#redess{ width:150px; height:43px;  position:absolute; top:34px; right:100px;}
.rsocial{ width:43px; height:43px; display:block; float:left; margin: 0px 5px 0px 0px; overflow:hidden;}
.rsocial span{ display:none;}
#vimeo{ background:url(../img/vimeo.png) no-repeat;}
#twitter{ background:url(../img/twitter.png) no-repeat;}
#facebook{ background:url(../img/facebook.png) no-repeat;}

#direccion{ width: 215px; height: 255px; border: solid 1px #D7D7D7; -moz-border-radius: 5px; border-radius: 5px; float:left; background:url(../img/bgblack.png); margin:30px 0px 0px 30px;}
#direccion p{ color: #D7D7D7; font-size:13px; font-family:Verdana, Geneva, sans-serif; float:left; margin:10px 0px 0px 5px;}
#direccion p a{ color: #D7D7D7; font-size:13px; font-family:Verdana, Geneva, sans-serif; text-decoration:none;}
#direccion img{  margin: 15px 0px 0px 55px;}
#direccion p a:hover{color:#fff;
transition:color .7s;
-moz-transition:color .7s; /* Firefox 4 */
-webkit-transition:color .7s; /* Safari and Chrome */
-o-transition:color .7s; /* Opera */}

.prueba #mapa{  -moz-border-radius: 5px; border-radius: 5px; float:right; margin:30px 30px 0px 0px;}