/* Estilo para Resistencia a la Incompetencia 
http://resistenciachiva.org

by SCE Labs
http://scelabs.com

Version 1.1.2

*/

/* LO MAS IMPORTANTE DEL CSS */

* { margin: auto; padding: 0; }

/* Basic */

body { 	font: 11px/2em "lucida grande", helvetica, arial;
	line-height: normal;
	background-image:  url(http://resistenciachiva.org/i/fondo.jpg);
	}

p a {
	color: #063BA5;
	text-decoration: none;
	font-weight: bold;
	}

p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}
span a {
	color: #063BA5;
	text-decoration: none;
	}

span a:hover {
	color: #063BA5;
	text-decoration: none;
	}

/* Envoltorio Principal */

#wrapper {
	width: 1020px; 
	margin: 0 auto 0 auto;
	text-align: left;

	}
	
/* Contenedor... */

.box {
	min-height: 40em;
	padding: 8px;
	margin: 8px;
	height: auto;

	}
	
.box h1 {
	font-family: "lucida grande", helvetica, arial;;
	font-size: 22px;
	color: #d70000;
	width: 405px;
	margin: auto;
	margin-bottom: 10px;
	margin-right: 12px;
	float: right;
	padding: 8px;
	background-color: #fff;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* Header */

.header {
	margin: 2px auto;
	width: 1020px;
	height: 140px;
	background-image: url(http://resistenciachiva.org/foro/styles/resistencia/imageset/top.png);
	background-repeat: no-repeat;
	}

.header2 {
	margin: 2px auto;
	width: 950px;
	height: 190px;
	background-image: url(banner.png);
	background-repeat: no-repeat;
	}

.cuadrotop {
	margin: 2px auto;
	width: 955px;
	height: 22px;
	background-image: url(http://resistenciachiva.org/leyendas/img/cuadro_top.png);
	background-repeat: no-repeat;
	}

/* Menu */

*#menu {
	color: #111;
	width: 1016px;
	font-size: 15px;
	height: 26px;
	margin: 2px auto;
	}

#menu ol {
	float: left;
	list-style-type: none;
	width: auto;
	}

#menu ol li {
	float: left;
	width: 203px;
	}

#menu ol li.madonna {
	margin-left: -20px;
	}
	

#menu ol li a {
	display: block;
	font-weight: bold;
	line-height: 25px;
	margin-left: 35px;
	padding: 0 15px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #062954;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
#menu ol li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#menu ol li a:active {
	text-decoration: none;
	color: #fff;
	}
	

/* Anuncio */

	
.aviso {
	margin: auto;
	width: 930px;
	padding: 10px;
	background-color: #f1f1f1;
	background-image: url(bg.png);
	background-repeat: repeat-x;

	}
	
.anuncio {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	width: 450px;
	background: #FFFFFF;
	text-align: left;
	line-height: 1.5em;
	padding: 10px;
	display: block;
	line-height: normal;
	background: #fff;
	color: #000;
	}
.anunciobig {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	width: 555px;
	background: #FFFFFF;
	text-align: left;
	line-height: 1.5em;
	padding: 10px;
	display: block;
	line-height: normal;
	background: #fff;
	color: #000;
	}	
.anuncioprincipal {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	width: 880px;
	background: #FFFFFF;
	text-align: left;
	line-height: 1.5em;
	padding: 10px;
	display: block;
	line-height: normal;
	background: #fff;
	color: #000;
	}	
	
.txtanuncio {
	float: right;
	margin: auto;
	width: 405px;
	background: #FFFFFF;
	margin-bottom: 1.5em;
	padding: 8px;
	margin-right: 12px;
	color: #000;
	}

.txtanuncio p {
	line-height: 1.5em;
	margin: 15px 0;
	font-size: 14px;
	}

.txtanuncio a {
	text-decoration: none;
	color: #062954;
	}

.txtanuncio a:hover {
	text-decoration: none;
	color: #000;
	}

/* Contenido */

.contenido {
	float: left;
	margin: 10px 0 10px 10px;
	width: 520px;
	background: #FFFFFF;
	text-align: left;
	line-height: 1.5em;
	}
	
.contenido h2 {
	font-family: "lucida grande", helvetica, arial;
	font-size: 16px;
	color: #d70000;
	padding-right: 15px;
	margin: 5px;
	margin: 10px auto;
	padding: 8px 0 8px 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}

.contenido p {
	line-height: 1.5em;
	margin: 15px 0;
	}
	
.foro {
	margin: 0 auto 10px auto;
	padding: 10px;
	display: block;
	line-height: normal;
	font-size: 1.4em;
	background: #f8f8f8;
	color: #000;
	text-align: center;
}

/* Columna derecha */
#columna {
	float: right;
	width: 430px;
	margin: 10px;
	background: #FFFFFF;
	margin-bottom: 2em;
	}

#columna h2 {
	font-family: "lucida grande", helvetica, arial;
	font-size: 16px;
	color: #d70000;
	padding-right: 15px;
	padding: 8px 0 8px 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
#columna p {
	line-height: 1.5em;
	margin: 15px 0;
	text-align: left;
	}
.galeria {
	margin-left: 8px;
	}
	
/* Footer */

#footer {
	clear: both;
	font-size: 1.15em;
	padding: 13px 5px;
	background: #fff;
	border-top: 2px solid #ddd;
	color: #000;
	text-align: center;
	}
	
/* Botones */

.botonazul {

	display: block;
	line-height: 25px;
	padding: 0 30px 0;
	text-align: center;
	margin: auto;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #062954;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}

.botonazul a {
	color: #fff;
	text-decoration: underline;
	}

.botonazul a:hover {
	color: #fff;
	text-decoration: none;
	}

.botonrojo {
	display: block;
	line-height: 25px;
	padding: 0 30px 0;
	text-align: center;
	margin: auto;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #d70000;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}

.botonrojo a {
	color: #fff;
	text-decoration: underline;
	}

.botonrojo a:hover {
	color: #fff;
	text-decoration: none;
	}

/* Imagenes */

img.imagenes {
	margin: 5px;
	text-align: center;
	border: 1px solid #dddddd;
	background: #fff;
	padding: 5px;
	}

img.logos {
	margin: 3px;
	text-align: center;
	border: none;
	background: #fff;
	text-decoration: none;
	}

img.avatars {
	margin: 9px;
	text-align: center;
	border: none;
	background: #fff;
	text-decoration: none;
	}

img.derecha {
	margin: 0 0 10px 10px;
	float: right;
	border: none;
	background: #fafafa;
	}

img.logolabs {
	margin: -6px 10px 0 10px;
	float: right;
	border: none;
	}
img.centro {
	display: block;
	margin: 10px auto 10px auto;
	text-align: center;
	background: #fff;
	border: none;
	}
img.bannervoluntario {
	display: block;
	margin: none;
	text-align: center;
	background: none;
	border: none;
	}
	
img.borde {
	display: block;
	margin: none;
	text-align: center;
	background: none;
	border: none;
	}
	
img.logoneo {
	margin: 4px 10px 10px 0;
	float: left;
	border: none;
	}
	
/* Video */
.video {
	margin-left: 4px;
	margin-bottom: 20px;
	}
	
/* FEATURED CONTENT SLIDER STYLES */

#slider {
margin: 0 auto;
position: relative;
height: 430px;
}

.scroll {
width: 950px;
overflow: auto;
overflow-x: hidden;
position: relative;
background: #f1f1f1;

}

.scrollContainer div.panel {
padding: 1em;
width: 950px;
}

.format_text.featured_media{
margin-right: 1em;
float: left;
}

.format_text.featured_media a img{
width: 15em;
height: 12em;
}

.format_text.featured_text{
font-size: 1em;
float: left;
width: 400px;
}

.format_text.featured_text div.format_text.entry-content p{
margin-bottom: 0;
padding-bottom: 0;
}

#shade {
background: #f1f1f1;
height: 180px;
border: 1px 5px 10px 0px solid #999;
width: 950px;
margin: auto;
	-moz-border-radius-bottomleft: 20px;
	-khtml-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-khtml-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;

}

#shade.tall-shade {
background: #000;
height: 12em;
border-top: 1px solid #999;
}

ul.navigation {
list-style: none;
padding: 0;
padding-bottom: 0.9em;
margin: auto;

}

ul.navigation li {
display: inline;
margin-right: 0.8em;
}

ul.navigation a {
padding: 0.9em;
color: #DDD;
text-decoration: none;
float: left;
font-size: 1.25em;
}

ul.navigation a:hover {
background: url(arrow_down.png) no-repeat 50% 0%;

}

ul.navigation a.selected {
background: url(arrow_down.png) no-repeat 50% 0%;
}

ul.navigation a:focus {
outline: none;
}

.scrollButtons {
position: absolute;
top: 130px;
cursor: pointer;
}

.scrollButtons.left {
left: -13px;
z-index: 100;
display: none;
visibility: hidden;
}

.scrollButtons.right {
right: -13px;
z-index: 101;
display: none;
visibility: hidden;
}

.hide {
display: none;
}

span.thumbtitle{
display: block;
font-size: 1.3em;
text-align: center;
display:none;
}

img.scroller-thumb{
padding: 0.3em 0.4em;
width: 190px;
background-color: #FFF;
border: 1px solid #999;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;

}
img.scroller-thumb a{
padding: 0.3em 0.4em;
width: 190px;
background-color: #FFF;
border: 1px 5px 10px 0px solid #999;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;

}
img.scroller-thumb a:hover{
padding: 0.3em 0.4em;
width: 190px;
background-color: #ddd;
border: 1px solid #000;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;

}

img.scroller-thumb-big{
padding: 0.3em 0.4em;
border: 0.1em solid #999;
}

a.selected img.scroller-thumb{
}