/*
Theme Name: La Izquierda Plural
Theme URI: http://laizquierdaplural.es/
Description: A theme by <a href="http://www.glovecatstudio.com">Glovecat</a>.
Version: 2.0
Author: GloveCat
Author URI: http://www.glovecatstudio.com
*/

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
html,body { margin:0; padding:0; height:100%; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body{
	background-color: #211312;
	background-image: url(../../../wp-content/themes/LaIzquierdaPlural1/Img/Design/office.png);
	overflow:hidden;
}
.bodyb { overflow: visible !important; }

a, a:visited { color: #E75510; text-decoration: none; }

a:hover { color:#FFFFFF; }
img{
	width:10px;
	height:10px;
}

#scrollbar1 { width:100%; clear: both;}
#scrollbar1 .viewport { width: 100%; height: 520px; position: absolute; top:50%; margin-top:-255px;}
#scrollbar1 .overview { 
	list-style: none outside none; 
	position: absolute; 
	left: 0; top: 0; 
	width: 5900px; 

}
#scrollbar1 .thumb {
	background-color: #E0D7BA;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	top:0px;
}
#scrollbar1 .scrollbar { position: absolute; width: 5px; height:30px; top:100%; margin-top:-10px; opacity: 0.5; z-index:3; }
#scrollbar1 .track {
	height: 10px;
	width: 70%;
	position: absolute;
	background-color:black;
}
#scrollbar1 .thumb { height: 10px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .disable{ display: none; }


#header{
	position: absolute;
	margin-left: 50px;
	margin-right: 50px;
	width: 700px;
	height: 280px;
	float: left;
	left: 8px;
	height:520px;
}

#header img{
	position:relative;
	right:0px;
	margin-top:8px;
	width:500px;
	height:68px;
	margin-left:100px;
}

h1{
	font-family: 'Exo', sans-serif;
	font-size:68px;
	font-weight: 200;
	color:#FFF;
	margin-bottom: -15px;
	margin-top: -14px;
}

.ie h1 {
	font-family:"Arial", Gadget, sans-serif ;
	font-size:60px;
	font-weight:lighter;
	text-align:center;
}
h2{
	font-size:20px;
	font-family:'Exo', sans-serif;
	margin-bottom:8px;
	font-style:normal;
	font-weight:bold;
}
#header p{
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#FFF;
	line-height:30px;
	text-align:justify;
}
.colum{
	position:relative;
	width:350px;
	float:left;
	
}
.colum p{
	margin-top:0px !important ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:25px !important ;
	color:#FFF;	
	text-align:justify;
	padding-left:20px !important ;
}
#gallery{
	position:absolute;
	height:515px;
	left:800px;
	height:520px;
	width:4950px;
	float:left;
}

.Picture{
	position:relative;
	padding:8px;
	border:solid;
	border-color:#FFF;
	border-width:1px;
	height:500px;
	width:348px;
	-moz-box-shadow: 0px 0px 13px 3px #000000;
	-webkit-box-shadow: 0px 0px 13px 3px #000000;
	box-shadow: 0px 0px 13px 3px #000000;
	-webkit-transition:all .65s;
	-moz-transition:all .65s;
	-ms-transition:all .65s;
	-o-transition:all .65s;
	transition:all .65s;
	float:left;
	margin-left:16px;
}

.Picture:hover{
	width:696px;
	overflow:visible;
}


.img{
	position:relative;
	float:left;
	z-index:2;
	height:500px;
	width:348px;
}
	
.Text{
	-webkit-transition:all .65s;
	-moz-transition:all .65s;
	-ms-transition:all .65s;
	-o-transition:all .65s;
	transition:all .65s;
	position:absolute;
	width:348px;
	height:500px;
	color: #FFF;
	z-index:1;
	left: 5px;
	
}
.Picture:hover .Text{
	left:359px;
	position: absolute;
}

.contact_buttons{
	height:47px;
	float:right;
	margin:8px;
	overflow:hidden;
}


#glovecat{
	position:fixed;
	bottom:20px;
	right:5px;
	background-color:#000;
	opacity:0.7;
	color:#FFF;
	padding:5px 10px;
	z-index:3;	
}
#glovecat a{
	font-style: italic;	
	text-decoration:none;	
}
.simpleTabsContent p{
	margin-bottom:8px;
	font-style:normal;
	text-align:left;
}


/* CSS de las imagenes */
.Picture img{
	-webkit-transition:all .65s;
	-moz-transition:all .65s;
	-ms-transition:all .65s;
	-o-transition:all .65s;
	transition:all .65s;
	opacity:0;
	width:348px;
	height:500px;
}
.Picture:hover img{
	opacity:1;
}
#cl_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image: url(../../../Img/Pictures/B&N/Cayo_Lara.png);
	float:left;
	z-index:2;
	
}

#jc_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Jose_Luis_Centella.png);
	float:left;
	z-index:2;
	
}

#co_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Joan_Coscubiela.png);
	float:left;
	z-index:2;
	
}

#cy_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Chesus_Yuste.png);
	float:left;
	z-index:2;
	
}

#mc_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Maria_Caridad_Garcia.png);
	float:left;
	z-index:2;
}

#jn_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Joan_Josep_Nuet.png);
	float:left;
	z-index:2;
	
}

#gl_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Gaspar_Llamazares.png);
	float:left;
	z-index:2;
}

#ag_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Alberto_garzon.png);
	float:left;
	z-index:2;
	
}

#lo_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Laia_Ortiz.png);
	float:left;
	z-index:2;
	
}

#as_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Ascension_Garcia.png);
	float:left;
	z-index:2;
}

#rs_pic{
	height:500px;
	width:348px;
	position:relative;
	background-image:url(../../../Img/Pictures/B&N/Ricardo_Sixto.png);
	float:left;
	z-index:2;
	
}

.contact_buttons img{
	width:48px;
	height:48px;
}

/*DOCUMENTOS*/
#doc {
	text-align: center;
	margin-top: 12px;
	color: #E75510;
	font-family: 'Exo', sans-serif;
	cursor: pointer;
	font-weight: bold;
}

#doc:hover {
	color: #fff;
}

#docbox { 
	position:relative;
	padding:8px;
	border:solid;
	border-color:#FFF;
	border-width:1px;
	height:500px;
	width:348px;
	-moz-box-shadow: 0px 0px 13px 3px #000000;
	-webkit-box-shadow: 0px 0px 13px 3px #000000;
	box-shadow: 0px 0px 13px 3px #000000;
	float:left;
	margin-left:16px;
}
.post-title h2 {
	text-align: center;
	font-weight:normal;
	color: #fff;
        margin-top: 20px;
}
.entrydoc {
	display: block;
	width: 270px;
	height: 300px;
	margin-top: 30px;
	margin-left: 12px;
	padding: 2em;
	border-width: 0;
	color: #FFF;
	background-color: #211312;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	-moz-box-shadow: inset 0px 0px 13px #000000;
	-webkit-box-shadow: inset 0px 0px 13px #000;
	box-shadow: inset 0px 0px 13px #000;
}
.entrydoc p { padding-bottom: 8px; }
#close {
	width: 27px;
	height: 27px;
	float: right;
	margin-top: 5px;
	background-image: url(../../../wp-content/themes/LaIzquierdaPlural1/Img/Design/xclose.png);
	text-indent: -3000px;
	cursor: pointer;
}



/* MENU STYLE */
#CL_preview{
width:435px;
height:620px;
background-image:url(https://web.archive.org/web/20140719185656im_/http://laizquierdaplural.es/wp-content/themes/Img/Pictures/B&N/Cayo_Lara.png);
}

#CL_image{
width:435px;
height:620px;
background-image:url(https://web.archive.org/web/20140719185656im_/http://laizquierdaplural.es/wp-content/themes/Img/Pictures/Color/Cayo_Lara.png);	
}


.ei_menu{
	width:100%;
	overflow:hidden;
	display:inline;
	position:relative;
}
.ei_menu ul{
	height:620px;
	margin-left:50px;
	position:relative;
	display:block;
	width:1300px;
}
.ei_menu ul li{
	float:left;
	width:75px;
	height:350px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #111;
}
.ei_preview{
	width:75px;
	height:350px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(https://web.archive.org/web/20140719185656im_/http://laizquierdaplural.es/wp-content/themes/images/bw.jpg) no-repeat top left;
}
.ei_image{
	position:absolute;
	left:75px;
	top:0px;
	width:75px;
	height:350px;
	opacity:0.2;
	background:transparent url(https://web.archive.org/web/20140719185656im_/http://laizquierdaplural.es/wp-content/themes/images/color.jpg) no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-75px 0px;
}
.pos3 span{
	background-position:-152px 0px;
}
.pos4 span{
	background-position:-227px 0px;
}
.pos5 span{
	background-position:-302px 0px;
}
.pos6 span{
	background-position:-377px 0px;
}
.ei_descr{
	position: absolute;
	width: 800px;
	height: 310px;
	border-right: 7px solid #f0f0f0;
	padding: 20px;
	left: 78px;
	top: 0px;
	background: #fff;
}
.ei_descr h2{
	font-family: 'Rock Salt', arial, serif;
	font-size:26px;
	color:#333;
	padding:10px;
	text-shadow:0px 0px 1px #fff;
	background:#fff url(https://web.archive.org/web/20140719185656im_/http://laizquierdaplural.es/wp-content/themes/images/stripe_light.gif) repeat top left;
}
.ei_descr h3{
	font-family: 'Raleway', arial, serif;
	color:#fff;
	text-shadow:0px 0px 1px #000;
	font-style:normal;
	padding:10px;
	background:#333;
}
.ei_descr p{
	color:#000;
	padding:10px 5px 0px 5px;
	line-height:18px;
	font-size:11px;
	font-family: Arial;
	text-transform:uppercase;
}

/* For the index_3 demo */
ul.trigger_list{
	position:absolute;
	right:20px;
	top:145px;
}
ul.trigger_list li{
	float:left;
	line-height:53px;
	color:#ddd;
	font-style:italic;
}
ul.trigger_list li a{
	font-family: 'Rock Salt', arial, serif;
	display:block;
	background:#000;
	color:#ddd;
	line-height:35px;
	padding:5px 10px;
	margin:3px;
	border-radius:5px 5px 5px 5px;
	text-shadow:1px 1px 1px #000;
}
ul.trigger_list li a:hover{
	background:#222;
	color:#fff;

}

/* SIMPLE TABS */
div.simpleTabs { padding:8px; }
ul.simpleTabsNavigation { margin:0 10px; padding:0; text-align:left; }
ul.simpleTabsNavigation li { 
list-style: none; 
float: left; 
position: relative; 
top: 1px; 
margin: 0 .2em 1px 0; 
border-bottom: 0 !important; 
padding: 0; 
white-space: nowrap; 
font-family: 'Exo', sans-serif;
font-size:20px;
}
ul.simpleTabsNavigation li a { 
float: left; padding: .5em 0.3em; text-decoration: none;}
ul.simpleTabsNavigation li a:hover { }
ul.simpleTabsNavigation li a.current { margin-bottom: 0; padding-bottom: 1px; font-weight:bold;}
div.simpleTabsContent { border:1px solid #E0E0E0; padding:5px 15px 15px; margin-top:3px; display:none; }


div.simpleTabsContent.currentTab { 
	float:left;
	display: block; 
	border-width: 0; 
	background-color:#211312; 
	width:305px;
	height:360px;
	margin-top:0px;
	padding:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	-moz-box-shadow: inset 0px 0px 13px #000000;
	-webkit-box-shadow: inset 0px 0px 13px #000000;
	box-shadow: inset 0px 0px 13px #000000;
}


/* FORMULARIO */

.email {
	width: 207px;
	margin-left: 7px;
	-moz-box-shadow:inset 1px 1px 3px #000000;
	-webkit-box-shadow:inset 1px 1px 3px #000000;
	box-shadow:inset 1px 1px 3px #000000;
	border:solid 0px #000000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 2px 10px;
	text-align: center;

}

input.send {
	border: 0px solid #b0b0b0;
	padding: 2px 4px;
	background-color: #E75510; 
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	margin: 10px 5px 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

input.send:hover {
	background-color: #FFFFFF;
	color: #E75510; 
	cursor: pointer;
	-moz-box-shadow:inset 1px 1px 3px #000000;
	-webkit-box-shadow:inset 1px 1px 3px #000000;
	box-shadow:inset 1px 1px 3px #000000;
	text-align: right;
}


/* BOLETIN */

#headerb { 
	width: 700px;
	margin: 10px auto;
}


#contbolet {
	width: 670px;
	margin: 20px auto;
}

#contbolet h2 { color:#fff; font-size: 17px; text-align: center; }

#contbolet .ie7 { margin-top: 10px; }

.entrybol {
	display: block;
	width: 300px;
	min-height: 350px;
	margin: 20px auto;
	padding: 6px 13px 20px;
	border-width: 0;
	color: #FFF;
	background-color: #211312;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	-moz-box-shadow: inset 0px 0px 13px #000000;
	-webkit-box-shadow: inset 0px 0px 13px #000;
	box-shadow: inset 0px 0px 13px #000;
}
.entrybol p { padding: 8px; }

#webiu {
	width: 700px;
	margin: 10px auto;
	text-align: center;
	font-size: 15px;
	font-family: 'Exo', sans-serif;
	cursor: pointer;
	font-weight: bold;
}

#webiu a { color: #E75510; }
#webiu a:hover { color: #ffffff; }
/*
     FILE ARCHIVED ON 18:56:56 Jul 19, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:06:01 Jan 06, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 350.619
  exclusion.robots: 0.073
  exclusion.robots.policy: 0.065
  RedisCDXSource: 18.364
  esindex: 0.004
  LoadShardBlock: 310.996 (3)
  PetaboxLoader3.datanode: 417.691 (5)
  CDXLines.iter: 17.979 (3)
  load_resource: 463.268 (2)
  PetaboxLoader3.resolve: 290.553 (2)
*/