BODY
{
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
/* Estilos relacionados sección menú */
#menu
{
  background-color:  #ffffff;
  width: 720px; 
  height: 100px;
  display: block;
  /**/
  border: solid 1px #ffffff;
}
#menu_logotipo
{
  width: 70px;
  height: 64px;
  background-image: url("../img/logotipo.gif");
  background-position:  0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  position:absolute;
}
#menu_opciones
{
  width: 646px;
  /**/
  border: solid 1px #ffffff;
}
#menu_opciones_nuestrosproductos
{
  display: block;
  text-align: left;
  /**/
  margin-left: 60px;
  width: 590px;
}
#menu_opciones_nuestrosproductos_titulo
{
  display: block;
  text-align: left;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/nuestrosproductos.gif);
  /**/
  height: 20px;
  width: 200px;
}
#menu_opciones_nuestrosproductos_listaopciones
{
  text-align: left;
  background-repeat: no-repeat;
  background-image: url(../img/nuestrosproductos_final.gif);
  background-color: #003366;
  font-size:          12px;
  color:              #66ccff;
  font-family:        Verdana, Arial;
  padding: 1px 20px 1px 1px;
  line-height:20px;
  /**/
  display:block;
  background-position: center right;
}
#menu_opciones_nuestraweb
{
  height: 50%;
  text-align: right;
  /**/
  margin-left: 55%;
}
#menu_opciones_nuestraweb_titulo
{
  text-align: right;
  background-repeat: no-repeat;
  background-image: url(../img/nuestraweb.gif);
  /**/
  width: 180px;
  height: 12px;
  display:block;
  float: right;
  border: solid 1px #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
}
#menu_opciones_nuestraweb_listaopciones
{
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(../img/nuestraweb_inicio.gif);
  background-color: #ff9933; 
  padding: 0px 1px 0px 20px;
  font-size: 12px;
  color: #003366;
  font-family: Verdana, Arial;
  line-height:20px;
  /**/
  clear:right;
  border: solid 1px #ffffff;
  margin-top: 0px;
  text-align: right;
}
/* Estilos de enlace para la seccion Menu */
#menu A
{
  color:              #66ccff;
  font-family:        Verdana, Arial;
  text-decoration:	  none;
}
#menu A:hover
{
  /*background-color:   #ffffff;
  color:              #000000;
  font-family:        Verdana, Arial;*/
  text-decoration:    underline;
}
#menu A:visited
{
  color:              #66ccff;
  font-family:        Verdana, Arial;
  text-decoration:    none;
}
/* Estilos de maquetación de secciones */
#contenido_principal
{
	 font-family: "Arial Black", Arial; 
	 font-size: 18px; 
	 color: #FF9933; 
	 width:  620px; 
	 text-decoration: none;
	 text-align: right;
}
#contenido_principal H1
{
	width: 100%;	
	color: white;
		
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../img/nuestraweb_inicio.gif);
	background-color: #ff9933; 
  	
	font-size: 27px;
	font-style: normal; 
	font-weight: normal; 
	font-weight: bold;
	
	text-decoration: none; 
	text-align: left;
	
	line-height: 0.7;
	
	margin-left: 20px;
	
	padding-left: 20px;
}
#contenido_principal P,
TABLE
{
	color: #003366; 
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	
	text-align: left;
	text-decoration: none;
	
	margin-top:		10px;
	margin-left:	0px;
	margin-bottom:  20px;
}
#contenido_principal P:first-letter
{
	font-size: 14px;
}
#contenido_principal #contenido_principal_imagen
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* Estilos de texto independiente */
#contenido_independiente, #contenido_independiente P
{
	width:  620px; 
	color: #003366; 
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	
	text-align: left;
	text-decoration: none;
	
	margin-top: 0px;
}

#contenido_independiente H*
{
	font-family: "Arial Black", Arial; 
}
#contenido_independiente H1
{
	font-size: 18px; 
	color: #FF9933; 
	text-decoration: none;
	
	margin: 0px;
	margin-top: 20px;
	display: inline;
}
#contenido_independiente H2
{
	font-size: 14px; 
	color: #FF9933; 
	text-decoration: none;
	display: inline;
}
#contenido_independiente A
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #003366; 
	text-decoration: underline;
}
#contenido_independiente A:hover
{
	text-decoration: underline;
}
#contenido_independiente A:visited
{
	color: #003366; 
	text-decoration: underline;
}
#divIForm, #divIForm TABLE
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: left;
	margin:0;
	padding:0;
}
#divIForm TABLE textarea, input
{
	border: 1px solid #cccccc;
}
#divIForm
{
	overflow: visible;
	background-image: url(../img/topeFormulario.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 15px;
}
