/* CSS Document */
body {
	margin: 0px;
	width:100%;
	font-size:12px;
	color: #333333;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#024488;
}


/*Título de Contenido*/

h1
{
	width: 100%;
	font-size:20px;
	color: #FFFFFF;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-weight:normal;
	text-align:center;
	
	background-color:#024488;
	background-image: url(../images/bgPagina.gif);
	background-attachment: fixed;
	background-position: 100% 0%;
	background-repeat: repeat-x;
	
	border-bottom:solid 2px #CCCCCC;
	
}

h2
{
	font-size:16px;
	color: #024488;
	margin:0px;
	padding:0px 0px 10px 0px;
	font-weight:bold;
}

a
{
	text-decoration:none;
}



/*Tags HTML*/

img 
{
    border:0px;
}


/*Estilos para la estructuración de la página*/

#main
{
	width:100%;
	background-color:#024488;
	background-image: url(../images/bgPagina.gif);
	background-attachment: fixed;
	background-position: 100% 0%;
	background-repeat: repeat-x;
}

#head   /*Encabezado*/
{
	width:100%;
	height:145px;
	margin: 0 auto 0 auto;
	float:inherit;
	background-color:#d3d3d3;
	text-align:center;
}

#menu   /*Encabezado*/
{
	width:100%;
	height:33px;
	margin: 0 auto 0 auto;
	float:inherit;
	background:#bb0100 url(../images/bgMenu.gif) repeat-x;
	text-align:center;
}


#footer  /*Pie*/
{
	background: url(../images/barraFoot.gif) no-repeat left top ;
	width:900px;
	height:12px;
	text-align:center;
	margin: 0 auto 0 auto;
	padding:0px;
}

#contenido /*Contenido*/
{
	width:876px;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	float:inherit;
	padding:1px 12px 0px 12px;
	
}

div.hr 
{
	width:204px;
	height: 2px;
	background: #fff url(/images/bgPuntosH.gif) repeat-x left top;
}

#column1 {
	LEFT: 0px; FLOAT: left; WIDTH: 200px; POSITION: relative;
}
#column2 {
	RIGHT: 0px; FLOAT: right; WIDTH: 200px; POSITION: relative;
}
#column3 {
	RIGHT: 0px; FLOAT: right; WIDTH: 200px; POSITION: relative; margin-right:25px;
}
#column4 {
	DISPLAY: block; MARGIN-LEFT: 220px; MARGIN-RIGHT: 450px; POSITION: relative; HEIGHT: 1%; 
	/*DISPLAY: block; MARGIN-LEFT: 225px; MARGIN-RIGHT: 450px; POSITION: relative; HEIGHT: 1%; */
}
#column5 {
	DISPLAY: block; MARGIN-LEFT:9px; MARGIN-RIGHT: 698px; POSITION: relative; HEIGHT: 1%; 
	/*DISPLAY: block; MARGIN-LEFT: 225px; MARGIN-RIGHT: 450px; POSITION: relative; HEIGHT: 1%; */
}

#listaProductos
{
	width:200px;
}
#listaProductos ul 
{
	margin:10px;
}

#listaProductos ul li
{
	margin:8px;
}



/*TITULOS CONTACTO*/

.contacto1
{
	background-image:url(../images/Contacto1.jpg);
	width:876px;
	height:36px;
}

.contacto2
{
	background-image:url(../images/Contacto2.jpg);
	width:876px;
	height:36px;
}

.contacto3
{
	background-image:url(../images/Contacto3.jpg);
	width:876px;
	height:36px;
}

.contacto4
{
	background-image:url(../images/Contacto4.jpg);
	width:876px;
	height:36px;
}

p{
	margin:0px;
}