/* @override http://www.lossuperocho.es/wp-content/themes/lso/style.css */

/*
Theme Name: LSO
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
*/

/* @group RESET */

* { margin: 0; padding: 0; }


l, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	/*line-height: 1;*/
	color: black;
	background: white;
	font: 62.5%/1.125em "Lucida Grande", Lucida, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}



/* @end */

/* @group LAYOUT */

body {
	background-color: #F4F4F4;
}

div#all {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 1.2em;
}

div#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper div.navigation-top {
	width: 940px;
	height: 36px;
	background: url(images/barra_vacia.gif) no-repeat 0 0;
	margin-top: 20px;
	margin-bottom: 40px;
}

#wrapper div.navigation-top ul.buttons li a {
	text-indent: -9999px;
	text-align: left;
	display: block;
	height: 36px;
	background: url(images/barra.gif) no-repeat;
}

#wrapper div.navigation-top ul.buttons li a#lso:link, #wrapper div.navigation-top ul.buttons li a#lso:visited {
	width: 88px;
	background-position: 0 0;
}

#wrapper div.navigation-top ul.buttons li a#lso:hover {
	background-position: 0 -36px;
}

#wrapper div.navigation-top ul.buttons li a#lso:active, body.home #wrapper div.navigation-top ul.buttons li a#lso {
	background-position: 0 -72px;
}

#wrapper div.navigation-top ul.buttons li a#quienes-somos:link, #wrapper div.navigation-top ul.buttons li a#quienes-somos:visited {
	width: 172px;
	background-position: -88px 0;
}

#wrapper div.navigation-top ul.buttons li a#quienes-somos:hover {
	background-position: -88px -36px;
}

#wrapper div.navigation-top ul.buttons li a#quienes-somos:active, body.page-id-2 #wrapper div.navigation-top ul.buttons li a#quienes-somos {
	background-position: -88px -72px;
}

#wrapper div.navigation-top ul.buttons li a#trabajos:link, #wrapper div.navigation-top ul.buttons li a#trabajos:visited {
	width: 104px;
	background-position: -260px 0;
}

#wrapper div.navigation-top ul.buttons li a#trabajos:hover {
	background-position: -260px -36px;
}

#wrapper div.navigation-top ul.buttons li a#trabajos:active, body.archive #wrapper div.navigation-top ul.buttons li a#trabajos, body.blog #wrapper div.navigation-top ul.buttons li a#trabajos {
	background-position: -260px -72px;
}

#wrapper div.navigation-top ul.buttons li a#contacto:link, #wrapper div.navigation-top ul.buttons li a#contacto:visited {
	width: 128px;
	background-position: -364px 0;
}

#wrapper div.navigation-top ul.buttons li a#contacto:hover {
	background-position: -364px -36px;
}

#wrapper div.navigation-top ul.buttons li a#contacto:active, body.page-id-26 #wrapper div.navigation-top ul.buttons li a#contacto {
	background-position: -364px -72px;
}

#wrapper div.navigation-top ul.buttons li a#extra:link, #wrapper div.navigation-top ul.buttons li a#extra:visited {
	width: 128px;
	background-position: right 0;
	display: none;
}

#wrapper div.navigation-top ul.buttons li a#extra:hover {
	background-position: right -36px;
	display: none;
}

#wrapper div.navigation-top ul.buttons li a#extra:active {
	background-position: right -72px;
	display: none;
}

#main ul.listed {
}

#main ul.listed li {
	height: 16px;
	padding: 14px 39px 10px;
	border-bottom: 1px solid #cecece;
}

#main ul.listed li p {
	color: #717171;
	font-style: italic;
}

#main ul.listed li.special-k {
	background-color: #252525;
	border-top: 1px solid #424242;
}

#main ul.listed li.special-k p {
	font-weight: normal;
	font-size: 1.1em;
	font-style: normal;
	color: #c7c7c7;
	text-transform: uppercase;
}

#main ul.listed li p a:link, #main ul.listed li p a:visited {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #c9c9c9;
	-moz-border-radius:10px ;
	-webkit-border-radius: 10px;
	padding: 2px 9px 2px 21px;
	background: #808080 url(images/play.png) no-repeat 2px center;
}

#main ul.listed li p a:hover, #main ul.listed li p a:active {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #c9c9c9;
	-moz-border-radius:10px ;
	-webkit-border-radius: 10px;
	padding: 2px 9px 2px 21px;
	background: #575757 url(images/play.png) no-repeat 2px center;
}

#main ul.listed li.odd {
	background-color: #e5e5e5;
}

#main ul.listed li.even {
	background-color: #f2f2f2;
}

div.boxed {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #afafaf;
	-moz-border-radius:10px ;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	padding-top: 18px;
	padding-bottom: 37px;
	background: url(images/round.gif) no-repeat center 0;
	width: 940px;
}

div#wrapper div#footer {
	height: 56px;
	width: 940px;
	background: url(images/lso-logo.gif) no-repeat right center;
	margin-top: 20px;
	margin-bottom: 12px;
}

div#cargando {
	display: none;
	background: url(images/15.gif) no-repeat center center;
	width: 160px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* @group PAGE CONTACT */

div.contact {
	background: url(images/mapa.gif) no-repeat left top;
	width: 940px;
	height: 700px;
	position: relative;
}

div.contact div.spacer {
	padding: 40px;
}

div.contact div.formulario p {
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

div.contact div.formulario p label {
	font-style: italic;
	color: #939393;
}

div.contact div.formulario input, div.contact div.formulario textarea {
	margin-top: 4px;
	width: 400px;
	border: 1px solid #bfbfbf;
	background-color: #f4f4f4;
	color: #646464;
	padding: 4px;
}

div.contact div.formulario input {
	height: 13px;
}

div.contact div.formulario textarea {
	height: 91px;
}

div.formulario div#enviame {
	width: 410px;
	text-align: right;
	height: 38px;
}


div.formulario div#enviame input {
	width: 90px;
	float: right;
	height: 30px;
	text-transform: uppercase;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
	background-color: #ebebeb;
}

div.contact div.post h2 {
	font: bold 1.6em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0.6em;
	color: #f0f0f0;
}

div.contact div.post {
	width: 430px;
	color: #797979;
	height: 140px;
	margin-bottom: 40px;
}

div.contact div.entry {
	margin-bottom: 4.6em;
}

div.contact div.formulario {
	width: 430px;
	color: #797979;
}

div.contact a#mapa {
	width: 450px;
	position: absolute;
	height: 670px;
	top: 23px;
	left: 490px;
	text-align: left;
	text-indent: -9999px;
}

div.contact div.entry p {
	color: #b2b2b2;
		margin-bottom: 1.8em;
	font: 1.1em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

span.wpcf7-not-valid-tip {
	background-color: #ff0004 !important;
	color: #fefffe;
	width: 404px !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	text-align: center;
	-moz-border-radius:10px ;
	-webkit-border-radius: 10px;
	height: 14px;
}

div.wpcf7-response-output {
	border-style: none !important;
	color: #ff0004;
	margin: 20px 0 1px !important;
	padding: 0 !important;
	width: 430px;
}



/* @end */

/* @group PAGE ABOUT */

div.leftie {
	width: 518px;
	background-color: #feffff;
	height: 550px;
}

div.rightie {
	width: 400px;
	height: 550px;
	background-color: #6b6b6b;
}

div.leftie  div.entry p {
	margin-bottom: 1.4em;
	font: 1em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.leftie div.post h2 {
	font: bold 1.6em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.6em;
}

div.leftie div.post {
	margin: 40px;
}

div.rounded {
	border: 1px solid #bfbfbf;
	-moz-border-radius:10px ;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	padding-bottom: 37px;
}

/* @end */



/* @end */

/* @group HELPERS */

em {
	font-style: italic;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

div.round {
	border: 1px solid #bfbfbf;
	-moz-border-radius:10px ;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}



/* @end */

/* @group SELECTED */



/* @end */

