/* CSS Document */
*{margin:0;padding:0;}
body{
	height:100%; 
	background-color: #000;
	background-image:url(../images/forsa-automatismos-background.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

h1{font-family: Arial, Helvetica, sans-serif;  font-size:26px; line-height: 1.8em; font-weight: 1000; color:#000; letter-spacing:-1px;}

h2 {Font-family: Arial, Helvetica, sans-serif;  font-size:20px; line-height: 1.2em; font-weight: 1500; color:#F90; letter-spacing:0px;}


/*ESTILOS GENERICOS*/

#wrapper
{
	width: 980px;
	margin: auto;
	text-align: left;
	border:#000 solid 1px;
	overflow: hidden;
    height:auto;
}

#header
{
	background-image: url(../images/forsa-automatismos-top.jpg);
	background-repeat:no-repeat;
	width:235px;
	height:30px;
	padding-top:60px;
	padding-left:745px;
	margin:auto;}
	
#content
{
	width:920px;
	background-color:#FFF;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif; font-size: 0.7em; line-height: 1.8em;
	float:left;
	padding:30px;
}

#texto, .texto
{
	font-size:24px;
	line-height: 26px;
	color:#999;
	padding-top:20px;
	padding-bottom:30px;
}

#texto span, .texto span
{
	font-weight:bold;
	color:#000;
}

#texto span, .texto p
{
	font-weight: normal;
	color: #999;
	font-size: 12px;
}



/*PUNTOS APARTADO EMPRESA*/
.bullet1
{
	background-image:url(../images/forsa-automatismos-bullet1.jpg);
	background-repeat:no-repeat;
	padding-left:45px;
	font-size:15px;
	font-weight:bold;
	width:178px;
	float:left;
}


.bullet2
{
	background-image:url(../images/forsa-automatismos-bullet2.jpg);
	background-repeat:no-repeat;
	padding-left:45px;
	font-size:15px;
	font-weight:bold;
	width:178px;
	float:left;
}


.bullet3
{
	background-image:url(../images/forsa-automatismos-bullet3.jpg);
	background-repeat:no-repeat;
	padding-left:45px;
	font-size:15px;
	font-weight:bold;
	width:178px;
	float:left;
}


.bullet4
{
	background-image:url(../images/forsa-automatismos-bullet4.jpg);
	background-repeat:no-repeat;
	padding-left:45px;
	font-size:15px;
	font-weight:bold;
	width:178px;
	float:left;
}


/*DESTACADOS HOME*/
.destacadoHome1{
	letter-spacing: -1px;
	background-image:url(../images/forsa-automatismos-background-destacado1.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	height:240px;
	width:203px;
	margin-top:30px;
	padding-top:45px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.destacadoHome1 img{
	margin-left:25px;	
}
.destacadoHome2{
	letter-spacing: -1px;
	background-image:url(../images/forsa-automatismos-background-destacado2.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	height:240px;
	width:203px;
	margin-top:30px;
	padding-top:45px;
	font-size:14px;
	font-weight:bold;
	color:#00915c;
	padding-left:10px;
	padding-right:10px;
	float:left;
}


.destacadoHome2 img{
	margin-left:25px;	
}



/*INFO MAPA DISTRIBUCION*/
#mapaInfo{
	position:absolute;
margin:20px 0px 0 590px; z-index:2;
text-align:right;
}


/*MINIATURAS NOVEDAD*/
.novedad{
	width:200px;
	float:left;
	border:#ccc 1px solid;
	padding:5px;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:16px;
	-moz-border-radius: 10px  10px 0px 0px; 
	
}


.novedadOn{
	width:200px;
	float:left;
	border:#CCC 1px solid;
	padding:5px;
	background-color:#eeeeee;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:16px;
	-moz-border-radius: 10px  10px 0px 0px;  
}


.tituloNovedad{
	background-image:url(../images/forsa-automatismos-novedades.png);
	background-repeat:no-repeat;
	padding-left:35px;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	color:#000;
}

/*MINIATURAS CATALOGO*/
.catalog_datalist
{
	border-collapse: collapse;

}
.catalogoThum
{
	background-image: url(../images/forsa-automatismos-catalogo.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 180px;
	float: left;
	border: #ccc 1px solid;
	padding: 5px;
	margin-left: 8px;
	margin-bottom: 8px;
	-moz-border-radius: 10px 10px 0px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}


.catalogoThumOn{
	background-color: #FFFFFF;
	overflow: hidden;
	background-image:url(../images/forsa-automatismos-catalogo2.png);
	background-repeat:no-repeat;
	background-color:#eeeeee;
	width:215px;
	height:180px;
	float:left;
	border:#ccc 1px solid;
	padding:5px;
	margin-left:8px;
	margin-bottom:8px;
	-moz-border-radius: 10px  10px 0px 0px;  
}


.tituloCatalogo{
	padding-left:35px;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	padding-bottom:15px;
	color:#0199a8;
}
.thumCatalogo{
	float:left;
}

.thumInfo{
	width:115px;
	margin-left:5px;
	font-size:9px;
	float:right;
	line-height:10px;
}

.thumInfo span{
	width:115px;
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	float:right;
	line-height:10px;
}

#thumsCatalogo{
	width:710px;
	float:right;
	margin-top:20px;
}


#barraCatalogo{
	width:670px;
	height:27px;
	float:right;
	margin-top:30px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:20px;
	border-bottom:#CCC solid 1px;
	
}

#barraCatalogo a 
{
	text-decoration:none;
	color:#000000;
}
#barraCatalogo a:Hover
{
	font-weight:bold;
}


#catalogoFixa{
	width:690px;
	float:right;
	margin-top:20px;
		background-image:url(../images/forsa-automatismos-catalogo.png);
	background-repeat:no-repeat;
	float:right;
	border:#ccc 1px solid;
	padding:5px;
	-moz-border-radius: 10px  10px 0px 0px; 
}


.infoFixa{
	width:280px;
	margin-left:5px;
	font-size:9px;
	float:right;
	line-height:10px;
}

.infoFixa span{
	width:300px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin-bottom:5px;
}





/*IMAGE VIEWER STYLE*/
div#show3 {
background-color:#efefef;
width:140px;
margin:0 auto;
border:1px solid #444444;
}
div#show3 table td, div#show4 table td {
height:24px;
background-image:url('38.gif');
}
div#show4 table td {
background-image:url('40.gif');
}
div#show3 table input,  div#show4 table input {
outline-style:none;
}


/*PIE DE PAGINA*/
#footer
{
	text-align: left;
	color: #52a2bb;
	width: 980px;
	height:25px;
	padding-top:15px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	text-align:center;
}

#footer span
{
	color: #52a2bb;
	font-weight:bold;
	font-style:italic;
}

#footer a
{
	color: #52a2bb;
	font-weight:bold;
	text-decoration: none;
}

#footer a:hover
{
	color: # fff;
	text-decoration: underline;
}

#footer span a
{
	color: #fff;
	text-decoration: underline;
}

/* Detalle del producto */
div#prodDescripcion 
{
	
}

div#prodDescripcion table
{
	border: 1px solid #808080;
	margin: 32px 6px 6px 6px;
	font-size: 9px;
	background-color: #CCCCCC;
	width: 240px;
}
div#prodDescripcion td
{
	padding: 2px;
	margin: 0px;
}
div#prodEnlace
{
	background-position: left top;
	width: 53px;
	height: 29px;
	background-image: url('../images/submit.gif');
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	color: #FFFFFF;
	text-align: center;
	margin-right: 32px;
}
div#prodEnlace a
{
	padding: 0px;
	margin: 4px 4px 4px 4px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}