  

<!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: #353535 url(datos/apecco/fondo.jpg) no-repeat center top ;
		background-attachment: ;
	
	padding: 0px;
	margin: 0px;
	display:block;
	width:100%;
	height:100%;
}

	


#tablePaginaWeb {
	width:100%;
	height:100%;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}

#tableGeneral {
    display:block;
    width:100%;
	
	height:100%;
	width:830px;
	text-align: left;
	border-collapse:collapse;
}

.TDhorario {
	font-family:"Arial";
	height:24px;
}

#tdEncabezado {
	height:1%;
	
	vertical-align:text-top;
}

#tdColumnaizq {
	
	width: 0%;
	height:100%;
	
	vertical-align:top;
}

#tdContenido {
	background:white;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	height:100%;
}

#tdColumnader {
	
	width: 0%;
	
	vertical-align:text-top;
}


#tdPiepagina {
	font-family:"Arial";
	font-size: 12px;
	width:830px;
	
	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:"Arial";
	font-size: 20px;
}

#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: 40px;
	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;
}

