body{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url("../imagenes/fondoBody.gif");
	padding-bottom: 20px;
}
a{
	color: #0a96ff;
}
a:hover{
	color: #6fc0fc;
}
p{
	line-height: 18px;
	padding-bottom: 16px;
}
h1{
	background-image: url("../imagenes/fondoH1.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	color: #525252;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #6190b3;
	padding-bottom: 5px;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #6190b3;
	padding-bottom: 5px;
}
strong.verde{
	color: #009241;
	text-transform: uppercase;
}
#contenedor{
	width: 838px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
/****************************************************************************************
	Cabecera
****************************************************************************************/
#cabecera{
	position: relative;
	width: 818px;	/* 838 - 20 */
	height: 54px;	/* 164 - 110 */
	padding-left: 20px;
	padding-top: 110px;
	overflow: hidden;
	background-image: url("../imagenes/cabecera/fondoCabecera.jpg");
	background-position: 0px 23px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#cabecera h1#logoPoligraf{
	position: absolute;
	width: 228px;
	height: 108px;
	padding: 0px;
	background: none;
	overflow: hidden;
	left: 15px;
	top: 0px;
}
#cabecera h1#logoPoligraf a{
	display: block;
	width: 228px;
	height: 108px;
}
#cabecera h1#logoPoligraf a:hover{
	text-indent: -228px;
}
#cabecera img#imagenProducto{
	position: absolute;
	right: 16px;
	top: 4px;
}
#cabecera h2{
	position: absolute;
	width: 215px;
	height: 39px;
	left: 224px;
	top: 56px;
}
#cabecera form label{
	display: block;
	clear: both;
	padding-bottom: 2px;
	color: #f6f6f6;
}
#cabecera form input{
	float: left;
}
#cabecera form input#campoBusqueda{
	width: 249px;	/* 257 - 4 - 4 */
	height: 19px;	/* 27 - 4 - 4 */
	line-height: 23px;
	background-image: url("../imagenes/cabecera/fondoCampoBusqueda.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 4px;
	margin: 0px;
	border: 0px;
	margin-right: 4px;
}
#cabecera form input#botonEnviar{
	margin-top: 2px;
}
/****************************************************************************************
	Fin Cabecera
****************************************************************************************/
/****************************************************************************************
	Menú
****************************************************************************************/
#menu{
	width: 818px;	/* 838 - 10 - 10 */
	height: 73px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-image: url("../imagenes/menu/fondoMenu.gif");
	background-repeat: no-repeat;
}
#menu a{
	display: block;
	float: left;
	height: 30px;	/* 48 - 12 */
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #f4f4f4;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
}
#menu a.productos{
	background-image: url("../imagenes/menu/fondoA.gif");
	background-repeat: no-repeat;
	background-position: center 33px;	
}
#menu a:hover{
	color: #99ff99;
}
#menu img{
	float: left;
}
#menu #menuProductos{
	display: block;
	clear: both;
	padding-left: 210px;
	height: 25px;
}
#menu #menuProductos a{
	color: #ffffff;
	display: inline;
	line-height: 25px;
	padding: 0px;
	padding-right: 20px;
	background: none;
}
#menu #menuProductos a:hover{
	color: #66ff66;
}
/*#menu #menuProductos a.primerOpcion{
	background-image: url("../imagenes/menu/fondoAProductosCompleto.gif");
	background-position: 0px 7px;
}
#menu #menuProductos a.ultimaOpcion{
	background-image: url("../imagenes/menu/fondoAProductosCompleto.gif");
	background-position: right 7px;
}*/
/****************************************************************************************
	Fin Menú
****************************************************************************************/
/****************************************************************************************
	Contenido
****************************************************************************************/
#contenido{
	width: 796px;	/* 838 - 20 - 20 - 1 - 1 */
	padding: 20px;
	margin-bottom: 8px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	background-color: #ffffff;
	overflow: auto;
}
#contenido #video{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#contenido .columnaIzquierda{
	float: left;
	width: 360px;
	overflow: hidden;
	padding-right: 30px;
}
#contenido .columnaDerecha{
	float: left;
	width: 406px;
	overflow: hidden;
}
#contenido .columnaCompleta{
	float: none;
	clear: both;
	width: 796px;
}
/****************************************
	Home
****************************************/
#contenido .columnaIzquierda .mapas{
	width: 350px;	/* 360 - 5 - 5 */
	background-color: #f7f7f7;
	padding: 5px;
	padding-bottom: 8px;
}
#contenido .columnaIzquierda .mapas p{
	padding-bottom: 3px;
}
#contenido .columnaIzquierda .mapas h2{
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 12px;
}
#contenido .columnaIzquierda .mapas img{
	border: 1px solid #c7d6e1;
	margin-bottom: 10px;
}
#contenido .columnaIzquierda .mapas img.logo{
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px;
}
/****************************************
	Fin Home
****************************************/
/****************************************************************************************
	Fin Contenido
****************************************************************************************/
/****************************************************************************************
	Pie
****************************************************************************************/
#pie{
	width: 838px;
	overflow: hidden;
	background-image: url("../imagenes/fondoPie.gif");
	background-repeat: no-repeat;
}
#pie p{
	padding: 0px;
	line-height: 41px;
	color: #fffefe;
	text-align: center;
}
#pie p a{
	color: #d8eeff;
}
#pie p a:hover{
	color: #76c4ff;
}
/****************************************************************************************
	Fin Pie
****************************************************************************************/
/****************************************************************************************
	Firma
****************************************************************************************/
#firma p{
	text-align: right;
	color: #e2e2e2;
	font-size: 11px;
	padding-top: 3px;
}
#firma p span{
	float: right;
}
#firma p a{
	display: block;
	float: right;
	width: 85px;
	height: 12px;
	margin-left: 4px;
	margin-top: 1px;
	overflow: hidden;
}
#firma p a:hover{
	text-indent: -85px;
}
/****************************************************************************************
	Fin Firma
****************************************************************************************/
