/* CSS Document */
body
{

	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(imagenes/fondo.jpg) repeat-y center #DADADA;
}
#contenedor, #header, #encabezado, #cuerpo, #pie_pagina, #hr, hr
{	
	width:771px;
	margin:auto;
	background:#FFFFFF;
}
h2
{
	color:#E65025;
	font-size:28px;
	text-align:right;
	margin:0px;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}
h3
{
	text-align:right;
	color:#000000;
	font-size:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h3:first-letter 
{
	font-size:20px;	
}

h4
{
	color:#E65025;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;

}


#contenedor
{

	margin:auto;
	background-color:#FFFFFF;
}
#hr
{
	background:#E66E25;
	height:6px;
	border:none;
	line-height:6px;
	margin:0px;
}
#hr hr
{
	display:none;
}

#header
{
	height:118px;
}
#encabezado
{
	background:#000099;
	height:252px;
}
#barra_izquierda
{
	width:225px;
	float:left;
}
#contenidos
{
	width:526px;
	float:right;
	padding:10px;
}
#contenidos p
{
	text-indent: 3em;
	line-height:18px;
}
#contenidos_una_col
{
	width:750px;
	margin:auto
}
#contenidos_una_col p
{
	line-height:18px;
}

#contenidos_una_col h4
{
	background:#F5F5F5;
	color:#000000;
	font-size:12px;
	padding:5px;
}
#contenidos_una_col li
{
	line-height:25px;
}
.listados
{
	font-weight:bold;
	line-height:20px;
}
#cuerpo
{
	float:left;
}
	
#botonera
{
	background:url(imagenes/btn_off_fondo.jpg) no-repeat;
	width:455px;
	height:20px;
	padding-left:2px;
}
#botonera a
{
	width:90px;
	float:left;
	height:20px;
	margin-right:1px;
	text-align:center;
	
}
#botonera a span
{
	display:none;
}
#botonera  .home:hover
{
	background-image:url(imagenes/btn_home.jpg);
}
#botonera  .institucional:hover
{
	background-image:url(imagenes/btn_institucional.jpg);
}
#botonera  .productos:hover
{
	background-image:url(imagenes/btn_productos.jpg);
}

#botonera  .faq:hover
{
	background-image:url(imagenes/btn_faq.jpg);
}

#botonera  .contacto:hover
{
	background:url(imagenes/btn_contacto.jpg) no-repeat;
}

#pie_pagina
{
	background:url(imagenes/fondo_pie.jpg) no-repeat;
	height:32px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
	line-height:15px;
}
#pie_pagina a
{
	color:#FFFFFF;
}

#pie_pagina a:hover
{
	text-decoration:none;
}

#copy
{
	text-align:center;
	color:#666666;
	line-height:25px;
	float:left;
	font-size:10px;
	margin-top:10px;
	width:771px;
}

.product_list ul
{
	margin:0px;
	padding:0px;
	list-style:inside;

}
.product_list li
{
	line-height:25px;
	font-size:10px;
		margin:0px;
	padding:0px;

}
.product_list li:first-letter 
{
	font-size:12px;
}

form input
{
	border:#FF9900 1px solid;
}
form textarea
{
	border:#FF9900 1px solid;
}
.solo_una_columna
{
	width:760px;
}
a
{
	color:#E55025;
}
a:hover
{
	color:#FFCC00;
}