/* Común para todos los cuerpos de página */


a:link { color: #333333;}
a:visited { color: #333333;}
a:hover { color: #999999;}
body {
	font-family: Tahoma;
	font-size: 11px;
	color:#666666;
	background-color: #FFFFFF;
}
.pie {
	background-image:url(imagenes/pie.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

.fondoweb{
	
}
.colorfondo{
background-color:#FFFFFF;
	
}
/* CABECERA */
	a.enlacecabecera:link {	font-family: Tahoma;color: #FFFFFF;font-size:10px;} 
	a.enlacecabecera:visited {font-family: Tahoma;color: #FFFFFF;font-size:10px;} 
	a.enlacecabecera:hover {font-family: Tahoma;color: #CCCCCC;font-size:10px;} 
	
	/* Menu */
	a.enlacemenu:link {	font-family: Tahoma;color: #CCCCCC;font-size:10px;font-weight: bold;} 
	a.enlacemenu:visited {font-family: Tahoma;color: #CCCCCC;font-size:10px;font-weight: bold;} 
	a.enlacemenu:hover {font-family: Tahoma;color: #FFFFFF;font-size:10px;font-weight: bold;}
	
.cabecera{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.cabecera2{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
/* Tablas blancas con reborde*/
.tabblancasborde td, .tabblancasborde th {
	background-color: #FFFFFF;
}

  
.nombreempresa
{
	font-family: Tahoma;
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
	color: #FFFFFF;
}

/* Titulos cuerpo con enlace*/
a.tituloscuerpo:link {	font-family: Tahoma;color: #CC0033;font-size:14px;font-weight: bold;} 
	a.tituloscuerpo:visited {font-family: Tahoma;color: #CC0033;font-weight: bold;font-size:14px;} 
	a.tituloscuerpo:hover {font-family: Tahoma;color: #FCBEC9;font-weight: bold;font-size:14px;} 


/* repite la imagen en horizontal*/
.cuerpo2 { 

       background-repeat: repeat-x;
	   background-position: left;
	   background-image:url(imagenes/fondolineas.jpg);
}
.cabcuerpo2{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.cuerpo3 { 

       background-repeat: repeat-x;
	   background-position: left;
	   background-image:url(imagenes/fondocompras.jpg);
}
.cuerpo4 { 

       background-repeat: repeat-x;
	   background-position: left;
	   background-image:url(imagenes/fondotitulo.jpg);
}
.cuerpo5 { 

       background-repeat: repeat-x;
	   background-position: left;
	   background-image:url(imagenes/fondobotones.jpg);
}




/* no repetir una imagen en un background */
.cuerpo1 { 

       background-repeat: no-repeat;
	   background-position: center;

     }


/* para las tablas de totals iva y demas */

.totales td, .totales th {
	padding: 1px;
	border: 2px solid #CCCCCC;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	color: #666666;
	background-color: #FFFFFF;
	text-align:center;
	font-size:10px;

}
.totales th {
	text-align: center;
	font-style: inherit;
	background-color: #CCCCCC;
	color: #666666;
}
.totales table {
	width: 100%;
	font: Tahoma;
}

/* Botonukos para seguir comprando o formalizar el pedido*/
	a.botones:link {	font-family: Tahoma;color: #FFFFFF;font-size:11px;font-weight: bold;} 
	a.botones:visited {font-family: Tahoma;color: #FFFFFF;font-size:11px;font-weight: bold;} 
	a.botones:hover {font-family: Tahoma;color: #CCCCCC;font-size:11px;font-weight: bold;} 

/* Cuadros de entrada de datos*/


input {font-family: Tahoma; font-size: 11px; color: #000000; background-color: #FFFFFF; border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
 } 
 select {font-family: Tahoma; font-size: 11px; color: #333333; background-color: #FFFFFF; border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
 } 

textarea{ font-family: Tahoma; font-size: 11px; color:#333333 ; background-color: #FFFFFF; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; overflow-x:hidden;  overflow-y:auto; border: #CCCCCC;
scrollbar-arrow-color:#CCCCCC  ;
scrollbar-base-color:#333333;
scrollbar-dark-shadow-color: ffffff;
scrollbar-track-color: ffffff;
scrollbar-face-color: ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-3d-light-color: ffffff;} 

/* PARA EL PIE*/
/* Enlaces pie */
/* Titulos cuerpo con enlace*/
	a.enlacespie:link {	font-family: Tahoma;color: #FFFFFF;font-size:11px;} 
	a.enlacespie:visited {font-family: Tahoma;color: #FFFFFF;font-size:11px;} 
	a.enlacespie:hover {font-family: Tahoma;color: #CCCCCC;font-size:11px;} 
	
/*tipo de letra para el pie*/
.tipoletrapie
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
