@charset "utf-8";
/* CSS Document */
/* inicializar elementos */ 
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img, li a, a { border:none; text-decoration:none; }
address { font-style:normal }
.clearfloat{ clear:both; }
body{
	margin:0;
	padding:0;
}
body p{
	margin-bottom:1.5em;
}
#contenedor-default{
	width:55em;
	margin:auto;
	margin-top:5%;
}
#contenedor{
	width:80em;
	margin:auto;
}
#logo-bicicilismo{
	float:left;
}

#cabecera{
	height:7em;
	position:relative;
}
#menu ul{
	text-align:center;
}
#rojo-intro{
	background:url(comun/imagenes/fondo-rojo.jpg) bottom left repeat-x;
	background-color:#d2021c;
	height:1em;
	padding:0.4em;
	border:1px solid #000;
}
#mapa{
	text-align:center;
	margin-bottom:2em;
}
#menu, #pie{
	height:3.06em;
	background:url(comun/imagenes/fondo-rojo.jpg) top left repeat-x;
	background-color:#d2021c;
}
#menu, #pie, #azul, .negro{
	border:1px solid #000;
	margin-bottom:0.63em;
	padding-left:0.4em;
}
.form-buscar-noticias{
	margin-bottom:0.63em;
	padding-left:0.4em;
	padding-top:0.2em;
}
#cuerpo{	
	width:100%;
	margin-bottom:1em;
}
#pie{
	position:relative;
}
#azul, .negro, .form-buscar-noticias{
	padding-top:0.3em;
	height:1.7em;
}
#azul{
	background:url(comun/imagenes/fondo-azul.jpg) top left repeat-x;
	background-color:#0066cb;
}
.negro{
	background:url(comun/imagenes/fondo-negro.jpg) top left repeat-x;
	background-color:#000000;
}
.foto-noticia{
	border:1px solid #999999;
	background-color:#CCCCCC;
	float:right;
	text-align:center;
}
.texto-noticia{
	float:left;
	text-align:left;
	margin-right:2%;
	width:57%;
}
.menu-seccion, .menu-productos{
	border:1px solid #999999;
	background-color:#CCCCCC;
	margin:auto;
	padding:1%;
	margin-bottom:2em;
}
.menu-seccion{
	width:52em;
}
#columna-menu-productos{
	float:left;
	width:15em;
}
#columna-productos{
	float:left;
	margin-left:2em;
	width:63em;
}
#columna-menu-tienda{
	float:left;
	width:24em;
}
#columna-tienda{
	float:left;
	margin-left:2em;
	width:54em;
}
/***********************************Maquetacion*/
.fila{
	width:100%;
	margin-bottom:2%;
}
.celda, .celda-vacia{
	width:23%;
	margin-left:1%;
	float:left;
	text-align:center;
}
.celda-catalogo, .celda-vacia-catalogo{
	width:30%;
	margin-left:1%;
	float:left;
	text-align:center;
}
.derecha{
	float:right;
}
.izquierda{
	float:left;
}
.buscar-noticias{
	float:left;
	width:24em;
}
.inc-buscar-noticias{
	float:left;
	width:26em;
}
.form-buscar-noticias, .tienda-carrito{
	background-color:#CCCCCC;
	border:1px solid #000;
	padding-bottom:0.3em;
}
.tienda-carrito{
	padding-left:0.3em;
	padding-right:0.3em;
}
.relleno{
	margin-top:30em; 
	height:10em;
}
/************************************maquetacion carreras*/
.fondo-tabla{
	background-color:#333333;
	border-bottom:0.2em solid #FFCC00;
	height:1.5em;
}
.etapas1, .etapas2, .etapas3, .etapas4, .etapas5, .general1, .general2, .general3, .general4, .general5, .general6{
	float:left;
	padding: 0.05em;
}
.etapas1-a, .etapas2-a, .etapas3-a, .etapas4-a, .etapas5-a, .general1-a, .general2-a, .general3-a, .general4-a, .general5-a, .general6-a{
	float:left;
	padding:0.05em;
	/*border-bottom:0.05em #666666 dotted;*/
}
.etapas1, .etapas1-a{
	width:5%;
	text-align:center;
}
.etapas2, .etapas2-a, .etapas5, .etapas5-a, .general5, .general5-a, .general6, .general6-a{
	width:15%;
	text-align:center;
}
.etapas3, .etapas3-a{
	width:50%;
	text-align:left;
}
.etapas4, .etapas4-a, .general1, .general1-a, .general2, .general2-a, .general4, .general4-a{
	width:10%;
	text-align:center;
}
.general3, .general3-a{
	width:35%;
	text-align:left;
}
/**********************************maquetacion equipos*/
.nombre-equipo, .logo-equipo, .categorias, .datos, .corredor, .años, .peso{
	float:left;
}
.nombre-equipo{
	width:60%;
}
.logo-equipo, .categorias{
	width:15%;
}
.corredor{
	width:60%;
}
.años, .peso{
	width:15%;
}
/*******************************maquetacion corredores*/
.datos-corredor{
	float:left;
	margin-left:1em;
	width:80%;
}
/*************************maquetacion productos*/
.datos-producto{
	float:left;
	margin-left:1em;
	width:30em;
}
.datos-producto-tienda{
	float:left;
	width:23em;
}
/*************************maquetacion comparar productos*/
.prod1, .prod2{
	width:39%;
	margin-left:1%;
}
.prod1{
	float:left;
}
.prod2{
	float:right;
}
/***************************formularios*/
.Msg-alert_titulo, .Msg-alert_table, .Msg-correcto_table{
	width:40%;
	margin:auto;
}
.Msg-correcto_table{
	background-color:#FFFF99;
}
.formBoletin fieldset{
	width:80%;
	margin:auto;
	border:1px solid #999;
	padding:5px 5px 5px 20px;
}
.formBoletin p{
	width:90%;
	clear:both;
	margin-top:10px;
}
.formBoletin label{
	float:left;
}
.formBoletin label{
	width:50%;
}
.largo{
	width:100%;
}
/*////////////////////////////////////////carrito*/
.carrito-sep{
	width:100%;
	height:0.06em;
	background-color:#999999;
	margin-top:0.5em;
}
.carrito-celda1, .carrito-celda2, .carrito-celda3, .carrito-celda4{
	float:left;
}
.carrito-celda1{
	width:30%;
}
.carrito-celda2{
	width:40%;
}
.carrito-celda3, .carrito-celda4{
	width:14%;
}
.carrito-celda1, .carrito-celda2, .carrito-celda3{
	text-align:center;
}
.carrito-celda4{
	text-align:right;
}
/*------------tablas----------*/
.tabla-entera, .tabla-carrito, .tabla-noticias, .tabla-enlaces{
	width:100%;
}
.tabla-entera{
	margin-top:1em;
}
.tabla-entera th{
	text-align:left;
	padding-left:0.5em;
}
.tabla-entera td, .tabla-enlaces td{
	border-bottom:1px dotted #999999;
}
.sin-borde{
	border:0;
}
.fecha, #categoria, #google-map {
	width:10%;
}
#enlace, #espacio{
	width:40%;
}	
.foto-carrito, .producto-carrito, #precio-anuncio, .catalogo-comparar{
	width:30%;
}
#datos-enlace, #nombre-enlace, .cantidad-carrito, .precio-carrito, #tamaño, #precio-cpm{	
	width:20%;
}
.cantidad-carrito, .precio-carrito, #tamaño, #precio-cpm, #precio-mensual, .centrar{
	text-align:center;
}
#total, #gastos_envio{
	text-align:right;
}
#espacio, #tipo{
	text-align:left;
}
#foto-noticia{
	display:table-cell;
	vertical-align:top;
}
/*-----------listas------------------*/
.lista-producto li{
	display:block;
	float:left;
	margin-right:1em;
	margin-bottom:0.5em;
	text-align:center;
}
.lista-caracteristicas{
	float:left;
	margin-top:3em;
}
