/*
Theme Name: Shoopo
Theme URI: http://shoopo.es
Description: Template diseñado por Artvisual para Shoopo.es
Version: 1.0
Author: Javier Arques
Tags: tienda


*/

*{
	margin: 0;
	padding: 0;
}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
}


::-moz-selection{
	background: #23B218;
	color: #fff;
}

a {
	text-decoration: none;
	color: #D90F0F;
}

strong{
	color: #D90F0F;
}
#financiacion strong{
	color: #999;
}

a img, img a, img {
	margin: 0;
	padding: 0;
	border: none;
}

a:hover, #pie a {
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dotted #999;
}

acronym, abbr, span.caps {
	cursor: help;
}

blockquote {
	background: url(images/blockquote.jpg) no-repeat right;
	border-bottom: 3px solid #DBE7F3;
}

blockquote em{
	color: #2877B7;
}

blockquote p{
	color: #666;
	margin: 10px 0;
}

blockquote strong{
	color: #2877B7;
	font-size: 17px;
	font-family: Georgia;
	line-height: 130%;
}

body {
	background: #D6EAF5 url(images/fondo_body.jpg) repeat-x 0 0;
	text-align: left;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

br{
	margin: 10px;
}

code::-moz-selection, code::selection {
	background: #E0EA33;
}

div p.loguito{
	right: -80px;
}

div.fin_de_fila{
	clear: both;
	width: 100%;
	height: 20px;
}

/* -------------------[ Headings ]------------------- */
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}

h2.titulo {
	background: #ECECEC;
	color: #88B83E;
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 99%;
	text-align: left;
}
#principal .variante_azul{
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(images/fondo_titulo_azul.jpg) repeat-x scroll 0 0;
color:#FFFFFF;
line-height:36px;
margin:10px 0 0 0;
position:relative;
width:99%;
}
#principal .variante_violeta{
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(images/fondo_titulo_violeta.jpg) repeat-x scroll 0 0;
color:#FFFFFF;
line-height:36px;
margin:10px 0 0 0;
position:relative;
width:99%;
}
#principal .variante_oro{
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(images/fondo_titulo_oro.jpg) repeat-x scroll 0 0;
color:#FFFFFF;
line-height:36px;
margin:10px 0 0 0;
position:relative;
width:99%;
}

h3{
	font-size: 18px;
}

h3 {
	text-align: center;
}

h4{
	color: #666666;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

img.aligncenter {
	margin: 0px auto;
	background: #fff;
	padding: 2px;
}

img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 5px 0px;
	background: #fff;
	padding: 2px;
}

/* -------------------[ Images ]------------------- */
img.alignright {
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
	background: #fff;
	padding: 2px;
}

img.centered {
	display: block;
	padding: 2px;
	margin: 0 auto 20px auto;
	float: none;
	clear: both;
}

#principal img.full{
	padding: 10px;
	background: #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

img.thumbnail{
	padding: 2px;
	background: #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
}

img.thumbnail:hover{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
}

input[type="submit"]{
	background: url(images/boton.jpg);
	width: 200px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	color: white;
	border: none;
	float: left;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="submit"]:hover{
	color: #52A7E0;
}

input[type="text"], textarea, input[type="file"],input[type="password"], select{
	background: #FFFFFF url(images/fondo_inputs.jpg) repeat-x;
	border: 1px solid #cccccc;
	line-height: 20px;
	padding: 3px 5px 3px 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ol li{
	font-size: 14px;
	margin-left: 30px;
}

ol li.cinco{
	background: url(images/cinco.jpg) no-repeat 0 0;
}

ol li.cuatro{
	background: url(images/cuatro.jpg) no-repeat 0 0;
}

ol li.dos{
	background: url(images/dos.jpg) no-repeat 0 0;
}

ol li.tres{
	background: url(images/tres.jpg) no-repeat 0 0;
}

ol li.uno{
	background: url(images/uno.jpg) no-repeat 0 0;
}

ol.asterisco{
	list-style: none;
	margin: 15px 0;
}

ol.asterisco li{
	background:transparent url(images/asterisk_orange.png) no-repeat scroll 5px 7px;
	border:1px solid #B6D37D;
	margin-bottom:5px;
	margin-left:1px;
	padding:5px 10px 5px 25px;
}

ol.numerado{
	list-style: none;
	clear: both;
	width: 99%;
	border: 1px solid #52A7E0;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

ol.numerado li{
	list-style: none;
	line-height: 30px;
	color: #666666;
	margin-left: 30px;
	padding-left: 35px;
}

ol.numerado ul li{
	line-height: 20px;
	font-size: 12px;
}

/* -------------------[ Misc Tags and Classes ]------------------- */
p {
	margin: 15px 0;
	color: #333333;
	font-size: 14px;
}

p.categoria{
	background: #eaeaea;
	line-height: 24px;
	padding-left: 5px;
	clear: both;
}

p.categoria a{
	color: #16396E;
}

select{
	width: 200px;
}

/* -------------------[ Navigation ]------------------- */
ul.nav {
	float: left;
	width: 100%;
}

ul.nav li{
	float: left;
	display: inline;
	position: relative;
	height: 33px;
	overflow: hidden;
}

ul.nav li a{
	color: white;
	float: left;
	font-size: 16px;
	text-decoration: none;
	line-height: 30px;
	padding: 0 16px;
	background: url(images/fondo_nav.jpg) no-repeat right;
	font-family: Helvetica;
	border-top: 3px solid transparent;
}

ul.nav li a:hover{
	background: url(images/fondo_nav_hover.jpg) no-repeat right;
}

ul.nav li ul{
	position: absolute;
	top: 33px;
	left: 0;
	float: left;
	display: block;
	height: 100%;
	overflow: visible;
	z-index: 300;
}

ul.nav li ul li{
	margin: 0;
	height: 30px;
	float: left;
	display: block;
	overflow: visible;
}

ul.nav li ul li a{
	border: none;
	float: left;
	display: inline;
	padding: 0;
	padding-left: 7px;
	width: 235px;
	clear: both;
	overflow: visible;
}

ul.nav li.page-item-9 a{
	background: url(images/fondo_nav_contacto.jpg) no-repeat right;
}

ul.nav li.page-item-9 a:hover{
	background: url(images/fondo_nav_contacto_hover.jpg) no-repeat right;
}

ul.nav li.page-item-9, .alignright, .right {
	float: right;
}

ul.nav li:hover{
	overflow: visible;
}

.alignleft, .left {
	float: left;
}

.blogtitle strong{
	color: #930132;
	font-weight: normal;
}

.blogtitle, .description {
	display: none;
}

.bloque{
	margin-bottom: 10px;
	width: 100%;
}

.bloque .info{
	background: white;
	clear: both;
	float: left;
	width: 100%;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

.boton_cerrar{
	background: url(images/boton-cerrar.gif);
	height: 15px;
	float: left;
	display: block;
	width: 15px;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
}

.boton_cerrar:hover{
	background: url(images/boton-cerrar-hover.gif);
}

.boton_rojo{
	background: url(images/boton-rojo.jpg) no-repeat 0 0;
	width: 300px;
	line-height: 30px;
	float: left;
	clear: both;
	font-size: 18px;
	color: white;
	padding-left: 30px;
	margin-top: 20px;
}

.boton_rojo:hover{
	background: url(images/boton-rojo-hover.jpg);
	text-decoration: none;
}

.clear{
	clear: both;
}

.datos{
	width: 200px;
	float: left;
	display: block;
	padding: 7px;
	font-size: 11px;
}

.datos strong{
	font-size: 16px;
	color: #438B12;
}

.donde_estamos{
	float: left;
	text-align: center;
	background: url(images/FONDO-CONTACTO.jpg) no-repeat 0 0;
	width: 100%;
	height: 225px;
	padding-top: 90px;
	color: #333333;
}

.el_texto h2 a{
	font-size: 12px;
	clear: both;
	

	background: #2872B1;
	color: white;
	text-align: center;
	border: 1px solid #52A7E0;
	width: 100%;
	float: left;
	text-decoration: none;
}

.el_texto h2 a:hover{
	background: #52A7E0;
}

.el_texto p{
	font-size: 13px;
	margin: 10px 0;
}

.entry .loguito img{
	border: none;
	padding: 0;
	width: 100px;
	top: 0;
}

.entry img{

}

.financiacion{
	position: relative;
}

.financiacion a{
	color: #ee3776;
}

.financiacion p{
	font-size: 14px;
	color: #666;
}

.herramientas{
	background: #F4F4F4;
	float: left;
}

.la_foto{
	float: left;
	display: inline;
	width: 150px;
}

/* ---------------[ Tables ]--------------- */
.loguito{
	position: absolute;
	right: 5px;
	top: -20px;
	padding: 0;
	border: none;
}

.navigation {
	text-align: left;
	margin: 0;
	padding: 10px 15px;
}

.post {
	margin: 15px;
	clear: both;
}

.presupuesto{
	margin: 15px 0;
	float: left;
	width: 100%;
}


.presupuesto #formulario{
	border:1px solid #52A7E0;
	clear:both;
	color:#666666;
	display:block;
	overflow:hidden;
	padding:30px;
}

.presupuesto #formulario p{
	color:#2872B1;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}

.presupuesto #boton_solicitar_presupuesto{
	background: #2872B1 url(images/solicitar-presupuesto.jpg) no-repeat 0 0;
	width: 100%;
	float: left;
	clear: both;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	text-decoration: none;
	margin: 0 auto;
}

.presupuesto #boton_solicitar_presupuesto:hover{
	text-decoration: none;
	color: #52A7E0;
}

.proyecto{
	float: left;
	clear: both;
	margin: 5px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #333;
	width: 320px;
}

.proyecto .el_texto{
	float: right;
	display: inline;
	width: 140px;
	padding: 5px;
}

.proyecto_pequeno{
	display: inline;
	float: left;
	margin: 5px 0;
	padding: 10px;
	width: 145px;
	height: 320px;
}
.proyecto_micro{
	display: inline;
	float: left;
	margin: 5px 0;
	padding: 5px;
	width: 100px;
}
.proyecto_micro .el_texto{
	float: left;
	display: inline;
	width: 100%;
	margin-top:5px;
}
.proyecto_pequeno .el_texto{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 15px;
}

.sidebar_bloque{
	background: white none repeat scroll 0 0;
	float: left;
	margin-bottom: 15px;
	padding: 15px;
	width: 330px;
	-moz-border-radius: 5px;
}

.sidebar_bloque2{
	background: #f4f4f4;
	float: left;
	margin-bottom: 15px;
	padding: 15px;
	width: 330px;
	position: relative;
	-moz-border-radius: 5px;
}

.sidebar_bloque2 h1,.sidebar_bloque2 h2,.sidebar_bloque2 h3,.sidebar_bloque2 h4,.sidebar_bloque2 h5{
	color: #339900;
}

.sidebar_bloque2 ul{
	margin: 15px 0;
}

.sidebar_bloque2 ul li{
	background: url(images/bullet_lista.gif) no-repeat 0 10px;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
	font-size: 13px;
	color: #4E4E4E;
}

.titulo_azul{
	background: url(images/fondo_titulo_azul.jpg) repeat-x 0 0;
	line-height: 36px;
	color: white;
	width: 100%;
	position: relative;
	clear: both;
}
h2{
	background: url(images/fondo_titulo_oro.jpg) repeat-x 0 0;
	line-height: 36px;
	color: white;
	width: 100%;
	position: relative;
	text-align: center;
}


.titulo_oro{
	background: url(images/fondo_titulo_oro.jpg) repeat-x 0 0;
	line-height: 36px;
	color: white;
	width: 100%;
	position: relative;
}

.titulo_violeta{
	background: url(images/fondo_titulo_violeta.jpg) repeat-x 0 0;
	line-height: 36px;
	color: white;
	width: 100%;
	position: relative;
}

#banner_top_1{
	background: #fff url(images/shoopo-top.jpg);
	width: 168px;
	height: 107px;
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
}

#sidebar .page_item{
	background: url(images/flechas.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin: 10px 0;
}
#sidebar .page_item a{
	color: #D8A61F;
}
#sidebar .sidebarlogin_otherlinks{
	clear: both;
	float: left;
	margin: 10px 0;
}
form p{
	color:#333333;
	font-size:13px;
	margin:8px 0;
}

#banner_top_2{
	background: #fff url(images/shoopo-top-grande.jpg);
	width: 495px;
	height: 108px;
	display: block;
	position: absolute;
	top: 20px;
	right: 100px;
}

#carrusel, #nav {
	clear: both;
	float: left;
	width: 100%;
}

#centro{
	width: 605px;
	background: white;
	display: block;
	position: relative;
	float: left;
	clear: both;
	padding: 15px 0;
	-moz-border-radius: 5px;
}

#centro2{
	width: 605px;
	background: none;
	display: block;
	position: relative;
	float: left;
	clear: both;
	padding: 15px 0;
	-moz-border-radius: 5px;
}

#contenido{
	width: 100%;
	background: url(images/fondo_principal.gif);
	float: left;
}

#footer {
	width: 100%;
	height: 53px;
	line-height: 160%;
	clear: both;
	text-align: right;
	background: url(images/fondo_body.jpg) repeat-x 0 0;
	position: relative;
}

/* -------------------[ Links ]------------------- */
#footer a{
}

#footer p {
	color: #FFFFFF;
	padding: 20px 20px 0 0;
}

#header {
	width: 100%;
	height: 140px;
	position: relative;
}

#header_title{
	width: 100%;
	background: #576090;
	clear: both;
}

#header_title h1{
	text-align: center;
	line-height: 50px;
	font-family: Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: white;
}

#logo{
	background: #fff url(images/logo.jpg) no-repeat;
	width: 288px;
	height: 121px;
	display: block;
	position: absolute;
	top: 0px;
	left: 25px;
}

#mensaje{
	padding: 5px 20px 5px 10px;
	background: #E9F8FD;
	border: 1px solid #cccccc;
	clear: both;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	position: relative;
}

#mensaje *{
	font-size: 11px;
	margin: 0;
}

#migas{
	width: 100%;
	background: url(images/fondo_migas.jpg) repeat-x;
	line-height: 40px;
	float: left;
	clear: both;
}

#migas a{
	color: white;
	text-decoration: underline;
}

#migas p{
	float: left;
	margin: 0 0 0 20px;
}

#migas span{
	float: right;
	display: inline;
	margin: 0 20px 0 0px;
}

#migas span, #migas p{
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
}

#nav  ul.nav li.current_page_item a, 
#nav ul.nav li.current_page_item a:hover {
	background: #576090;
	border-top: 3px solid #7982AE;
}

#pie{
	padding-top: 10px;
	float: left;
	width: 100%;
}

#pie p{
	font-size: 12px;
	font-family: Tahoma;
	margin: 0 0 5px 0;
}

#post_4 strong, #post_4 a, #pie * {
	color: #2872B1;
}

#post_5 strong, #post_5 a{
	color: #596394;
}

#post_6 strong, #post_6 a{
	color: #D8A61F;
}

#principal {
	padding: 10px;
}

/* -------------------[ Search ]------------------- */
#searchform {
	position: absolute;
	top: -45px;
	right: -200px;
}

#searchform #s {
	font-size: 8pt;
	width: 140px;
	margin-right: 2px;
}

#searchform #submit {
	color: white;
	cursor: pointer;
	font: 14px Arial, Helvetica, sans-serif;
}

#sidebar {
	display: inline;
	float: right;
	text-align: left;
	width: 360px;
	-moz-border-radius: 5px;
}

#principal .oro .el_texto h2 a{
	border: 1px solid #E9C76D;
	background: #D8A61F;
}

#principal .oro .el_texto h2 a:hover{
	background: #E9C76D;
}

#principal .violeta .el_texto h2 a{
	border: 1px solid #8D94BA;
	background: #596192;
}

#principal .violeta .el_texto h2 a:hover{
	background: #8D94BA;
}

/* -------------------[ Sidebar ]------------------- */
#sidebar ul {
	list-style-type: none;
	width: 100%;
}

#sidebar ul li ul li {
	list-style-type: none;
	margin: 5px 0 5px 0;
}

#sidebar ul li ul li a{
	color: #666;
	background: url(images/bullet_lista_2.gif) no-repeat 2px 6px;
	padding-left: 12px;
}

#tag_cloud{
}

#tag_cloud a{
}

#tag_cloud h2{
}

#web{
	clear: both;
	width: 994px;
	margin: auto;
}

.slide{
	float: left;
	padding: 3px;
	border: 1px solid #D6D8D7;
	width: 565px;
	margin: 15px;
	
}

#centro .slideshow{
	border: 1px solid #D6D8D7;
		padding: 3px;
}
* html .slide{
	display: none;
}
.slide .izquierda{

	float: left;
}
.slide .derecha{
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 5px;
}
.slide .el_contenido{
	width: 350px;
	height: 217px;
	float: left;
	overflow: hidden;
	border: 1px solid #E9E9E9;
}
.slide .el_contenido p{
	margin: 0;
}
.slide .el_titulo{
	width: 195px;
	height:22px;
	border: 1px solid #D6D8D7;
	background: url(images/degradado.jpg) repeat-x;
	float: left;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 3px;
	padding: 5px;
	line-height: 95%;
	color: #333;	
	font-weight: bold;
}
.slide .el_titulo_seleccionado{
	width: 195px;
	border: 1px solid #FFFFFF;
	height:22px;
	background: #FFFFFF;
	text-decoration: none;
	float: left;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 3px;
	padding: 5px;
	line-height: 95%;
	font-weight: bold;
	
}
.wpcf7-list-item{
	font-size: 11px;
	}

.wpcf7 input[type="text"], textarea, input[type="file"],input[type="password"], select{
	background: #FFFFFF url(images/fondo_inputs.jpg) repeat-x;
	border: 1px solid #cccccc;
	line-height: 20px;
	padding: 3px 5px 3px 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:90%;
}

.entry td{
	text-align: center;
	list-style: none; 

}

.entry table{
	margin-bottom: 20px;
	float: left;
}

.entry td ul li {
	list-style: none;
	color: #2872B1;
	font-size: 12px;

}

.ejemplo{
	background: url(images/boton2.jpg);
	color:white;
}

#post_4 a.ejemplo{
	color:white;
	padding:2.5px 23px;
}

.equipo{
font-size:12px;
line-height:12px;
margin-left:50px;
width:200px;
margin-top: -40px;
}

.equipo p{
padding-top:15px;
margin: 0}

.entry ul{
	margin-left: 30px;
}

.tiendas{
	width:145px;
	height:165px;
	float:left;
	display: block;
	margin-left: 30px;
}
#tiendas01{
	background: url(images/modelos.jpg);
	}

#tiendas01:hover{
background: url(images/modelos.jpg) 0 -165px;

}


#tiendas02{
background: url(images/modelos.jpg) 0 -330px;

}

#tiendas02:hover{
background: url(images/modelos.jpg) 0 -495px;

}

#tiendas03{
background: url(images/modelos.jpg) 0 -660px;

}

#tiendas03:hover{
background: url(images/modelos.jpg) 0 -825px;

}

.videotv{
background:transparent url(images/videos2.png) no-repeat scroll 0 0;
clear:both;
float:left;
padding:10px 0px 10px 15px;
width:346px;
}