/* CSS Document */
/** colours:
 * #0051a5 azul
 * #ffbe10 naranja
 * #f76521 naranja fuerte
 * #1A69EE: a:visited
 * #0B3F95: a
 */

div.caption {
	float:right;
	margin-left:20px;
}
.caption p { text-align:center; font-size:8pt; }

ul.ventajas, ul.redcheck {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0;
}
ul.ventajas li, ul.redcheck li {
	background-repeat: no-repeat;
	background-position: 2px 0;
	padding-left:25px;
	padding-bottom:10px;
}
ul.ventajas li { background-image: url("/img/iconos/estrella16x16.png"); }
ul.redcheck li { background-image: url("/img/iconos/tilde_roja.gif"); }

.breadcrumb {
	font-size: 9pt;
	color:#f76521;
	float:left;
	font-style: italic;
	padding-top: 3px;
}
.breadcrumb a {
	text-decoration: none;
	color:#f76521 !important;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.popup {
	cursor: url(/img/ampliar.cur), default;
}
.blog {
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
	margin: 20px 50px;
	padding: 10px 10px 10px 75px;
	background:transparent url("/img/blog.gif") no-repeat 10px;
}
.photo img {
	margin: 0 7px 10px 7px;
	border: 1px solid #ffffff;
}
.photo img:hover {
	border: 1px solid #ccc;
}
.subazul {
	/*border-bottom: #0051a5 1px solid !important;*/
	border-bottom: #ff0000 /*#5D5F62*/ 1px solid !important;
}
.subnaranja {
	border-bottom: #ffbe10 1px solid !important;
}
.caja_naranja {
	border:1px solid #ffbe10;
	padding:5px;
}
.caja_naranja p {
	font-size: 9pt;
}
div .semana {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	clear:both;
	width: 310px;
	/*border: 1px solid #FFBE10;*/
	border: 1px solid #5D5F62;
	/*overflow: auto;*/
	overflow-y: scroll;
	overflow-x: hidden;
	height: 540px;
	text-align: center;
}
div .trabajo_semana {
	border: 1px solid #FFBE10;
	/*height: 280px;*/
	width: 240px;
	padding: 10px;
	margin: 10px auto;
	font-size: 8px;
	overflow: hidden;
	clear:both;
}
.trabajo_semana p {
	font-size: 8pt;
}
.trabajo_semana img {
	border: none;
}
.trabajo_semana h2 {
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
}
.mini {
	font-size: 8pt;/*13px*/
	/*line-height:1;*/
}
hr {
	background-color: #bbbbbb;
	height: 1px;
	border: 0;
	text-align: center;
	margin: 20px 0 20px 0;
}
.tab_area {
	border: 1px solid #bbbbbb;
	margin: 0 0 0 0;
	padding: 20px 20px;
}
.tab_area h2 {
	margin-top:0px;
	padding-top:0px;
}
.tabs {
	border-bottom: none;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	font-size: 8pt;
	line-height: 2.8;
}
.tabs a {
	border: 1px solid #bbbbbb;
	margin: 0;
	padding: 5px;
	font-weight: bold;
	margin: 0 5px 5px 0;
	background-color: #bbb;
	color: #fff;
}
.tabs a:hover {
	/*background-color: #eee;*/
	background-color: #0051a5;
	text-decoration: none;
	color: #fff;
}
.tabs2 {
	padding-bottom: 10px;
}
.tabs2 a {
	font-weight: bold;
	margin-right: 20px;
	color: #0B3F95;
	font-size: 10pt;
	line-height: 20px;
}
.tabs2 a:hover {
	background-color: #0B3F95;
	text-decoration: none;
	color: #fff;
}.hide {
	display:none;
}
.mini img {
	border:#58595B 1px solid;
}
body
{
	margin:0;
	padding:0;
	/*padding-top: 10px;*/
	/*margin-top: 10px;*/
	/*background-image:url(../img/fondo.gif);*/
	/*background-repeat:repeat-x;*/
	/*background-color:#0B3F95;*/
	background-color:#eee;
}
.linea_azul {
    background-color: #000E3A;
    height: 10px;
    width: 100%;
}
.linea_azul_grande {
    background-color: #000E3A;
    height: 100px;
    width: 100%;
}
body,td,th,p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;/*13px*/
	line-height:1.2;
	/*color: #5D5F62;*/
	color: #333;
}
strong, b {
	font-weight:bold;
	color:#000000;
}
a {
	/*color:#0088CC;*/
	color:#0B3F95;
}
a b {
	color:#0B3F95;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#1A69EE;
}
a.more, a.mas_info {
	background:transparent url("../img/css/more.gif") no-repeat scroll 100% 50%;
	padding-right:10px;
	white-space:nowrap;
}
a.mas_info {
	font-size: smaller;
}
.precio {
	font-size:14pt;
	color:red;
	/*font-family: Myriad Web Pro, Myriad Pro, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.highlight {
	font-size:14pt;
	color:black;
	/*font-family: Myriad Web Pro, Myriad Pro, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}
.numero1 {
	padding-left: 30px;
	background: url("../img/iconos/1p.gif") top left no-repeat;
}
.numero2 {
	padding-left: 30px;
	background: url("../img/iconos/2p.gif") top left no-repeat;
}
.numero3 {
	padding-left: 30px;
	background: url("../img/iconos/3p.gif") top left no-repeat;
}
.numero4 {
	padding-left: 30px;
	background: url("../img/iconos/4p.gif") top left no-repeat;
}
.numero5 {
	padding-left: 30px;
	background: url("../img/iconos/5p.gif") top left no-repeat;
}
.numero6 {
	padding-left: 30px;
	background: url("../img/iconos/6p.gif") top left no-repeat;
}
.numero7 {
	padding-left: 30px;
	background: url("../img/iconos/7p.gif") top left no-repeat;
}
.numero8 {
	padding-left: 30px;
	background: url("../img/iconos/8p.gif") top left no-repeat;
}
.numero9 {
	padding-left: 30px;
	background: url("../img/iconos/9p.gif") top left no-repeat;
}
.numero_cont {
	padding-left: 30px;
}
.numero1g {
	padding-left: 80px;
	background: url("../img/iconos/1.gif") top left no-repeat;
}
.numero2g {
	padding-left: 80px;
	background: url("../img/iconos/2.gif") top left no-repeat;
}
.numero3g {
	padding-left: 80px;
	background: url("../img/iconos/3.gif") top left no-repeat;
}
.red_check {
	padding-left: 20px;
	background: url("../img/iconos/tilde_roja.gif") top left no-repeat;
}
.red_check strong {
	color:#000000;
}
.orange_check {
	padding-left: 20px;
	background: url("../img/iconos/tilde_naranja.gif") top left no-repeat;
}
.no_check {
	padding-left: 20px;
}
.estrella {
	padding-left: 20px;
	background: url("/img/iconos/estrella16x16.png") top left no-repeat;
}
.comillas {
	padding-left: 80px;
	font-size:11pt;
	min-height:50px;
	font-style:italic;
	background: url("../img/iconos/comillas-izquierda-50.gif") top left no-repeat;
}
.comillas-der {
	padding-right: 80px;
	font-size:11pt;
	min-height:50px;
	font-style:italic;
	background: url("../img/iconos/comillas-derecha-50.gif") bottom right no-repeat;
}
.info {
	padding-left: 24px;
	background: url("../img/iconos/information.png") top left no-repeat;
}
.info24 {
	padding-left: 30px;
	background: url("../img/iconos/information2-24.png") top left no-repeat;
}
.help_bullet {
	display: block;
	padding-left: 20px;
	background: url("../img/help.png") center left no-repeat;
	cursor: help;
}

/*  Topper */
.topper
{
	margin:0 auto;
	width:940px;
	overflow:hidden;
	/*text-align:right;*/
	padding: 0;
}
.topper .welcome
{
	float:left;
	width:300px;
	margin:7px 0px 0px 0px;
}
.topper_container
{
	float:right;
	width:auto;
	text-align:right;
}
.topper .lang
{
	float:left;
	width:auto;
	overflow:hidden;
	margin:6px 10px 0px 0px;
}
.topper .lang_lable
{
	float:left;
	overflow:hidden;
	margin:8px 5px 0px 20px;
}

.topper .lang select
{
	color:#939393;
	font-size:10pt;/*12px*/
}

/* Wrap & shadow*/
.wrap
{
	margin: 0 auto;
  padding:0;
	background-color: #ffffff;
	width:980px;
	overflow:hidden;
}
/* ********************************** */

/* LogoRapid colour classes */
span.L {
    color: #0051a5;
    font-style: italic;
    font-weight:bold;
}
span.R {
    color: #f76521;
    font-style: italic;
    font-weight:bold;
}

/* portfolio classes */

.portfolio_web {
	border:1px solid #FFBE10;
	width:350px;
	height:340px;
	overflow:hidden;
	float:left;
	padding:20px;
	margin:0 30px 30px 20px;
	font-size:8pt;
}

.portfolio_web p {
	font-size:8pt;
}


.muestras {
	border:#58595B 1px solid;
}

.interior {
	/*height: 100%;*/
	padding-left:3px;
	padding-top:8px;
	padding-bottom:2px;
}

.miniatura {
	background:url("../img/css/fondosinmarco.gif") no-repeat;
	width:106px;
	height:87px;
	float:left;
	padding-left:2px;
	padding-top:2px;
}

.miniatura img {
	border:0;
	border:#58595B 1px solid;
}

.clear { clear: both; }

/* header */
#header
{
	/*width:100%;*/
	height:102px;
	overflow:hidden;
	padding-left: 20px;
	padding-right: 20px;
}
#header #logo
{
	overflow:hidden;
	float:left;
	margin:0px 0px 0px 0px;
	color:#0055A5;
	font-size:12px;
	/*font-weight:bold;*/
}
#header #logo a {
	color:#0055A5;
	text-decoration:none;
}
#header .header_graphics {
	float:right;
	text-align:center;
	width: 180px;
}
#header .header_text
{
	float:right;
	width:174px;
	margin: 6px 6px 0px 0px;
	text-align:left;
	font-size: 10pt;/*12px*/
	color:#0051a5;
}
#header .header_text a
{
    text-decoration:none;
}

/**************/

.productos_header
{
	margin-top:10px;
	height:24px;
	overflow:hidden;
	background:url("../img/css/productos.jpg") top left repeat-x;
	border:1px solid #a9a9a9;
}

.productos_header .productos_nadpis
{
	margin:3px 0px 0px 15px;
	color:#000;
	font-size:11pt;/*14px*/
	font-weight:bold;
	height:24px;
	overflow:hidden;
}
.productos_body
{
	overflow:hidden;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #fff;
	font-size:10pt;/*12px*/
	padding: 10px;
}

.productos_body p
{
/*	margin-left:20px;*/
	font-size:10pt;/*12px*/
}

/* ********************************** */
.foot {
    border: 1px solid #ffbe10;
    padding: 5px;
    margin: 0 20px 20px 20px;
	font-size:9pt;/*10px*/
}
.foot td {
    font-size: 9pt;/*10px*/
    font-weight:bold;
}

/* cuadros de precios grandes */
div .cuadro_precio {
	float:right;
	text-align:left;
}
.cuadro_precio a, .cuadro_precio a:hover, .cuadro_precio a:visited {
	text-decoration:none;
}
.price {
	font-weight:bold;
	color:red;
}
.bigprice {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:24pt;
	color:red;
}
.bigbigprice {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:36pt;
	color:red;
}
.bigbigprice small {
	font-size:21pt;
}
/* otros precios */

#prices {
	width:960px;
	overflow:hidden;
	margin:0px;
	padding-top:12px;
	text-align:center;
	font-size:8pt;
	/*border-bottom:1px dotted #666666;
	padding-bottom:14px;
	margin-bottom:6px;*/
}

#prices p {
	margin:0px;
	padding-bottom:6px;
	font-size:7pt;
}

#prices img {
	margin:0px;
	padding:0px;
	border:0px;
}

.links {
	/*margin-top:14px;*/
	margin-top:0;
	text-align:center;
	font-size:7pt;
	/*margin-left:20px;
	margin-right:20px;*/
	/*padding-bottom:6px;*/
	/*border-top:1px dotted #666666;*/
	/*border-bottom:1px dotted #666666;*/
}

.links a, .links a:visited {
	color:#c0c0c0;
	background:none;
}

.links a:hover {
	color:#c0c0c0;
}

.footerLinks {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:8pt;
	left:0px;
	font-weight:bold;
	color:#5050a0;
}

.footerLinks li {
	padding-top:3px;
	padding-bottom:3px;
}

.footerLinks a, .footerLinks a:visited {
	background:transparent url("../img/css/more.gif") no-repeat scroll 100% 50%;
	padding-right:10px;
	white-space:nowrap;
	color:#666666;
	font-weight:normal;
	font-size:7pt;
}

.footerLinks a:hover {
	color:#0088CC;
}

/* Menu */
#menu
{
	height:100px;
	background-color:#000E3A;
    color:#ffffff;
    padding-left: 10px;
}
#menu ul, #menu li {
	list-style:none;
	padding:0;
	margin:0;
}
#menu #submenu {
	width:240px;
	float:left;
	padding-top:10px;
}
#menu #submenu a, #menu #submenu a b {
	color:#FFF;
	font-size:13px;
	font-family:Arial;
}
/*#menu #submenu a:visited {
	color:#ccc;
}*/
#menu #submenu img{
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.dropmenudiv
{
    position: absolute;
    top: 20px;
    /*border: 1px solid #e7efff;*/
    border: 1px solid #000c39;
    border-bottom-width: 0;
    line-height: 18px;
    z-index: 100;
    /*background-color: #0079c6;*/
    background-color: #ffffff;
    width: 280px;
    visibility: hidden;
    font-size: 9pt;
    text-align: left;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
    width: 260px;
    display: block;
/*    text-indent: 3px;*/
    border-bottom: 1px solid #000c39;
    padding: 2px 10px 2px 13px;
    text-decoration: none;
}
.dropmenudiv a:link {
    color: #ffffff;
}
.dropmenudiv a:visited {
    color: #ccc;
}
#header #logo .dropmenudiv a:hover, #header #logo .dropmenudiv a:focus, #header #logo .dropmenudiv a:active
{
    background-color: #000c39;
    color: #ffffff;
}
* html .dropmenudiv a
{ /* IE only hack */
    width: 100%;
}

.dropmenudiv_azul
{
    position: absolute;
    padding-top: 10px;
    /*border: 1px solid #e7efff;*/
/*    border: 1px solid #000e3a;
    border-bottom-width: 0;*/
    line-height: 18px;
    z-index: 100;
    /*background-color: #0079c6;*/
    background-color: #000e3a;
	color: #ccc;
    width: 280px;
    visibility: hidden;
    font-size: 9pt;
    text-align: left;
}
.dropmenudiv_azul a:link, .dropmenudiv_azul a:visited
{
    width: 260px;
    display: block;
/*    text-indent: 3px;*/
    border-bottom: 1px solid #fff;
    padding: 2px 10px 2px 13px;
    text-decoration: none;
}
.dropmenudiv_azul a:link {
    color: #fff;
}
.dropmenudiv_azul a:visited {
    color: #fff;
}
.dropmenudiv_azul a:hover, .dropmenudiv_azul a:focus, .dropmenudiv_azul a:active
{
    background-color: #000c39;
    text-decoration: underline;
}
.dropmenudiv_azul a
{ /* IE only hack */
    width: 100%;
}

/*
#header #logo a:hover {
	color: #ffffff;
}
*/

/* ********************************** */

/* full width content area */
#full_bar
{
	overflow:hidden;
	width: 940px;
	margin: 0 auto;
	/*margin-left:20px;
	margin-right:20px;*/
	margin-top:0;
	margin-bottom:0;
}
#full_bar #content_banner a{
	color:#26A9E0;
	text-decoration:none;
}
#full_bar #content_banner img{
	padding-top:10px;
	border:none;
}
#full_bar #content_banner {
	width:217px;
	float:left;
	text-align:center;
	color:#26A9E0;
	font-size:14px;
	font-weight:bold;
}
#full_bar h1 {
    text-align:center;
	font-size:24pt;/*32px*/
	/*font-weight:lighter;*/
	padding-top:20px;
	margin-top:0px;
}
.cuadro {
    float:left;
    width:190px;
    height:229px;
    margin-right:10px;
}
.cuadro2 {
    float:left;
    width:197px;
	background:transparent url("../img/cuadro.png") no-repeat;
}
.cuadro3 {
    float:left;
    width:197px;
	background:transparent url("../img/cuadro_dest.png") no-repeat;
}
.cuadro2 img, .cuadro3 img {
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 8px;
}
/*.cuadro .etiqueta, .cuadro_ini .etiqueta {*/
.etiqueta {
    padding:180px 15px 0 15px;
    text-align:center;
    font-weight:bold;
}
.etiqueta_ini {
    padding:15px 15px 0 15px;
    /*text-align:center;*/
    font-weight:bold;
}
.etiqueta_lista {
    margin-left: 5px;
    padding-left: 5px;
    border-left: #0088CC 1px solid;
    text-align:left;
	font-size: smaller;
    font-weight:bold;
}
.etiqueta a, .etiqueta_ini a, .etiqueta_lista a {
    font-weight:bold;
}

/* Content */
#content
{
	/*float:left*/
	margin:0 auto;
	padding:0;
	overflow:hidden;
	clear: both;
}

#content_print
{
	overflow:hidden;
}

/* Main Bar */
#main_bar
{
	/*float: right;*/
	overflow:hidden;
	width:720px;
	margin:20px 0 20px 20px;
}
.big_print
{
	text-align:right;
}
.big_print img
{
	margin-top:3px;
}

#main_bar_print
{
	float:right;
	overflow:hidden;
	width:100%;
}

/*       AREA DE CONTENIDO      */
.body_content {
	margin-left:20px;
	margin-right:20px;
}
.columna1{
	width:300px;
	float:left;
	padding-right:10px;
}
.columna2{
	width:300px;
	padding-right:10px;
	padding-left:10px;
	float:left;
}
.columna3{
	width:300px;
	padding-left:10px;
	float:right;
}
.columna12{
	width:620px;
	padding-right:10px;
	float:left;
}
.columna23{
	width:620px;
	padding-left:10px;
	float:left;
}

/* layout en 4 columnas; van dentro de body1 */

.columna4iz {
	width:220px;
	float:left;
	padding-right:10px;
}
.columna4cen {
	width:220px;
	padding-right:10px;
	padding-left:10px;
	float:left;
}
.columna4der {
	width:220px;
	padding-left:10px;
	float:right;
}
.columna4iz2 {
	width:460px;
	padding-right:10px;
	float:left;
}
.columna4cen2 {
	width:460px;
	padding-left:10px;
	float:left;
}
.columna4der2 {
	width:460px;
	padding-left:10px;
	float:left;
}

/* 2 columnas dentro de #main_bar */
.columna350{
	width:350px;
	float:left;
}
.right {
	float:right;
}

/* 3 columnas dentro de #main_bar */
.cols3, .cols3right,.cols3centre {
	width:226px;
	/*text-align:justify;*/
}
.cols3 {
	float:left;
}
.cols3right {
	float:right;
}
.cols3centre{
	float:left;
	margin-left:21px;
}
.cols3 p, .cols3right p,.cols3centre p {
	font-size: 8pt;
}

/* enlaces */
div.cuadro_enlace {
	width: 270px;
	height: 160px;
	padding: 0 10px;
	margin: 0 10px 10px 10px;
	float: left;
	border: #f76521 1px solid;
	overflow: auto;
}
div.cuadro_enlace .nombre {
	color: #f76521;
	font-size: 8pt;
	line-height:1.2;
	font-weight: bold;
}
div.cuadro_enlace .descripcion {
	font-size: 8pt;
	line-height:1.2;
	color: #5D5F62;
}
div.cuadro_enlace .enlace {
	font-size: 8pt;
	line-height:1.2;
	font-weight: bold;
}
div.cuadro_enlace .enlace a {
	color: #f76521;
	text-decoration: none;
}
div.cuadro_enlace .enlace a:hover {
	color: #f76521;
	text-decoration: underline;
}
h2.enlaces {
	clear: both;
	margin-bottom: 5px;
}
p.mas_enlaces {
	font-size: 8pt;
	clear: both;
}
p.mas_enlaces a {
	color: #f76521;
	text-decoration: none;
}
p.mas_enlaces a:hover {
	color: #f76521;
	text-decoration: underline;
}
/* ********************************** */
/* Elements */
h1
{
	/*font-family: Myriad Web Pro, Myriad Pro, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:22pt;
	font-weight: normal;
	color:#000000;
	padding-top:0px;
	margin-top:0px;
}
h2
{
	/*font-family: Myriad Web Pro, Myriad Pro, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight: normal;
	color:#000000;
	margin-top:10px;
	margin-bottom:0px;
}
h3
{
	/*font-family: Myriad Web Pro, Myriad Pro, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight: normal;
	color:#000000;
	margin-top:10px;
	margin-bottom:0px;
}
h1 strong, h2 strong, h3 strong,
h1 b, h2 b, h3 b {
    color: #f76521;
}
h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;/*14px*/
	font-weight:bold;
	color:#000;
	margin-top:1px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:1px;
}
.diseno h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;/*12px*/
	font-weight:bold;
	color:#000;
	margin-top:1px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:1px;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;/*14px*/
	font-weight:normal;
	color:#2c2c2c;
	margin:0px 0px 5px 0px;
	padding-top:0px;
}
h3 img
{
	vertical-align: middle;
	margin-right: 5px;
}

h5
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;/*12px*/
	font-weight:bold;
	color:#939393;
	margin:0px 0px 5px 0px;
	padding-top:0px;
}
h5 img
{
	vertical-align: middle;
	margin-right: 5px;
}
.naranja {
	color: #f76521;
}
.bigbig {
    font-size: 11pt;
	line-height:1.5;
}
.bigbig img {
	margin-top:3px;
	margin-right:5px;
}
.titular {
	/*font-weight: bold;*/
	font-size: 14pt;
	color: #f76521;
}
p.flecha_verde {
	font-size: 8pt;
	/*margin-left: 10px;*/
	padding-left: 26px;
	background: url("../img/iconos/arrow2_right_green.png") top left no-repeat;
}

.content_box {
    border:#ffbe10 1px solid;
    margin: 10px 0 10px 0;
    padding:0px 5px 0px 5px;
}
.help {
	cursor: help;
}

/* Sidebar */
#sidebar
{
	float: right;
	overflow:hidden;
	width:200px;
	margin:20px 20px 20px 0;
	font-size:9pt;/*12px*/
}
#sidebar a
{
	text-decoration:none;
}
#sidebar a:hover
{
	text-decoration:underline;
}
#sidebar ul
{
	list-style:none;
	/*list-style-position:10;*/
	margin: 1px 0px 0px 5px;
	padding: 1px 0px 0px 5px;
	line-height:20px;
}
.tag_cloud
{
	font-size:7pt;
	padding-bottom:15px;
	text-align:center;
    line-height:10pt;
    color:#9c9e9c;
}
.tag_cloud a {
    text-decoration:none;
    color:#9c9e9c;
}
#sidebar .tag_cloud a:hover {
    text-decoration:none;
    color:#f76521;
}
.tag_cloud .big {
    font-size:9pt;
}
.tag_cloud .bigger {
    font-size:10pt;
    font-weight:bold;
}
.tag_cloud .biggest {
    font-size:11pt;
    font-weight:bold;
}

.sidebar_box
{
/*	padding: 5px 10px 10px 10px;*/
	width:176px;
	overflow:hidden;
    /*background-color: #ffffd6;*/
/*	border:#ffbe10 2px solid;*/
}
.sidebar_box form
{
    display: inline;
}
.sidebar_box h3
{
	margin-top:0;
	font-size: 12pt;
	margin-bottom:10px;
	border-bottom: #000 1px solid;
}
.sidebar_box_left
{
	float:left;
	width:40px;
	overflow:hidden;
	margin-top:10px;
}
.sidebar_box_right
{
	float:left;
	width:110px;
	overflow:hidden;
	margin-top:10px;
	margin-left:10px;
}

.content_ul
{
    list-style:none;
}
.high {
	/*line-height:20px*/
}
.high img {
	vertical-align: top;
	margin-right: 5px;
}
#main_bar ul,
#main_bar ol
{
	/*margin: 1px 0px 0px 20px;*/
	/*padding: 1px 0px 0px 0px;*/
	/*line-height:20px;*/
}
#main_bar ul li,
#main_bar ol li
{
	/*list-style-position:inside;*/
	/*margin-bottom:10px;*/
}

#main_bar ul img
{
	vertical-align: top;
	margin-right: 5px;
}

#main_bar_print ul
{
	margin: 1px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	line-height:20px;
}
#main_bar_print ul li
{
	list-style-position:inside;
	margin-bottom:10px;
}
#main_bar_print ul img
{
	vertical-align: middle;
	margin-right: 5px;
}

p.caract {
	background-image: url("../img/css/check.png");
	background-repeat: no-repeat;
	padding-left: 25px;
    margin-top: 0;
}
p.caract strong {
	color: #0051a5;/*#f76521;*/
	font-size: 14px;
    list-style-position:outside;
}

ul.caracteristicas {
    list-style:none;
    margin-left: 0;
}
ul.caracteristicas li {
	background-image: url("../img/css/check.png");
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 6px;
    margin-left: 0;
}
ul.caracteristicas li strong {
	color: #f76521;
	font-size: 14px;
    list-style-position:outside;
}

.index
{
	font-size:8pt;/*10px*/
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height:10px;
    margin-bottom:0px;
}
/* */
.bread
{
	font-size:9pt;/*12px*/
	color:#3c3c3c;
	font-weight:normal;
}
.bread a
{
	color:#3c96d6;
	font-size:9pt;/*12px*/
	text-decoration:underline;
}
.bread a:hover
{
	text-decoration:none;
}

.top_content_block
{
	width:585px;
	overflow:hidden;
}
.top_content_block .left
{
	float:left;
	width:295px;
	overflow:hidden;
}
.top_content_block .left p
{
	margin:0px;
}
.top_content_block .right
{
	float:right;
	width:174px;
	overflow:hidden;
}



.top_content_block_print
{
	width:100%;
	overflow:hidden;
}
.top_content_block_print .left
{
	float:left;
	width:70%;
	overflow:hidden;
}
.top_content_block_print .left p
{
	margin:0px;
}
.top_content_block_print .right
{
	float:right;
	width:30%;
	overflow:hidden;
}

.quote
{
	margin: 20px 20px 20px 20px;
	font-style: italic;
}

.icons
{
	width:485px;
	overflow:hidden;
	border-top:solid 1px #7f7f7f;
}
.icons img
{
	vertical-align:middle;
	margin-left:10px;
	margin-top:5px;
	border:0px;
}

.print
{
	float:right;
	width:150px;
	color:#3c96d6;
	font-size:9pt;/*11px*/
	margin-top:5px;
}
.print img, .print a
{
	margin-right:5px;
	vertical-align:middle;
	border:0px;
}

#copy
{
	width: 980px;
	overflow: hidden;
	margin: 0 auto 0;
	text-align: center;
	font-size:8pt;
	background-color: #ffffff;
}
#copy p
{
	font-size:8pt;
	margin: 10px auto;
	/*width:650px;*/
	color:#747474;
}
/*#copy a {
	margin-left:5px;
	margin-right:5px;
}*/
#copy img
{
	border:0px;
}
#copy a.lnk {
	font-size:7pt;
	margin:0;
	color: #c0c0c0;
	text-decoration: none;
}

/* footer y prefooter nuevos */
#backprefooter {
	background-color:#000E3A;
	width:100%;
	height:64px;
}

#backprefooter #prefooter {
	width:960px;
	text-align:center;
	padding-top:10px;
}

#backprefooter #prefooter p {
	font-size:8pt;
	color:#fff;
	margin:0;
	padding:0;
	line-height:20px;
}
#backprefooter #prefooter a {
	/*color:#F2F2F2;*/
	color:#fff;
	font-weight: bold;
}
#backprefooter #prefooter img {
	border:0px;
}

#backprefooter #prefooter a.lnk {
	font-size:7pt;
	color: #c0c0c0;
	text-decoration: none;
}

#backfooter {
	background-color:#FFFFFF;
	width:100%;
	height:60px;
}

#backfooter #footer {
	width:960px;
	text-align:center;
}

#backfooter #footer p {
	font-size:8pt;
	color:#F2F2F2;
	margin:0;
	padding:0;
	line-height:20px;
}

#backfooter #footer img {
	border:0px;
	padding-left:5px;
	padding-right:5px;
}

#footer {
	background-color:#000E3A;
	width:100%;
	height:10px;
}

/* footer_contact_form */
.footer_contact_form {
	height:230px;
	background-color:#F0F2F9;
	margin:20px;
}

.footer_contact_form .title {
	background-image:url(../img/titleback-40.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:30px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
/*	background-image:url(../img/titleback.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:26px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-top:2px;
*/
}
.footer_contact_form .title2 {
	background-image:url(../img/titleback-40.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:30px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}

.footer_contact_form p {
}

.footer_contact_form .content {
	padding-left:10px;
	padding-right:10px;
}

.footer_contact_form .content table tr td {
	padding-top:5px;
}

.footer_contact_form .content input {
	width:170px;
	height:16px;
	border:#7E97C9 1px solid;
}

.footer_contact_form .content textarea {
	width:350px;
	height:80px;
	padding-top:2px;
	border:#7E97C9 1px solid;
}

.footer_contact_form .content .col1 {
	width:255px;
	float:left;
	margin-right:10px;
}

.footer_contact_form .content .col2 {
	width:270px;
	float:left;
	margin-right:10px;
}

.footer_contact_form .content .col3 {
	width:360px;
	float:right;
}

.footer_contact_form .content .col12 {
	width:805px;
	float:left;
	margin-right:10px;
}

.footer_contact_form .content .col33 {
	width:90px;
	float:right;
}

.footer_contact_form .content img {
	border:none;
	margin-top:10px;
}

.footer_contact_form #legal {
	font-size:8px;
	font-style:italic;
}

/* final de footer_contact_form */

input.submit {
    background:transparent url("../img/css/btn_off.jpg") repeat scroll 50%;
    color:#FFFFFF;
    font-size:11pt;/*14px*/
    font-weight:bold;
    height:24px;
    position:relative;
    text-decoration:none;
}

input.red_submit {
    background:transparent url("../img/css/red_button.jpg") repeat scroll 50%;
    color:#FFFFFF;
    font-size:11pt;/*14px*/
    font-weight:bold;
    height:24px;
    position:relative;
    text-decoration:none;
}

input.green_submit {
    background:transparent url("../img/css/green_button.jpg") repeat scroll 50%;
    color:#FFFFFF;
    font-size:11pt;/*14px*/
    font-weight:bold;
    height:24px;
    position:relative;
    text-decoration:none;
}

a.nodeco  {
	text-decoration:none;
}

input.text_input, textarea.text_input{
    border:#ffbe10 1px solid;
    /*border:1px solid #088BDD;*/
	width: 160px;
    color: #5D5F62;
    font-size:9pt;/*12px*/
    padding:4px 4px;
    position:relative;
    /*margin-bottom:5px;*/
    margin-top:3px;
}

.banners
{
	float:left;
	padding:15px;
	overflow:hidden;
}

.banners img
{
	border:0px;
}

.diseno_box
{
	overflow:hidden;
}

.diseno
{
	margin:3px;
	float:left;
	border:1px solid #e5e5e5;
	padding:10px;
	width:198px;
	height:320px;
	overflow:hidden;
	color:#747474;
}
.diseno ul,
.diseno ul li
{
	list-style: url("../img/css/list_marker.jpg");
	margin:0px;
	padding:0px;
}

/* Portfolio */
.portfolio
{
	width:60%;
	padding-bottom:10px;
	text-align: center;
}

.portfolio .logo
{
	margin:0 auto;
	padding:20px;
	border:2px solid #a0a0a0;
	text-align: center;
    background-color: white;
}

.mini-portfolio {
    width: 405px;
    margin-left:0;
    padding: 0px;
    text-align: center;
}
.iportfolio {
    float: left;
    width: 324px;
    padding: 0px;
    text-align: center;
}
.mini-portfolio-hor {
    /*float: center;*/
    /*margin: 0 auto;*/
    padding: 0px;
    text-align: center;
}
.mini-portfolio img, .iportfolio img, .mini-portfolio-hor img {
    margin-right: 4px;
    margin-bottom: 4px;
    /*border: #0051a5 1px solid;*/
    border: #ffffff 1px solid;
}
.mini-portfolio a img:hover, .iportfolio a img:hover, .mini-portfolio-hor a img:hover {
    margin: 1px;
    /*border: #0051a5 2px solid;*/
    border: #ffffff 2px solid;
}
.jportfolio {
    float: left;
    padding: 0px;
}
.jportfolio img {
    margin-right: 2px;
    margin-bottom: 2px;
    /*border: #0051a5 1px solid;*/
    border: #ffffff 1px solid;
}
.jportfolio a img:hover {
    border: #f76521 1px solid;
}

/* Surveys */
#dropinboxv2cover{
    width: 420px; /*change width to desired */
    height: 370px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
    border: 1px solid white;
    position:absolute; /*Don't change below 4 rules*/
    z-index: 100;
    overflow:hidden;
    visibility: hidden;
}

#dropinboxv2{
    width: 400px; /*change width to above width-20. */
    height: 350px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
    border: 1px solid gray; /*Customize box appearance*/
    background-color: white;
    padding: 4px;
    position:absolute; /*Don't change below 3 rules */
    left: 0;
    top: 0;
}

.btns
{
	width:100%;
	text-align:right;

}
.btns .red_btn
{
	border:0px;
	background:url("../img/css/red_btn.jpg") top left no-repeat;
	width:96px;
	height:23px;
	color:#fff;
	font-size:10pt;/*12px*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.btns .green_btn
{
	border:0px;
	background: url("../img/css/green_btn.jpg") top left no-repeat;
	width:140px;
	height:23px;
	color:#fff;
	font-size:10pt;/*12px*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.red_text
{
	color:#fe4002;
}

/* planes */
table.planes a {
	text-decoration:none;
}
table.planes a:hover {
	text-decoration:underline;
}
td.tdTopIcon {
	vertical-align: bottom;
	text-align: center;
}
td.tdTitle {
    margin: 0px 2px 0px 2px;
    padding: 5px;
    border: 1px solid #ffbe10;
	vertical-align: middle;
	text-align: left;
	font-size: 8pt;/*11px*/
	font-weight: bold;
    color: #666666;
}
td.tdNorm {
    margin: 0px 2px 0px 2px;
    padding: 5px;
    border: 1px solid #ffbe10;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;/*11px*/
	font-weight: bold;
    color: #666666;
}
td.tdSimple {
    margin: 0px 2px 0px 2px;
    padding: 5px;
    border: 1px solid #ffbe10;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;/*11px*/
    color: #666666;
}
td.tdText {
    margin: 0px 2px 0px 2px;
    padding: 5px;
    border: 1px solid #ffbe10;
	vertical-align: middle;
	text-align: left;
	font-size: 8pt;
    color: #666666;
}
td.tdTitleBG {
    margin: 0px 2px 0px 2px;
    padding: 5px;
	vertical-align: middle;
	text-align: left;
	background-color: #5050a0;
	color: #FFFFFF;
	font-size: 8pt;/*11px*/
	font-weight: bold;
}
td.tdNormBG {
    margin: 0px 2px 0px 2px;
    padding: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: #5050a0;
	color: #FFFFFF;
	font-size: 8pt;/*11px*/
	font-weight: bold;
}
td.tdNorm form {
    display: inline;
}
td.tdBorder {
    padding: 5px;
    border: 2px solid #ffbe10;
	vertical-align: top;
	text-align: left;
	font-size: 8pt;/*10px;*/
    color: #666666;
}

/* Lightbox styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("../img/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
/*#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../img/nextlabel.gif) right 15% no-repeat; }*/
/*#prevLink { left: 0; float: left; background: url("../img/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url("../img/nextlabel.gif) right 15% no-repeat;}*/
#prevLink { left: 0; float: left; background: url("../img/iconos/retroceder.gif") left 50% no-repeat;}
#nextLink { right: 0; float: right; background: url("../img/iconos/avanzar.gif") right 50% no-repeat;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*responsive*/

#mainresponsive *{vertical-align:top;}
#mainresponsive body{padding:20px;font-family:sans-serif;overflow-y:scroll;}
#mainresponsive h2{margin:20px 0 6px;}
#mainresponsive span.small{font-size:60%;vertical-align:middle;}
#mainresponsive #url, #mainresponsive #url1{margin:0 0 20px 0px;display:block;}
#mainresponsive #url input, #mainresponsive #url1 input[type=text]{border:solid 1px #666;width:85%;margin:0 auto;font-size:2em;text-align:left;}
#mainresponsive #url input[type=submit]{display:none;}
#mainresponsive #url #options, #mainresponsive #url1 #options{float:right;line-height:25px;width:13%;}
#mainresponsive #url #options input, #mainresponsive #url1 #options input{margin-top:5px;}
#mainresponsive #frames{;width:100%;margin-bottom:10px;padding-bottom:20px;}
#mainresponsive .miniframe{margin-right:20px;float:left;}
#mainresponsive .frame{padding:10px 5px;max-width:100%;overflow:auto;}
#mainresponsive .frame:last-child{margin-right:0;}
#mainresponsive .frame img{display:none;vertical-align:middle;}
#mainresponsive iframe{border:solid 1px #000;}
#mainresponsive .widthOnly h2 span{display:none;}
#mainresponsive .widthOnly iframe{height:500px;}

/* generador QR */

.pestana-qr{
display:none;
min-width:700px;
}
.pestana-qr-selected{
display:block;
}
.pestana-qr label{
display:inline-block;
min-width:140px;
padding-right:10px;
}
.pestana-qr input.text{
width:200px;
}
.pestana-qr select{
margin-right:30px;
}
#contenedortipocodigo a{
display:inline-block;
padding:3px 9px;
margin-right:30px;
color:#b00;
}
#contenedortipocodigo a.active, #contenedortipocodigo a:hover{
color:#f00;
}

/* Agrego a web_para_moviles - Darian*/

.subCabezeraAzul {
	height: auto;
    position: relative;
    width: 100%;
	min-width: 980px;
	background: url("/img/fondoAzul.png") no-repeat scroll center 0 transparent;
}

.fondoAzul {
	position: relative;
	width: 100%;
	height: auto;
	display: inline;
	z-index: 1;
}

.lineaInferiorCabezeraAzul{
	position: relative;
	width: 100%;
	height: 10px;
	background-color: #000E3A;
}

.celularFondoAzul {
	display: inline-block;
    float: right;
    height: auto;
    position: relative;
    right: 50px;
    top: 30px;
    width: 21%;
    z-index: 2;
}

.textosPropagandaFondoAzul {
	color: #FFF;
    display: inline-block;
    float: left;
    height: auto;
    left: 20px;
    position: relative;
    top: 26px;
    width: 63%;
    z-index: 2;
	font-family: Roboto Condensed, arial, helvetica;
}

h1.roboto {
	display: block;
    font-size: 67px !important;
    font-weight: bold !important;
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
	margin: 0;
}

.textoPropagandaFondoAzul2 {
	display: block;
    height: auto;
    position: relative;
    top: 10px;
    width: 100%;
	font-size: 31px;
	font-weight: bold;
}

.textoPropagandaFondoAzul3 {
	display: block;
    height: auto;
    position: relative;
    top: 15px;
    width: 100%;
	font-size: 52px;
}

.fondoBlancoColumnas {
    background-color: #FFFFFF;
    height: auto;
    padding-top: 20px;
    position: relative;
    width: 940px;
}

.botonAzulRedondeado {
	background: url("../img/botonAzulRedondeado.png") no-repeat scroll 100% 100% transparent;
    color: #C0E2F7;
    cursor: pointer;
    display: block;
    font-family: Roboto Condensed, arial, helvetica;
    font-size: 26px;
    font-weight: bold;
    height: 78px;
    line-height: 72px;
    margin-bottom: 46px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 354px;
}

h2.roboto {
	color: #000000;
    display: block;
    font-family: Roboto Condensed,arial, helvetica;
    font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 20px !important;
    position: relative;
    text-align: left !important;
    width: 100%;
}

.imagenElemento3columnasContenido {
	width: 24%;
	height: auto;
	float: left;
}

h3.roboto {
	width: 70%;
	height: auto;
	float: right !important;
	font-family: Roboto Condensed, arial, helvetica;
    font-size: 18px !important;
    font-weight: bold !important;
	color: #000 !important;
}

.texto2Elemento3columnasContenido {
	width: 70%;
	height: auto;
	float: right;
	font-family: Arial;
    font-size: 12px;
	color: #919191;
	margin-top: 18px;
}

.recuadroEntramadoGris {
	background: url("../img/entramadoCuadrito.jpg") repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    position: relative;
	margin:0 20px 20px;
	padding:20px;
}