/* CSS Fujitsu */

/* Estilos especificos del web */

body {
	color:#000;
	font:70% Tahoma, Verdana, Arial, Helvetica;
	margin:0px;
	padding:0px;
	background-color:#fff;
}

h1 {
	display:none;
	margin:0px;
	padding:0px;
}
h2 {
	font: normal 170% Georgia, "Times New Roman", Times, serif;
	color:#95426b;
	margin:4px 0 0 0px;
	padding:0px;
}

h3 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	background-color:#eeeeee;
	color:#333;
	margin:0px;
	padding:5px;
}
h4 {
	font: 140% Tahoma, Verdana, Arial, Helvetica;
	color:#999;
	margin:20px 0px 0 0;
	padding:0px;
}
h5 {
	font: bold 90% Tahoma, Verdana, Arial, Helvetica;
	color:#666;
	margin:10px 0 10px 0;
	padding:0px;
}
p {
	margin: 0 0 8px 0;
	padding:0px;
}

#contenido ul {
	margin:0 20px;
	padding:0px;
}
#contenido li {
	margin:5px 0px;
	padding:0px;
	list-style-type:square;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	color:#ff1a1a;
}

cite {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color:#666;
	line-height:1.5em;
	display:block;
	margin-top:10px;
}

img {
	border-style:none;
}
.ocultar {
	display:none;
}
.clear {clear: both; color:#999; text-align:right; 
}
.gris { color:#999;}


/* -- paginas interiores -- */

#contenedor{
	width:955px;
	margin: 0px auto;
	margin-top:10px;
}
#cabecera img {
	margin-left:5px;
}
#cabecera .menu {
	background:#ccc url(../img/fondo_menu.jpg) repeat-x;
	border:1px solid #ccc;
	height:30px;
	margin:10px 0;
}
.menu ul {
	margin:9px 5px 0 0;
	padding:0px;
	text-align:right;
}
.menu li {
	display:inline;
	list-style-type:none;
	margin:8px 8px 0 0;
	padding:0px 0px 0 10px;
	border-left:1px solid #999;
	text-transform:uppercase;
	color:#000;
}
.menu li a{
	color:#333;
}
.menu li a:hover, .menu li .current {
	color:#ff1a1a;
}

.no_border {
	display:inline;
	list-style-type:none;
	margin:8px 8px 0 0;
	padding:0px 0px 0 10px;
	border-left:1px solid #000;
}
.home_img {
	border:1px solid #ccc;
	padding:5px;
	background:url(../img/home_img.jpg) center no-repeat;
	height:288px;
	margin-bottom:10px;
}
.empresa_img, .contacto_img, .ubicacion_img, .servicios_img, .catalogo_img, .accesibilidad_img, .avisoLegal_img, .promociones_img {
	border:1px solid #ccc;
	padding:5px;
	height:129px;
	margin-bottom:8px;
}
.empresa_img {
	background:url(../img/empresa_img.jpg) center no-repeat;
}
.servicios_img {
	background:url(../img/servicios_img.jpg) center no-repeat;
}
.catalogo_img {
	background:url(../img/catalogo_imgS.jpg) center no-repeat;
}
.promociones_img {
	background:url(../img/promociones_img.jpg) center no-repeat;
}
.ubicacion_img {
	background:url(../img/ubicacion_img.jpg) center no-repeat;
}
.contacto_img {
	background:url(../img/contacto_img.jpg) center no-repeat;
}
.accesibilidad_img {
	background:url(../img/accesibilidad_img.jpg) center no-repeat;
}
.avisoLegal_img {
	background:url(../img/avisoLegal_img.jpg) center no-repeat;
}
#contenido_home {
	border:1px solid #ccc;
	padding:11px 5px;
	overflow:auto;
}
#contenido {
	border:1px solid #ccc;
	padding:10px 5px;
	/*overflow:auto;*/
	min-height:313px;
}

.titulo{
	width:930px;
	height:25px;
	padding:5px;
	background:#eee;
	color:#000;
	font: 140% Georgia, "Times New Roman", Times, serif;
}

.precio{
	color:#000;
	font: NORMAL 120% Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;
}

.productos{
	width:945px;
	min-height:300px;
	margin: 15px auto;
	margin-top:10px;
}

.caja-producto{
	width:600px;
	margin:10px 10px 10px 10px;
	padding-left:30px;
	border:1px dashed #ccc;
	min-height:200px;
	float:left;
}

.caja-producto img{
	border:0px;
	float:left;
}

.caja-precios{
	width:250px;
	float:right;
	margin:0 0 10px 0;
}




#pie{
	background:url(../img/fondo_inferior.jpg) top no-repeat;
	padding:5px 0px;	
	color:#666;
}
#pie .izq{
	float:left;
}
#pie .dcha ul{
	float:right;
	margin:0px;
	padding:0px;
}
#pie .dcha li{
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
/* home */ 

#col_1, #col_2, #col_3  {
	float:left;
	width:312px;
	height:180px;
}
#col_1{
	background:url(../img/tit_catalogo.jpg) top center no-repeat;
}
#col_2 {
	background:url(../img/tit_sat.jpg) top center no-repeat;
	border-right:1px dashed #ccc;
	border-left:1px dashed #ccc;
}
#col_3 {
	background: url(../img/tit_promociones.jpg) top center no-repeat;
}
#col_1 p, #col_2 p, #col_3 p {
	margin:70px 30px 10px 80px;
	line-height:1.3em;
}

.mas_info {
	background-color:#f2f1f2;
	color:#ff1a1a;
	display:block;
	margin:0 35px;
	padding:5px 10px 5px 42px;

}
/* -- contenido -- */
#col_ab{
	float:left;
	width:508px;
	margin:0 10px;
	overflow:auto;
}
#col_a, #col_b, #col_c, #col_c_promocion {
	float:left;
	min-height:240px;
	padding:0 10px;
	line-height:1.3em;
}
#col_a {
	width:200px;
}
#col_a ul{
	margin:0px;
	padding:0px;
	overflow:auto;
}
#col_a li{
	width:70px;
	height:35px;
	float:left;
	list-style-type:none;
	margin:10px;
	padding:0px;
}
#col_b {
	float:right;
	width:250px;
	margin:20px 0px 0 0px;
	color:#333;
}
#col_b img {
	margin:0 0px 0 40px;
}
#col_c{
	width:345px;
	margin:0px 0px 0px 10px;
	padding-left:30px;
	border-left:1px dashed #ccc;
	min-height:300px;
}
#col_c_promocion {
	width:345px;
	margin:10px 0px 10px 10px;
	padding-left:30px;
	border-left:1px dashed #ccc;
	min-height:325px;
}
#col_c dl{
	margin:20px 0 0 0;
}
#col_c dt {
	margin:10px 0px;
	padding:0px;
	color:#333;
	font:120% Tahoma, Arial, Helvetica, sans-serif;
}
#col_c dd {
	margin:0px;
	padding:0px;
	color:#666;
}
.ver_promo{
	display:block;
	background-color:#eee;
	padding:5px;
	color:#ff1a1a;
	margin-top:20px;

}
/* -- Formulario -- */

#formulario {
	margin-top:20px;
	text-align:right;
	width:300px;
	color:#666;	
}
.logos {
	margin-top:10px;
	border:#eee 1px solid;
	padding:16px;
	color:#666;
}
.logos img {
	margin-right:5px;
	padding:5px 0 3px 13px;
}
label{
	margin-bottom:7px;
	display: block;
	/*border:1px solid #000;clear:both;*/
	width:300px;
	
}
input, textarea{
	width:180px;
	border:0px solid #fff;
	border-bottom: 1px dashed #999;
	background-color: #F7F7F7;
	height:18px;
	padding:0px 5px;
	font: 100% Tahoma, Verdana, Arial, Helvetica;
	color:#666;
	margin-bottom:3px;
}
textarea{
	height:50px;
}
.boton{
	width:50px;
	border:1px solid #999;
	margin:10px 0 10px;
	height:18px;
}
* html .boton{
	margin:10px 0 5px;
}

/* -- plano -- */

#col_A-plano{
	float:left;
	width:250px;
	margin:20px 20px 0;
	height:330px;
}
#col_B-plano{
	float:right;
	margin:20px 20px 5px;
	border:1px solid #ccc;
	padding:5px;
	
}
 /*-- accesibilidad -- */
 #col_B-accesib{
	float:right;
	width:580px;
	margin:0px 20px 5px;
	padding-left:30px;
	border-left:1px dashed #ccc;
	
}
 #col_B-accesib ol li{
	margin:10px 0px;	
}