﻿@import url(./EstilosAntiguos.css);
@import url(./Botones.css);
@import url(./Formularios.css);

/*-----------------------------------------------------------------------------
Estilos para todos los navegadores

version:   1.0
autor:     Luis Latre, Soluciones Binaria
email:     luislatretena@solucionesbinaria.com
notas:     Poner todo en minúsculas.
-----------------------------------------------------------------------------*/

/* = Comunes a todas las páginas y elementos sueltos
-----------------------------------------------------------------------------*/

/* Quitar borde alrededor de las imágenes con link */

img 
{
	border: 0px;
}
form
{
	padding:0px;
	margin:0px;
}
a
{
	cursor:pointer;
	color:#999999;
}
/*LLT: Para poner texto dentro de linkbuttons y que no se vea con estilos.*/
a span.oculto
{
	display:none;
}

a.info
{
	display:inline-block;
	background:url(../Imagenes/Iconos.gif) no-repeat left top;
	width:16px;
	height:16px;
	margin-left:2px;
	vertical-align:-5px;
}
a.validador
{
	display:inline-block;
	background:url(../Imagenes/Iconos.gif) no-repeat -16px 0px;
	width:16px;
	height:16px;
	margin-left:2px;
	vertical-align:-5px;
}
a.calendario
{
	display:inline-block;
	background:url(../Imagenes/Iconos.gif) no-repeat -32px 0px;
	width:16px;
	height:16px;
	margin-left:2px;
	vertical-align:-5px;
}
div.separador
{
	height:15px;
	margin-top:10px;
	border-top:1px solid #999;
}

div.alineadorDerecha
{
	float:right;
	margin-right:10px;
}

div.tituloGrisClaro
{
	background:url(../Imagenes/RepetidorFondoTitulo.gif) repeat-x top left;
	height:36px;
	line-height:32px;
	margin-top:-20px;
	margin-left:-15px;
	width:960px;
	text-align:center;
	font-weight:bold;
	color:#10108E;
	font-size:14px;
	margin-bottom:15px;
}
div.tituloGrisClaroLetrasRojas
{
	background:url(../Imagenes/RepetidorFondoTitulo.gif) repeat-x top left;
	height:36px;
	line-height:32px;
	margin-top:-20px;
	margin-left:-15px;
	width:960px;
	text-align:center;
	color:#C00;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}


div.tituloGrisClaroInterno
{
	margin-top:15px;
	margin-left:8px;
	font-size:19px;
	color:#333333;
}


/* = (PáginaMaestra.Master)
-----------------------------------------------------------------------------*/
html, form
{
	height:100%;
}
body
{
	background:url(../Imagenes/RepetidorFondo.gif) repeat-x top left #000;
	margin:0px;
	padding:0px;
	height:100%;
	font-family: Verdana;
	font-size:10px;
	color:#000;
}
#web
{
	width:1000px;
	margin: 0 auto ;

    min-height: 100%;
    margin-bottom:-90px;
	overflow:hidden;
}
#cabecera
{
	height:143px;
	position:relative;
}
	#cabecera a.logoModLang, #cabecera a.IdiomaCastellano, #cabecera a.IdiomaIngles, #cabecera div.pnlLogin, #cabecera div.pnlLogout
	{
		display:block;
		position:absolute;
		height:75px;
		
	}
	#cabecera div.pnlLogin
	{
		background:url(../Imagenes/CandadoLogin.gif) no-repeat top center;
		text-align:center;
		right:215px;
		padding-top:50px;
		font-size:12px;
	}
		#cabecera div.pnlLogin a
		{
			color:#FFF;
		}
	#cabecera div.pnlLogout
	{
		text-align:center;
		right:215px;
		padding-top:20px;
		font-size:16px;
		color:#ce8800;
		font-weight:bold;		
	}
		#cabecera div.pnlLogout a
		{
			display:block;
			margin:1px;
			font-size:10px;
		}
	#cabecera a.logoModLang
	{
		background:url(../Imagenes/LogoModLang.gif) no-repeat top left;
		width:177px;
		left:40px;
	}
	 
	a.IdiomaCastellano .textoIdioma, a.IdiomaIngles .textoIdioma
    {
        display:block;
        position:absolute;
        bottom:5px;   
    }
    a.IdiomaIngles .textoIdioma
    {
        left:20px;
    }

	
	#cabecera a.IdiomaCastellano
	{
		background:url(../Imagenes/BocadilloCastellano.gif) no-repeat top left;
		width:59px;
		right:108px;
	}
	
	#cabecera a.IdiomaCastellano:hover
	{
		background:url(../Imagenes/BocadilloCastellano.gif) no-repeat top right;
	}
	
	#cabecera a.IdiomaIngles
	{
		background:url(../Imagenes/BocadilloIngles.gif) no-repeat top left;
		width:68px;
		right:40px;
	}
	#cabecera a.IdiomaIngles:hover
	{
		background:url(../Imagenes/BocadilloIngles.gif) no-repeat top right;
	}
	
	#cabecera ul
	{
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	#cabecera ul li
	{
		float:left;
		padding-left:15px;
		padding-right:15px;
	}
	#cabecera ul.menuSecciones li
	{
		background:url(../Imagenes/SeparadorSecciones.gif) no-repeat top right;
		height:35px;
		line-height:35px;
	}
	#cabecera ul.menuSubSecciones li
	{
		background:url(../Imagenes/SeparadorSubSecciones.gif) no-repeat top right;
		height:33px;
		line-height:33px;
	}
	
	#cabecera ul.menuSecciones, #cabecera ul.menuSubSecciones
	{
		position:absolute;
		left:25px;
	}
	#cabecera ul.menuSecciones
	{
		top:74px;
	}
	#cabecera ul.menuSubSecciones
	{
		top:109px;
	}
	#cabecera ul.menuSecciones li a, #cabecera ul.menuSubSecciones li a
	{
		text-decoration:none;
	}
	#cabecera ul.menuSecciones li a
	{
		color:#FFF;
		font-size:14px;		
	}
	
	#cabecera ul.menuSubSecciones li a
	{
		color:#000;
		font-size:13px;
	}
	#cabecera ul.menuSecciones li a:hover
	{
		color:#000;
		text-decoration:underline;
	}
	#cabecera ul.menuSubSecciones li a:hover
	{
		color:#FFF;
		text-decoration:underline;
	}
	#cabecera ul.menuSecciones li a.marcado,#cabecera ul.menuSubSecciones li a.marcado
	{
		font-weight:bold;
		color:#00004b;
	}
	#cabecera ul.menuSecciones li.ultimo,#cabecera ul.menuSubSecciones li.ultimo
	{
		background:transparent;
	}
	
#contenido
{
	padding-top:20px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom: 30000px;
	margin-bottom: -29869px;
	min-height:100%;
}
#contenido
{
	background:url(../Imagenes/RepetidorContenido.gif) repeat-y top left #333333;
}

#pie
{
	background:url(../Imagenes/RepetidorPie.gif) repeat-x top left #333333;
	height:75px;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:10px;
	padding-top:15px;
	line-height:13px;
	margin-bottom:-25px;
}
	#pie a
	{
		color:#FFF;
	}


/* = (LLT: Estilos relativos al Post-It de noticias)
-----------------------------------------------------------------------------*/
div.contenedorPostIt
{
	position:relative;
}
#postIt
{
	background:url(../Imagenes/PostIt.png) no-repeat;
	width:135px;
	height:83px;
	position:absolute;
	top:0px;
	left:700px;
	font-family:Arial;
	font-size:11px;
	padding-left:30px;
	padding-top:20px;
	padding-right:35px;
	padding-bottom:77px;
	z-index:10;
}
	#postIt .titulo
	{
		position:relative;
		color:#333333;
		font-family:arial;
		font-size:13px;
		font-weight:bold;
		display:block;
	}
	#postIt .texto
	{
		clear:both;
	}
	#postIt .mas
	{
		float:right;		
	}
	
/* = (LLT: Para las fotos y sus marcos)
-----------------------------------------------------------------------------*/
table.fotos
{
	margin:20px 15px;	
}
table.fotos tr td
{
	vertical-align:bottom;
	text-align:center;
	padding-bottom:5px;
}
table.galerias
{
	margin:0 auto;
}
	table.galerias tr td
	{
		padding-top:10px;
		padding-bottom:35px;
		vertical-align:middle;
	}
	table.galerias tr td div.galeria
	{
		width:280px;
		text-align:center;
		vertical-align:middle;
		position:relative;
	}
	table.galerias tr td div.zonaIzquierda
	{
		float:left;
	}
	table.galerias tr td div.zonaDerecha
	{
		position:absolute;
		top:40px;
		left:150px;
		width:100px;
	}
	table.galerias tr td div.zonaDerecha a
	{
		display:block;
	}
	
	.sombra1
	{
		position:relative;
		background-color:#EEE;
		border:1px solid #999;
		z-index:3;
		top:-5px;
		left:7px;
		display:inline-block;
	}
	.sombra2
	{
		position:relative;
		background-color:#DDD;
		border:1px solid #999;
		z-index:2;
		top:4px;
		left:4px;
		display:inline-block;
	}
	.sombra3
	{
		position:relative;
		background-color:#CCC;
		border:1px solid #999;
		z-index:1;
		display:inline-block;
	}


	.marcoGaleria
	{
		background:url(../Imagenes/FondoFotos.gif) repeat-y top left;
		padding:5px;
		padding-bottom:15px;
		border:1px solid #999;
		position:relative;
		background-color:#FFF;
		top:-4px;
		left:-4px;
		z-index:10;
	}
	
.foto, .detalleFoto
{
	border:1px solid #999;
}

.sombra
{
	position:relative;
	background-color:#AAA;
	z-index:0;
	margin:9px;
	margin-bottom:5px;
	display:inline-block;
}
.marcoFoto, .marcoFotoDetalle
{
	background:url(../Imagenes/FondoFotos.gif) repeat-y top left;
	display:inline-block;
	padding:5px;
	padding-bottom:15px;
	border:1px solid #999;
	position:relative;
	top:-1px;
	left:-1px;
	background-color:#FFF;
	z-index:10;
}
.marcoFotoDetalle
{
	padding:15px;
	padding-bottom:25px;
}

/* = (LLT: Estilos secciones noticias)
-----------------------------------------------------------------------------*/
div.SeccionNoticias
{
	height:300px;
	margin:5px;
	padding-left:5px;
	vertical-align:top;
}
div.ListaNoticias
{
	margin:10px;
	padding:5px;
	vertical-align:top;
}
.Noticia
{
	background-color:#EDEDED;
	color:#535353;
	margin-top:5px;
	padding-bottom:5px;
	vertical-align:top;
}

div.ListaNoticias .Noticia
{
	background-color:#EDEDED;
	color:#535353;
	margin-top:5px;
	padding:5px;
	vertical-align:top;
	width:100%;
}
.TituloNoticias
{
	background-color:#EDEDED;
	color:#535353;
	padding-bottom:12px;
	padding-top:7px;
	vertical-align:top;
	width:198px;
}
.TituloNoticias span
{
	font-size:19px;
	margin:8px 9px 13px;
}
.Noticia img
{
	height:5px;
	overflow:hidden;
	vertical-align:top;
	width:198px;
}
.Noticia div.ContenidoNoticia
{
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}
.Noticia div.ContenidoNoticia div.Titulo
{
	font-size:13px;
	font-weight:bold;
}
.Noticia div.ContenidoNoticia div.Noticia
{
	font-size:10px;
}


/* = (JDL: )
-----------------------------------------------------------------------------*/
input.deshabilitado
{
	background-color:#CCC;
	border:1px solid #AAA;
	padding:1px;
	width:70px;
}

/* = (LLT: Estilos referentes a botones e iconos que aparecen)
-----------------------------------------------------------------------------*/
.btnEliminar
{
	display:block;
	background:url(../Imagenes/Iconos.gif) -80px 0px no-repeat;
	width:16px;
	height:16px;
}
.btnEliminarFM
{
	display:block;
	background:url(../Imagenes/Iconos.gif) -80px -16px no-repeat;
	width:16px;
	height:16px;
}



/* = (LLT: Estilos referentes a la boutique)
-----------------------------------------------------------------------------*/
#cabeceraBoutique
{
	background:url(../Imagenes/Boutique/Cabecera.jpg) no-repeat top left;
	width:928px;
	height:288px;
}
#cuerpoBoutique
{
	background:url(../Imagenes/Boutique/Repetidor.gif) repeat-y top left;
	width:928px;
	height:100%;
}
	#cuerpoBoutique .listado
	{
		margin:0 auto;
	}
#pieBoutique
{
	background:url(../Imagenes/Boutique/Pie.jpg) no-repeat top left;
	width:928px;
	height:389px;
}
#pieListadoProductosBoutique
{
	background:url(../Imagenes/Boutique/PieListadoProductos.jpg) no-repeat top left;
	width:928px;
	height:19px;
}
#cuerpoBoutique div.enlaceVolver
{
	text-align:right;
	padding-right:29px;
}
#cuerpoBoutique div.titulo
{
	width:884px;
	height:50px;
	background:url(../Imagenes/Boutique/Titulo.jpg) no-repeat top left;
	margin:0 auto;
	font-family:verdana;
	font-weight:bold;
	color:#ce8800;
	font-size:27px;
	text-align:right;
	padding-top:8px;
	padding-right:20px;
}
	#cuerpoBoutique div.enlaceVolver a
	{
		color:#00004b;
		font-family:verdana;
		font-weight:bold;
		font-size:18px;
	}
