/* Estructura General */
body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.padding_gral {
	padding-left: 20px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	background-color: #A3B5C8;
}
th, td, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}
strong {
	font-weight: bold;
	color: #663399;
	font-size: 10px;
}
blockquote{
	font-style: normal;
	line-height: 25px;
	color: #006699;
	font-size: 12px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
/* Headers */

.header_index {
	background-color: #D4D4D4;
	background-image: url(imagenes/mano_mariposa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		
}

.header_empresa {
	background-color: #D4D4D4;
	background-image: url(imagenes/header_empresa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

/* Botoneras */

.botonera {
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-left:20px;
	background-color: #C8C8C8;
	
	
}

a.botones:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
}

a.botones:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
}
a.botones:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;

}
.recuadro_botonera {
	border: 1px solid #999999;
}
.botonera_top {
	background-image: url(imagenes/fondo_menu_vertical.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #666666;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	background-color: #BAC2FE;
	text-align: center;
	border: none;
}
 /* Links oscuro */

a.oscuro:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	text-transform: none;
}

a.oscuro:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	text-transform: none;
}
a.oscuro:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	text-transform: none;
}
 
/* Destacados */
.destacados {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
	background-color: #D4D4D4;

	DropShadow(Color=#0066cc, OffX=5, OffY=-3, Positive=1)
; 	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}
.destacado_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	background-color: #ABABAB;
	vertical-align: middle;
	font-size: 10px;
}


a.destacados:link{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.destacados:visited{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.destacados:hover{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
/*/////////////*/
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	padding-right: 20px;
	filter: alpha(opacity=50);
	background-color: #999999;
}

.rayitas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #DDDDDD;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}

.separador {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.separador_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
}
.separador_bot {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
.lineas_lila {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9D9EC4;
	border-right-color: #9D9EC4;
	border-bottom-color: #9D9EC4;
	border-left-color: #9D9EC4;
}
.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
}
.negritas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.servicios {
	font-weight: bold;
	text-transform: none;
	color: #0066CC;
	font-size: 10px;
	text-align: left;
}
.padding_servicios {
	padding-top: 0px;
	padding-left: 20px;
}
.subtitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
}
.li_1 {
	list-style-image: url(imagenes/li.jpg);
}
.li_2 {
	list-style-image: url(imagenes/li_2.jpg);
}
select {
	border: 1px solid #8EBFF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 35px;
}
.header_servicios {
	background-image: url(imagenes/header_servicios.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header_representadas {
	background-image: url(imagenes/header_representadas.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.header_equipamiento {
	background-image: url(imagenes/header_equipamiento.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header_tecnica {
	background-image: url(imagenes/header_tecnicas.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.header_comercial {
	background-image: url(imagenes/header_comerciales.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.header_calidad {
	background-image: url(imagenes/header_calidad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.separador_iz {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 15px;
	padding-top: 10px;
}
.padding_dr {
	padding-right: 15px;
}
.padding_logos {
	padding-top: 10px;
	padding-left: 30px;
}
.header_contacto {
	background-image: url(imagenes/header_contacto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
}

