/* CSS Document */
/* Estilo para PARADIGM SHIFT */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; /* Anterior a marzo 2007 #825656;*/
}
body {
	background-color: #2E3D5A; /* marzo 2008 #70655F; */ /* original previo a marzo 2007 #E9E9E9; */
	margin: 0; padding: 0;
	height: 100%;
}

a {
	text-decoration:none;
	color:#F7941C;
}

a:hover {
	text-decoration:underline;
	color:#F7941C;
}

li {
	list-style-image: url(../_images/bullet.gif);
}

#container {
	z-index: 1;
	width: 760px;
	position: absolute; height: 100%; top: 0; bottom: 0; /*extraño hack para que el div sea realmente 100% de alto en Firefox */
	left: 50%;
	margin-left: -380px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

#tablaprincipal {
	z-index: 10;
	width: 760px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -380px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;

}
.menu_mapa {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	vertical-align: top;
	text-transform: uppercase;
}
.menu_mapa a {
	text-decoration:none;
	color:#FFFFFF;
}
.menu_mapa a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

.testimonial_horizontal {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #681301;
	border-bottom-color: #681301;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

.menu_inferior {
	font-size:10px;
	color:#4D4D4D;
	height: 20px;
	background-color:#EAEAE9;
	text-align: center;
	vertical-align: middle;
}
.menu_inferior a {
	text-decoration:none;
	color:#4D4D4D;
}
.menu_inferior a:hover {
	text-decoration: underline;
	color:#4D4D4D;
}

.menu {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #2E2E2E;
	height:22px;
}

.submenu {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	height:23px;
	border-top-color: #333333;
	border-bottom-color: #681301;
	color:#FFFFFF;
	font-size:11px;
	text-align: right;
	padding-right: 10px;
	line-height:21px;
	cursor: hand;
}

.submenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.submenu_active {
	color:#FFFFFF;
}

.submenu_active a {
	color: #FFFFFF;
	text-decoration: none;
}

.submenu_active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.submenu_degradado {
	background-image: url(../_images/submenu_degradado.jpg);
	background-repeat: repeat-x;
	height: 200px;
}

h1 {
	color:#F7941C;
	font-size:12px;
	text-transform: uppercase;
}
.heading1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #725145;
	padding-left:10px;
}
h2, h2 a, h2 a:hover{
	color:#2E3D5A;
	font-size:12px;
}

.contenido {
	padding-left:10px;
}

.seccion_table {
	background-color:#FEF4E9;
	border: 1px solid #681301;
	float: right;
	margin: 0px 0px 6px 6px;
}

.descarga_articulo {
	float: right;
	border: 0;
	clear: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.seccion_table_contenido {
	padding: 8px 4px 0px 0px;
}
.seccion_table_titulo {
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	height:24px;
	font-weight:bold;
	font-stretch:semi-expanded;
	background-image: url(../_images/seccion_fondo.gif);
	background-repeat: repeat-x;
}
.cuadro_table {
	background-color:#FEF4E9;
	border: 1px solid #681301;
}
.cuadro_contenido {
	padding:6px 30px 6px 10px;
}
/*.cuadro_testimonio {
	padding:6px 30px 6px 10px;
	background-image: url(../imagenes/cuadro_testimonio.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}*/

.respuesta_diagnostico {
	background-color:#FEF4E9;
	border: 1px solid #681301;
	width: 460px;
	padding: 6px;
	text-align:center;
}
.link_clientes {
	font-size:9px;
}

.forma_tabla {
	background-color:#FFF4DD;
	border: 1px solid #681301;
}
.forma_labels {
	text-transform: uppercase;
	font-size:10px;
}
.forma_campos {
	background-color:#FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	color:#825656;
}
.forma_error {
	font-weight: bold;
	color: #EA5200;
	text-transform: uppercase;
	text-decoration: blink;
}

.forma_input {
	border:solid 0 #FFFFFF;
	background:transparent;
	font-family: tahoma, Verdana;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	height:15px;
	/*	width:440px;*/
	text-transform: uppercase;
}
	
.forma_boton {
	background-color:#EA5200;
	height:20px;
	padding:0;
	text-transform: none;
}
.titulo_rojo {
	color:#FF3300;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	font:Geneva, Arial, Helvetica, sans-serif;
}
.boton {
	background-image: url("../_images/btn_btn.gif");
	height:23px;
	border: 1px solid #825656;
	background-repeat: repeat-x;
	font-size:9px;
	color:#825656;
	}
	
/* Modificaciones de Marzo 2007 */
#head {
	height: 91px;
	background-image: url(../_images/v3/interior_head.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#head h1 {
	margin: 0;
	padding: 0;
	width: 182px;
	height: 88px;
	position: relative;
	left: 15px;
	top: 0px;
}

#head span {
	display: none;
}
#nav_top {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 240px;
	margin-left: 140px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#nav_top a {
	color: #333333;
}
#nav_top a:hover {
	color: #666666;
}

#footer {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #666666;
	font-size: 93%;	
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #F7941C;
	text-decoration: underline;
}
.lineaPuntitos {
	background-image: url(../_images/v3/linea-puntitos.gif);
	background-position: center;
	background-repeat:no-repeat;
	height: 6px;
	clear: both;
}
#navegacion {
	height: 31px;
	background-color: #FF7020;
	line-height: 31px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 20px;
}
#navegacion a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navegacion a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

/* marzo 2009 */

#tabla_submenu {
	background-color: #232F45;
}

#tabla_aliados td {
	border-top: 1px #666 dotted;
	padding-bottom: 15px;
}