#scroll {

      overflow:auto;
		padding: 5px;
		height: 135px;
		border: 1px solid #ccc;
		background-color: white;	  
 }
   
/* ESTILOS BASICOS GENERALES */
pre {
		font-family: "Trebuchet MS";
		line-height: 1.5em;
		font-size:12px;
		color:black;
}

	body{
		margin:40px 0px 40px 0px;
		padding:0px;
		line-height: 1.5em;
		font-family: verdana, Arial;
		font-size:11px;
		color:black;
		font-weight: normal;
		background-color: #C8C9CF;
	}

	a {	
		text-decoration: none; 
		color:#02279A;
		}
	a:hover {
		text-decoration: none; 
		color:#021A63; 
		background-color:#ddd;
		}
	
	h1 {font-size:20px;}
	h2 {font-size:16px;}
	h3 {font-size:14px;}
	h4 {font-size:12px;}
	h5 {font-size:12px; margin: 0px; text-align:center; color: black;}
	h6 {font-size:10px; margin: 0px; font-weight: normal;}
	
	b {font-size: 110%;}
	em {color: red;}


	ul { padding-left: 0px; margin: 0px; list-style-type: none; font-weight: normal;}
	li { padding-left: 0px; margin: 0px; list-style-type: none; font-weight: normal;}


	
/* CONTENIDOS MARCOS GENERALES */

	.idiomas {
		float: right;
	}

	.menu{
		font-family: arial;
		font-size:18px;
		color:black;
		font-weight: bolder;
		text-align:justify;
		margin-top: 0px;
		padding-top: 14px;
		height: 34px;
	}

	.relleno_general {
		padding: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 1px solid #ccc;
		background-color: #eeeff0;
	}

	.producto{
		padding: 5px;
		padding-bottom:5px;
		margin-bottom: 10px;
		border: 1px solid #8999CA;
		background-color: white;
		margin-left:10px;
		margin-right:15px;		
		}	
		
	.producto_foto{
		padding: 5px;
		height: 300px;
		border: 1px solid #ccc;
		background-color: white;
		}
		
	.producto_caracteristicas{
		padding: 5px;
		height: 135px;
		border: 1px solid #ccc;
		background-color: white;
		}
		
	.texto{
		padding: 5px;
		border: 1px solid #ccc;
		background-color: white;
		margin-left:10px;
		margin-right:15px;
		}
		
	.columna_informacion{
		background:url('img_fondo_nota.jpg');
		background-repeat:repeat-x;
		padding: 10px;
		border:1px solid #eee;
		color:#545252;
		font-weight:bold;
		font-size:12px;
	}
	.columna_informacion strong{
		color:#011B94;
	}
	
	.texto_telefonos{
		margin: 10px;
		padding: 10px;
		text-align: center;
		border: 1px solid #ccc;
		background-color: white;
	}
		
	
	
	
/* EFECTO SOMBRA ------------------------------------------------ */
			
	.dropshadow2{
		position: relative;
		float:left;
		width:100%;
		background: url(shadowAlpha.png) no-repeat bottom right !important;
		background: url(shadow.gif) no-repeat bottom right;
		margin: 0px 0px 10px 10px !important;
		margin: 0px 0px 10px 5px;
		border: 0px solid red;
	}
	
/* CAJAS DE COLORES -------------------- */
				
	.innerbox {
		position: relative;
		border:0px solid black;
		width:420px;
		margin:0px;
		padding:1px;		
	}
	
	
	
	.innerbox_top{
	height:48px;
	width:420px;
	border:0px solid black;
	margin:0px;
	padding:0px;
	}
		.innerbox_top h2 {
			color: white;
			font-size: 20px;
			font-weight: bold;
			padding: 0px;
			margin-right: 20px;
			padding-top: 14px;
			text-align: right;
		}
		
	.innerbox_bot{
	height:40px;
	width:420px;
	border:0px solid black;
	}
	
		.innerbox p{		
			margin-top: 5px;
			font-size:16px;
			margin: 3px;
			
		}			
		.innerbox h2 {
			font-family:"Trebuchet MS";
			font-size: 14px;
			padding: 0px;
			margin: 5px;
			margin-bottom: 8px;
			margin-right: 20px;
			text-align: right;			
		}


		
/* ------------------------------------------------------------- */



	
/* EFECTO BOTONES MENU ----------------------------------------- */

	    #tabs6 {
			border: 1px solid blue;
	    }
		    #tabs6 ul {
				list-style:none;
				border: 1px solid red;
		    }
		    #tabs6 li {
				border: 1px solid blue;
				display:inline;
				margin:0px;
				padding:0px;
				padding-left:0px;
			}
		    #tabs6 a {
				background:url("img_flecha.gif") no-repeat left top;
				margin:0px;
				padding:0px 0px 0px 24px;
				text-decoration:none;
				font-weight:bold;
				color:#333;
			}
		    #tabs6 a:hover {
				background-position:0% -20px;
		    }
		
/* ------------------------------------------------------------- */
		
		
		
		

/* LISTA PRODUCTOS ----------------------------------------- */

	.inline-list {
		float: left;
		position: relative;
		width: 380px;
	}
		.inline-list ul {
			color: #339;
			font-weight: bold;
		}
		.inline-list li {
			float: left;
			width: 125px;
			margin: 0px;
			margin-bottom: 10px;
			display: block;
			border: 0px solid red;
		}
		.inline-list h5 {
			vertical-align: baseline;
			font-size: 10px;
			height:50px;
			font-weight: bold;
			margin:0px;
			padding:0px;
			overflow:hidden;
		}
		.inline-list table {
		height:50px;
		overflow:hidden;
		}	
		.inline-list span {
		height:50px;
		overflow:hidden;
		}		
		.nombre_p {
		height:50px;
		overflow:hidden;
		}
		.inline-list tr {
		height:50px;
		overflow:hidden;
		}
		.inline-list td {
			font-size: 10px;
			text-align: center;
		height:50px;
		overflow:hidden;
			width:100%;
			font-weight: bold;
			margin:0px;
			padding:0px;	
			color:black;
		}
		.inline-list a {
			padding: 5px;
			display: block;
			border: 1px solid white;
		}
		.inline-list a:hover {
			display: block;
			background-color: #E5ECF9;
			border: 1px solid #D3D3D3;
		}
		.inline-list img {
			border: 1px solid #0E2E9A;
		}

/* ------------------------------------------------------------- */

.sat {
font-family:"Trebuchet MS";
color:#AF7D03;
}

.pedidos {
font-family:"Trebuchet MS";
color:#1B843D;
}

	.azul {
	font-family:"Trebuchet MS";
	color:#012597;
	}
	.rojo {
	color:#EB4E4E;
	}
	.verde {
	color:#1B843D;
	}
	.amarillo {
	color:#AF7D03;
	}
	
