body {
	background-color: #A3C1E0;
	background-image: url(../images/fondo.png);
	background-repeat: repeat-x;
	width:100%;
	padding:0;
	margin:0;
}
.Estilo1 {
	color: #35699F;
	font-weight: bold;
}
.Estilo2 {
	color: #35699F;
}

.Estilo3 {
	font-style: italic
}
.banner {
	height: 200px;
	width: 746px;
	text-align: center;
	margin: 0 auto;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
}
.menu li {
	display: block;
	float: left;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin: 0 20px 0 20px;
	padding: 6px 0 6px 0;
	text-transform: uppercase;
}
.menu a:hover {
	color: #009863;
}


/*INICIO DE LOS ESTILOS DE LA PAGINA DE INDEX.PHP*/

.cuerpo {
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/cuerpo.jpg);
	background-repeat: repeat-y;
	min-height: 550px;
	overflow: hidden;
}
#txt {
	font-family: verdana;
	font-size: 8pt;
	color: #333333;
	width: 365px;
	float: left;
	padding: 15px 0 0 20px;
	position: static;
	overflow: hidden;
}
#img {
	width: 226px;
	float: left;
	padding: 0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 50px;
	border: 1px solid #35699F;
	min-height: 495px;
	position: static;
}
#dir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	text-align: center;
	padding-top: 7px;
	background-color: #FFFFFF;
	padding-bottom: 7px;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/cuerpo.jpg);
	background-repeat: repeat-y;
}
#dir a {
	color: #333333;
	text-decoration: none;
}
#dir a:hover {
	color: #999999;
}

/*FIN DE LOS ESTILOS DE LA PAGINA INDEX.PHP*/



/*COMIENZO DE LOS ESTILOS DE LA PAGINA FINISH_LINE.PHP*/
.cuerpo2 {
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/cuerpo.jpg);
	background-repeat: repeat-y;
	height: 800px;
}
#titulo {
	height: 30px;
	width: 700px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#cuadro {
	background-image: url(../images/cuerpo.jpg);
	background-repeat: repeat-y;
	width: 746px;
}
#txt2 {
	font-family: verdana;
	font-size: 8pt;
	color: #333333;
	width: 200px;
	float: left;
	text-align: justify;
	height: 520px;
	padding: 15px 0 10px 20px;
}
#txt3 {
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
	margin-right: auto;
	margin-left: auto;
	width: 260px;
	text-align: justify;
	color: #333333;
	margin-top: 15px;
}
#txt4 {
	font-family: verdana;
	font-size: 8pt;
	color: #333333;
	text-align: justify;
	width: 205px;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 0px;
}
#image {
	border: 1px solid #35699F;
	height: 197px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#image2 {
	text-align: center;
	height: 191px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
/*FIN DE LOS ESTILOS DE LA PAGINA FINISH_LINE.PHP*/


/*COMIENZO DE LOS ESTILOS DE LA PAGINA CONTACTO.PHP*/

.cuerpo_contacto {
	background-color: #FFFFFF;
	background-image: url(../images/cuerpo_2.jpg);
	background-repeat: repeat-y;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;

}
.cuerpo_contacto #form1 {
	width: 740px;
	height: 300px;
}

.cuerpo_contacto #img_contac {
	text-decoration: none;
	height: 20px;
	width: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 15px;
}
.cuerpo_contacto #title {
	font-family: verdana;
	font-size: 8pt;
	margin-left: 20px;
	padding-top: 15px;
}
.cuerpo_contacto #title a {
	text-decoration: none;
	color: #333333;
}
.cuerpo_contacto #title a:hover {
	color: #3B669B;
}


.cuerpo_contacto #form {
	font-family: verdana;
	font-size: 8pt;
	margin-top: 10px;
	margin-left: 20px;
}
.cuerpo_contacto #form #table {
	width: 400px;
}
.cuerpo_contacto #form #table td {
	width: 350px;
}
.cuerpo_contacto #form #txt_form {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
}
.cuerpo_contacto .campo {
	width: 200px;
	border: 1px solid #376AA1;
}
.cuerpo_contacto .campo_scroll {
	height: 150px;
	width: 250px;
	border: 1px solid #376AA1;
}
.cuerpo_contacto #form #button {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.cuerpo_contacto #form .button_campo {
	border: 0px solid #376AA1;
	background-color: #376AA1;
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
	height: 20px;
}

/*FIN DE LOS ESTILOS DE LA PAGINA CONTACTO.PHP*/



/*COMIENZO DE LOS ESTILOS DE LA PAGINA PRODUCTOS.PHP*/

.cuerpo_producto {
	background-color: #FFFFFF;
	background-image: url(../images/cuerpo.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 746px;
	margin-right: auto;
	margin-left: auto;

}
.cuerpo_producto #table {
	width: 746px;
	height: 610px;
}

.cuerpo_producto #title_prod {
	margin-left: 20px;
	padding-top: 15px;
	height: 20px;
	width: 350px;
}
.cuerpo_producto #categoria {
	width: 160px;
	font-size: 8pt;
	margin: 15px 0 0 20px;
	font-family: verdana;
	height: 15px;
}
.cuerpo_producto #img_prod {
	margin-top: 10px;
	width: 105px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.cuerpo_producto #categoria #select b {
	color: #35699F;
}
.cuerpo_producto #categoria #select {
	list-style: none;
	margin: 0;
	padding:0;
	white-space: nowrap;
}
.cuerpo_producto #categoria #select a {
	color: #333333;
	text-decoration: underline;
	display: block;
	white-space: nowrap;
	background-image: url(../images/round01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	padding: 3px 0 4px 12px;
}
.cuerpo_producto #categoria #select a:hover {
	color: #35699F;
}

/*FIN DE LOS ESTILOS DE LA PAGINA PRODUCTO.PHP*/



/*COMIENZO DE LOS ESTILOS DE LA PAGINA DISTRIBUIDORES.PHP*/

.cuerpo_distribuidores {
	background-color: #FFFFFF;
	background-image: url(../images/cuerpo.jpg);
	background-repeat: repeat-y;
	height: 780px;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
}
.cuerpo_distribuidores #select_cuadro {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 50px;
	border: 1px solid #CCCCCC;
	height: 150px;
}
.cuerpo_distribuidores #select_cuadro #txt_c {
	font-family: verdana;
	font-size: 8pt;
	color: #333333;
	float: left;
	width: 450px;
	padding-top: 25px;
	padding-left: 10px;
	line-height: 18px;
}
.cuerpo_distribuidores #select_cuadro #txt_c a {
	color: #35699F;
	text-decoration: none;
}
.cuerpo_distribuidores #select_cuadro #txt_c a:hover {
	color: #000000;
}


.cuerpo_distribuidores #select_cuadro #img_c {
	height: 150px;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	float: left;
}



/*FIN DE LOS ESTILOS DE LA PAGINA DISTRIBUIDORES.PHP*/




/*COMIENZO DE LOS ESTILOS DE LA PAGINA DESCARGAS.PHP*/
.cuerpo_descarga {
	background-color: #FFFFFF;
	background-image: url(../images/cuerpo.jpg);
	background-repeat: repeat-y;
	height: 1650px;
	width: 746px;
	margin-right: auto;
	margin-left: auto;

}
.cuerpo_descarga #table {
	width: 700px;
	height: 1600px;
}

.cuerpo_descarga #title_prod {
	margin-left: 20px;
	padding-top: 15px;
	height: 20px;
	width: 350px;
}
.cuerpo_descarga #categoria {
	width: 160px;
	font-size: 8pt;
	margin: 15px 0 0 20px;
	font-family: verdana;
	height: 15px;
}
.cuerpo_descarga #img_prod {
	margin-top: 10px;
	width: 105px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.cuerpo_descarga #categoria #select b {
	color: #35699F;
}
.cuerpo_descarga #categoria #select {
	list-style: none;
	margin: 0;
	padding:0;
	white-space: nowrap;
}

.cuerpo_descarga #categoria #select a {
	color: #333333;
	text-decoration: underline;
	display: block;
	white-space: nowrap;
	background-image: url(../images/round01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	padding: 0 0 1px 12px;
}
.cuerpo_descarga #categoria #select a:hover {
	color: #35699F;
}

/*FIN DE LOS ESTILOS DE LA PAGINA DESCARGAS.PHP*/


.footer {
	height: 20px;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	background-color: #35699F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	text-indent: 10px;
	background-image: url(../images/pie.jpg);
	background-repeat: repeat-y;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #CCCCCC;
}
#sobre {
	width: 746px;
	padding-top: 80px;
	position: static;

}
#sobre_result {
	width: 746px;
	padding-top: 290px;
	position: static;
}
#dir2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	text-align: center;
	padding-top: 7px;
	background-color: transparent;
	padding-bottom: 7px;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
}
#dir2 a {

	color: #333333;
	text-decoration: none;
}
#dir2 a:hover {
	color: #999999;
}
