  

<!DOCTYPE html PUBLIC "-//W3C/.dtd XHTML 1.0 transactional//EN" "http://www.w3.org/TR/xhtml1.dtd/xhtml1-transactional.dtd">



/* ----- tool tip specific styles ----- */

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}


html {
    display:block;
    width:100%;
    height:100%;
}


body {
	background:  url(datos/carbal/fondo.jpg) no-repeat center top ;

		
		background-attachment: ;
	
	padding: 0px;
	margin: 0px;
	
	display:block;
	width:100%;
	height:100%;

	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}

	


#tablePaginaWeb {
	width:100%;
	height:100%;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
	border: 5px solid transparent; 
}

#tableGeneral {
    display:block;
    width:100%;

	background: ;
	height:90%;
	width:910px;
	text-align: left;
	border-collapse:collapse;
	border: 0px solid transparent;
	

}

.TDhorario {
	font-family:"Arial";
	height:24px;
}

#tdEncabezado {
	height:200px;
	background: ;
	vertical-align:text-top
}

#tdColumnaizq {
	background: ;
	width: 0px;
	height:100%;
	height: ;
	vertical-align:top;
}

#tdContenido {
	background: ;
	width: 960px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	height:100%;
}

#tdColumnader {
	background: ;
	width: 0px;
	height: ;
	vertical-align:text-top;
}


#tdPiepagina {
	font-family:"Arial";
	font-size: 12px;
	width:910px;
	background: ;
	vertical-align:text-top;
	height: 1%;
}

.textoParrafo {
	font-family:"Arial";
	font-size: 12px;
	padding-bottom:3px;
	
}

.textoParrafoBlanco {
	font-family:"Arial";
	font-size: 12px;
	padding-bottom:3px;
	font-color: white;
	color: white;
	style: bold;
}

.textoTitulo {
	font-family:"Verdana";
	font-size: 20px;

	
}

.textoTituloPequeno {
	font-family:"Arial";
	font-size: 17px;
	style: bold;
}

.textoEncuesta {
	font-family:"Arial";
	font-size: 12px;
	style: bold;
}

.botonEncuesta {
	color: #781351;
	background: #f1f1f1;
	border: 1px solid #333333;
	width: 60px;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#divFormulario {
	background-color: white;
	width:300px;
	text-align: center;
}

#divMedidas {
	text-align: center;
}

label {
	width:50px;
	line-height:23px;
}

#divMedidas input {
	width:150px;
}


input#login { 
	margin-left: 100px;
	border: 1px solid #27518A;
}

a{
	text-decoration:none;
	
}

.autoFormTexto {
	background-color: white;
	width:90%;
}

#autoForm textarea {
	background-color: white;
	width:90%;
	height:100px;
}

.autoFormBoton {
	align: center;
	background-color: white;
	width:60%;
}

.centrado {
	text-align: center;
}

.campoCantidad {
	color: #781351;
	background: #f1f1f1;
	border: 1px solid #333333;
	width: 40px;
	text-align: right;
	font-size: 10px;
}

.botonCantidad {
	color: #781351;
	background: #f1f1f1;
	border: 1px solid #333333;
	width: 80px;
	text-align: center;
	font-size: 10px;
}


.botonContinuar {
	color: #781351;
	background: #f1f1f1;
	border: 1px solid #333333;
	width: 120px;
	text-align: center;
	font-size: 10px;
}

.campoCarrito {
	color: #781351;
	background: #f1f1f1;
	border: 1px solid #333333;
	width: 300px;
	font-size: 10px;
}

.botonCarrito {
	color: #781351;
	background: #f1f1f1;
	border: 1px solid #333333;
	width: 100px;
	text-align: center;
	font-size: 10px;
}





.tablaCeldaMenu {
	background: url(../paginas/fondo_botones.jpg);
	width: 213px;
	height: 80px;
}

.tablaCeldaSubMenu {
	<--! background: url(../paginas/fondo_botones.jpg); -->
	width: 190px;
	height: 30px;
}

/* Buscador mini */

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack para display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}


.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}

.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 222px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.searchform .searchbutton {
	color:white;
	border: solid 0px #494949;
	font-size: 11px;
	height: 27px;
	width: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	background: #5f5f5f;
}




