#simplemodal-overlay {border : 1px solid #ccc;background-color:#000; cursor:wait;}

/* Container
.close-window {padding:8px;height:400px; width:600px; background-color:#fff; border:3px solid #ccc;} */

#simplemodal-container #basicModalContent {padding:8px;}


	.modal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#000;
		opacity:.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		z-index:101;
	}
	* html .modal-overlay
	{   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	.modal-window
	{
		position:fixed;
		top:50%;
		left:50%;
		margin:0;
		padding:0;
		z-index:102;
		 border:3px solid #ccc;
	}
	* html .modal-window
	{
		position:absolute;
	}
	.close-window1
	{
		position:absolute;
		width:32px;
		height:32px;
		right:8px;
		top:8px;
		background:transparent url('../imgprg/x.png') no-repeat scroll right top;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	.close-window {background:url('../imgprg/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}

	.close-window:hover
	{
		opacity:.99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
	}
		

.ok {
font-size : 180%;
border : 1px dotted green;
margin-top : 5px;
color : green;
font-weight : bold;
background-color : #CCFFCC;
font-family : "lucida grande", tahoma, arial,verdana,  sans-serif;
padding : 10px;
text-align : center;
}


.error {
font-size : 180%;
border : 1px dotted #f9a9a9;
margin-top : 5px;
color : #990000;
font-weight : bold;
background-color : #f1d5d5;
font-family : "lucida grande", tahoma, arial,verdana,  sans-serif;
padding : 10px;
text-align : center;
}

.encabezado_grupos {
font-size : 180%;
border : 1px dotted #f0f0f0;
margin-top : 5px;
color : #555;
font-weight : bold;
background-color : #fafafa;
font-family : "lucida grande", tahoma, arial,verdana,  sans-serif;
padding : 10px;
text-align : left;
}

.caja_cuadro {
padding : 3px 3px 3px 3px;
margin-top : 5px;
margin-bottom : 5px;


border : 1px dotted #f0f0f0;
margin-top : 5px;
color : #000000;
/*font-weight : bold;
font-size : 180%;
background-color : #f1d5d5;*/
font-family : "lucida grande", tahoma, arial,verdana,  sans-serif;
padding : 10px;
text-align : left;
}
html {
height : 100%;
}
html.use_scroll_wrapper {
overflow : hidden;
}
html.auto_resize_iframe {
height : auto;
}
body.auto_resize_iframe {
height : auto;
}
.use_scroll_wrapper #scroll_wrapper {
width : 100%;
height : 100%;
overflow : auto;
position : relative;
}
/* PORTAL */
.portal_exterior {
width : 100%;
margin-top : 10px;
}

.portal_columna {
/*background-color : #f1d5d5;*/
float : left;
margin-right : 0;
}

/* PORTAL */
.portal_blog_colder{
    float:right;
   
    width:35%;
    /*background-color:#ff0;*/
}
.columna_blog_acciones_lnk {
background-color:#fff;
}
#columna_blog_acciones {
/*border : 1px dotted #bbb;
background-color : #fdfdfd;
padding : 5px;*/
margin-left : 10px;


font-size : 100%;
}
#columna_blog_acciones ul {
margin-left : -40px;
}
.columna_blog_acciones_grp {
padding : 1px;
}
#columna_blog_acciones a {
margin-top : 1px;
margin-bottom : 1px;
/*background-color : #f9f9f9;*/
text-decoration : none;
display : block;
}
#columna_blog_acciones a:hover {
/*color : #4696c1;*/
color : #fff;
background-color : #4696c1;
font-weight : bold;
}
.articulo_coment_blog {
border-top : 1px solid #ccc;
margin-bottom : 30px;
text-align : right;
}
.blog_fecha_autor {
margin-top : 5px;
font-size : 85%;
font-weight : bold;
text-align : right;
}
#portal_celda_dere {
padding : 3px;
text-align : left;
}
#portal_celda_dere h2 {
margin-bottom : 3px;
background-color : #fff;
}
body {
height : 100%;
text-align : center;
background : #ccc;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
font-size : 11px;
margin : 0;
padding : 0;
text-align : center;
color : #000000;
}
h1, h2, h3, h4, h5 {
font-size : 13px;
color : #4696c1;
margin : 0;
padding : 0;
}
h1 {
font-size : 14px;
}
h4, h5 {
font-size : 12px;
}
p {
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
font-size : 11px;
line-height : 18px;
}
img {
border : 0;
}
select {
border : 1px solid #bdc7d8;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
font-size : 12px;
padding : 2px;
}
td, td.label {
font-size : 11px;
text-align : left;
}
.exterior #container {
width : 780px;
background : #ffffff;
margin : 0 auto;
text-align : left;
padding : 0 10px;
}
#pathway {
padding : 10px;
font-size : 10px;
}
#container {
background-color : #ffffff;
}
html > body #container {
background-color : #ffffff;
}
a {
color : #4696c1;
text-decoration : none;
cursor : pointer;
color : #4696c1;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
.a_negro {
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
font-size : 10px;
color : #000000;
font-weight : normal;
text-decoration : none;
}
.a_negro:hover {
color : #000000;
}
img {
border : 0;
}
html > body h1 {
font : normal 180% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
padding : 0;
margin : 0 0 0 0;
}
h1 {
font : normal 180% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
padding : 0;
margin : 0 0 0 0;
}
html > body h2 {
font : bold 150% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
padding-bottom : 3px;
margin : 0 0 0 0;
margin-bottom : 0;
margin-top : 0;
}
h2 {
font : bold 150% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
padding-bottom : 0;
margin : 0 0 0 0;
margin-bottom : 0;
margin-top : 0;
}
html > body h3 {
font : bold 110% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
padding : 0 0 0 0;
margin-top : 5px;
margin-bottom : 0;
}
h3 {
font : bold 110% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
padding : 0 0 0 0;
margin-bottom : 0;
margin-top : 5px;
}
html > body h31 {
font : bold 110% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
padding : 10px 0 0 0;
}
h4 {
font : normal 80% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
margin : 0;
}
h5 {
font : bold 100% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
margin : 0;
}
h6 {
font : normal 70% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
margin : 0;
}
hr {
height : 1px;
}
td {
text-align : left;
}
.flecha_p {
margin-bottom : 5px;
border-bottom : 1px solid #4696c1;
}
.h2_titulo {
margin-bottom : 5px;
border-bottom : 1px solid #4696c1;
}
#titu_pag {
border-bottom : 1px solid #999999;
margin-bottom : 10px;
color : #999999;
font : bold 110% Arial #999999;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
}
#titu_pag2, .vermell {
color : #4696c1;
}
.vermell {
color : #4696c1;
}
.aviso {
color : #990000;
font-weight : bold;
}
#clear {
clear : both;
}
#estilo_vista {
margin-left : 0;
margin-top : 0;
padding : 2px;
color : #000;
text-align : right;
font-size : 9px;
font-weight : bold;
}
#menuppal {
clear : both;
padding : 3px;
border : 1px solid #ccc;
background-color : #e7f4ff;
font-size : 75%;
}
html > body #content {
border : 1px dotted #b4b4b4;
border-top : 1px solid #ccc;
border-bottom : 1px solid #ccc;
min-height : 600px;
height : 100%;
}
#content {
border : 1px dotted #bbb;
border-top : 1px solid #ccc;
border-bottom : 1px solid #ccc;
min-height : 600px;
height : 100%;
}
#content h5 {
padding : 2px;
margin-bottom : 1px;
color : #656565;
font : bold 110% Arial;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
}
html > body #content li {
line-height : 18px;
margin-left : -20px;
}
#content li {
line-height : 18px;
margin-left : 10px;
}
#lista_cuadro li {
margin-left : 0;
}
html > body #content ul {
list-style : circle url("../imgprg/sections_fermola.png");
}
#content ul {
list-style : circle url("../imgprg/sections_fer1mola.png");
}
#cabecera {
width : 100%;
}
#content_blanca {
padding : 10px;
margin-top : 0;
margin-left : 10px;
background-color : transparent;
text-align : left;
background-color : #ffffff;
}
#cuadros_ppal {
float : left;
}
#div_adm {
float : left;
position : absolute;
display : none;
border : 1px solid;
background-color : #eee;
font : normal 100% Trebuchet MS;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
margin : 15px 15px;
font-size : 10px;
margin-left : 0;
margin-top : 13px;
padding : 10px;
}
#mambo1 {
padding : 0;
margin-top : 0;
background-color : #2073a6;
text-align : center;
}
#totop {
padding : 0;
margin-top : 0;
text-align : center;
}
#botones_ppal {
padding : 0;
margin-top : -7px;
color : #fff;
background-color : #2073a6;
text-align : right;
}
#botones_ppal a {
color : #fff;
}
#botones_ppal a:hover {
text-decoration : underline;
color : #fff;
}
#topbanner {
padding-top : 0;
margin-bottom : 0;
margin-top : 1px;
text-align : left;
height : 55px;
}
#topbanner_blanco {
background-color : #ffffff;
width : auto;
float : left;
height : 116px;
margin-top : 8px;
border : 1px solid #ccc;
}
#topbanner_logo {
width : 163px;
height : 46px;
margin-left : 5px;
margin-top : 3px;
}
html > body #topbanner_texto {
width : 248px;
margin-left : 9px;
margin-top : 2px;
padding : 0;
color : #fff;
float : left;
text-align : left;
}
#topbanner_texto {
width : 304px;
margin-left : 15px;
margin-top : 0;
padding : 3px;
color : #fff;
float : left;
text-align : left;
}
#topbanner_noticion {
float : right;
color : #fff;
font : normal 90% Trebuchet MS;
margin-right : 5px;
margin-top : 1px;
margin-bottom : 1px;
text-align : center;
}
html > body #topbanner_noticion {
font : normal 80% Trebuchet MS;
float : right;
margin-right : 5px;
margin-top : -1px;
margin-bottom : -1px;
color : #fff;
text-align : center;
}
#topbanner_noticion a {
color : #000;
text-decoration : underline;
}
#topbanner_login a {
font : normal 100% Trebuchet MS;
color : #4696c1;
}
html > body #topbanner_login {
margin-top : 0;
}
#topbanner_quien {
float : right;
}
html > body #topbanner_quien {
float : right;
}
#topbanner_menuzi {
float : left;
width : 100px;
margin-top : -2px;
padding : 1px;
color : #000;
font : normal 80% Trebuchet MS;
}
html > body #topbanner_menuzi {
float : none;
margin-top : 0;
padding : 0;
}
#lista_fichas {
list-style-type : none;
border-bottom : 1px solid #ccc;
margin : 5px;
margin-top : 0;
margin-bottom : 0;
padding : 0;
line-height : 16px;
color : #000;
}
#lista_fichas ul {
margin-top : 5px;
margin-bottom : 0;
}
#lista_fichas a:link#current, #nav a:visited#current {
background-color : #f1f8fe;
text-decoration : none;
}
#lista_fichas li {
list-style-type : none;
border-bottom : 1px solid #ccc;
margin-top : 3px;
margin-bottom : 5px;
padding : 0;
line-height : 16px;
}
#topbanner_headerlink {
width : 178px;
padding : 0;
color : #f99;
margin-top : 28px;
float : right;
}
html > body #topbanner_headerlink {
width : 178px;
padding : 0;
color : #f99;
margin-top : 26px;
float : right;
}
#footer {
background-color : #000;
color : #fff;
font : normal 85% Verdana;
clear : both;
padding : 5px;
width : 100%;
position : relative;
}
#footer a {
color : #fff;
}
#scatolina {
position : absolute;
bottom : 0;
}
#footer1 {
font : normal 75% Verdana;
color : #fff;
clear : both;
padding : 2px;
margin : 7px;
background-color : #fff;
text-align : left;
width : 95%;
border : 1px solid #ccc;
background-color : #4696c1;
}
#footer_direccion {
border : 1px solid #fff;
}
#footer_login {
border : 1px solid orange;
}
#footer_login form {
margin : 0 10px;
}
#footer2 a {
color : #fff;
}
#links {
margin-left : -25px;
padding-left : 0;
line-height : 18px;
}
html > body #links {
margin-left : -28px;
padding-left : 0;
line-height : 18px;
}
html > body #nav {
padding-top : 10px;
margin-top : -14px;
}
#columder {
float : left;
margin-left : 0;
margin-top : 0;
width : 150px;
}
html > body #rightcolumn1 {
float : left;
color : #000;
}
html > body #rightcolumn {
width : 150px;
margin-left : 0;
margin-top : 0;
text-align : left;
}
#rightcolumn {
width : 150px;
margin-left : 0;
margin-top : 0;
text-align : left;
}
#rightcolumn a:hover {
text-decoration : underline;
color : #fff;
}
#nav {
font-size : 11px;
line-height : 12px;
}
#nav a {
padding-bottom : 4px;
padding-top : 4px;
background-color : #fff;
display : block;
text-decoration : none;
}
#nav a:hover {
color : #4696c1;
background-color : #dde9f1;
}
#nav a:link#op_menu, a:visited#op_menu, .opmenu_noactiva {
font-size : 11px;
font-weight : bold;
letter-spacing : -1px;
padding : 3px;
display : block;
color : #555555;
background-color : #c4d8e5;
}
#nav a:hover#op_menu, .opmenu_activa {
background : url("imgprg/sections.png") no-repeat top left;
font-size : 11px;
font-weight : bold;
text-decoration : none;
color : #555555;
background-color : #dde9f1;
display : block;
}
#utilitybox {
text-align : right;
margin-bottom : 10px;
padding-bottom : 2px;
border-bottom : 1px dashed #ccc;
}
#div_link {
padding : 3px;
border : 1px solid;
border : 1px solid #ccc;
background-color : #eee;
font : normal 50% Trebuchet MS;
margin : 20px 0;
width : 350px;
}
#envia_amigo1 {
text-align : center;
margin-top : 2px;
margin-bottom : 8px;
padding : 0 5px 5px 10px;
border : 1px dashed #ccc;
background-color : #fcfcfc;
width : 75%;
}
#wrapper {
margin : 0 auto;
width : 700px;
padding : 0;
}
.thumbnail {
float : left;
width : 33%;
margin : 0;
padding-right : 0;
line-height : 100%;
}
.thumbnail img {
float : left;
margin-right : 5px;
border : 1px solid #ccc;
}
.caja_grupo {
border : 1px solid #ddd;
padding:5px;
}
.caja_editor {
height : 500px;
width : 100%;
border : 1px dotted #ddd;
}

#caja_datos, .tablacaja, .caja_datos {
color : #000;
}
#caja_datos td, .tablacaja td {
color : #000;
}
.image {
margin : 0 5px 5px 0;
}
#nltsweb {
line-height : 18px;
font-size : 12px;
}
#nltswebcuerpo {
float : left;
margin-top : 3px;
width1 : 535px;
/*padding : 5px 5px 5px 5px;*/
}

html > body #nltswebcuerpo1 {
width1 : 520px;
}
#nltswebmenu {
/*text-align : left;
margin-top : 5px;
margin-bottom : 8px;
padding : 5px 5px 5px 5px;
border : 1px dashed #ccc;
background-color : #fcfcfc;*/
line-height : 18px;
font-size: x-small;
font-weight : bold;
width : 100%;
}
#nltswebmenu h3 {
text-align : center;
margin-bottom : 5px;
}
#nltswebmenu a {
color : #fff;
}
#nltswebmenu a:hover {
color : orange;
text-decoration : underline;
}

.caja_articulonlts {
padding : 10px;
padding-right : 10px;
margin-bottom:10px;
line-height : 14px;
}

.caja_articulonlts h1 {
text-align : left;
padding-bottom : 3px;
margin-bottom : 5px;
font-size : 24px;
color: #29407F;
} 
.caja_articulonlts h5 {
margin-bottom:-15px;
color: orange;
} 
.caja_articulonlts a {
color: #29407F;
}
#nltsnoticorta {
line-height : 14px;
text-align : left;
margin-bottom : 8px;
margin-top : 3px;
/*
border : 1px dotted #ccc;
background-color : #eef3f7;color : #555555;;*/
font-size : 10px;

width : 98%;
}
#nltsnoticorta p {
font-size : 10px;
}
#nltsnoticorta h3 {
text-align : left;
padding-bottom : 3px;
margin-bottom : 5px;
font-size : 12px;
color: orange;
}
#nltsnoticorta h2 {
text-align : left;
padding-bottom : 3px;
margin-bottom : 5px;
font-size : 12px;
display : inline;
color: orange;
}
#nltsnoticorta a {
color : orange;
}
#nltsnoticorta a:hover {
color : orange;
text-decoration : underline;
}
#caja_sus a {
color: #29407F;
}
#susc_sol {
text-align : left;
margin-bottom : 8px;
margin-top : 0;
border : 1px dashed #ccc;
background-color : #29407F;
color : #fff;
width : 100%;
}
#susc_sol1 {
text-align : right;
margin-bottom : 8px;
margin-top : 0px;;
width : 100%;
height:100px;
background :  url("../nlts/nltsweb/fondo-artnlts.png") no-repeat 0 0;
}
#susc_sol2 {
text-align : right;
margin-bottom : 8px;
margin-top : 0px;;
width : 100%;
height:100px;
background :  url("../nlts/nltsweb/fondo-artnlts.png") no-repeat 0 0;
/*border : 1px dashed #ccc;
background-color : #a8b7c7;

color : #fff;width : 750px;
*/


}
.row0 {
background-color : #e2eefc;
}
.row1 {
background-color : #f1f8fe;
}
.lineas_arribabajo {
border : none;
border-top : 1px solid #4696c1;
border-bottom : 1px solid #4696c1;
padding : 3px;
}
.INPUTfer {
font-family : "lucida grande",Arial,Verdana, tahoma, verdana, arial, sans-serif;
font-size : 11px;
cursor : pointer;
color : #000;
font-weight : bold;
font-weight : normal;
border : 1px solid #999;
}
.INPUTferBT1 {
font-family : "lucida grande",Arial,Verdana, tahoma, verdana, arial, sans-serif;
background-color : #f5f5f5;
border : 1px solid #999;
color : #555;
font-size : 10px;
font-weight : normal;
}
.pqINPUTfer {
font-family : "lucida grande",Arial,Verdana, tahoma, verdana, arial, sans-serif;
background-color : #f5f5f5;
border : 1px solid #555;
color : #000000;
font-size : 9px;
font-weight : normal;
margin-bottom : 1px;
}
#caja_scroll, .caja_scroll {
width : auto;
height : 210px;
overflow : auto;
background-color : #fff;
border-left : 1px solid #dadada;
border-right : 1px solid #dadada;
}
#caja_scroll .comentario {
border-top : 1px dashed #dadada;
padding : 1px 1px;
clear : both;
font-size : 11px;
}
#calenfechas a {
color : #555555;
}
.mnu_gesase {
padding : 1px;
border : 1px solid #ffffff;
}
div.forumlatest {
border : 1px solid #636363;
padding : 2px;
}
div.forumlatest h2 {
font-weight : bold;
font-size : 100%;
margin : 0;
padding : 0;
}
table.forumtable {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
border : 1px solid #636363;
padding : 3px;
width : 98%;
border-spacing : 0 0;
margin-top : 0;
margin-left : auto;
margin-right : auto;
margin-bottom : 10px;
}
table.forumtable tr.title {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
background : #eaeaea;
padding : 3px;
margin : 5px;
}
table.forumtable tr.title td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
padding : 3px;
margin : 0;
border : 0;
border-bottom : 1px solid #636363;
}
table.forumtable tr.even {
background : #ffffff;
}
table.forumtable tr.odd {
background : #eaeaea;
}
div.forumhead {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
border : 1px solid #636363;
background : #eaeaea;
width : 98%;
margin-left : auto;
margin-right : auto;
margin-top : 0;
margin-bottom : 10px;
padding : 3px 0;
}
div.forumhead table {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
width : 100%;
border : 0;
border-spacing : 0 0;
padding : 0;
margin : 0;
}
div.forumhead table td {
border : 0;
padding : 3px;
margin : 0;
}
div.forummessage {
border : 1px dotted #636363;
width : 98%;
margin-left : auto;
margin-right : auto;
margin-top : 0;
margin-bottom : 10px;
padding : 0;
}
div.forummessage blockquote {
border : 1px dotted #636363;
margin : 5px 5px 5px 25px;
padding : 3px;
}
div.forummessage div.head {
border : none;
padding : 0;
background : #eaeaea;
}
div.forummessage div.text {
border : none;
padding : 10px;
}
div.forummessage div.foot {
border : none;
padding : 0;
}
div.forumcomment {
border : 0;
margin : 5px 0 5px 25px;
padding : 0;
}
div.forumnotice {
border : 1px solid #636363;
background : #eaeaea;
width : 98%;
margin-left : auto;
margin-right : auto;
margin-top : 0;
margin-bottom : 10px;
padding : 3px 0;
}
div.frame {
width : 98%;
margin-left : auto;
margin-right : auto;
margin-top : 0;
margin-bottom : 10px;
padding : 0;
}
form {
margin : 0%;
padding : 0%;
}
.caja_funportal {border: 1px solid transparent;
background-color : #fff;
}
.box_0 {
padding : 0 12px 0 0;
background : #fff url("../imgprg/borders.gif") repeat-y 100% 0;
}
.bi_0 {
padding : 0 0 0 12px;
background : #fff url("../imgprg/borders.gif") repeat-y 0 0;
}
.bt_0 {
height : 17px;
margin : 0 -12px;
background : #fff url("../imgprg/box.gif") no-repeat 100% 0;
}
.bt_0 div {
width : 18px;
height : 17px;
background : #fff url("../imgprg/box.gif") no-repeat 0 0;
}
.bb_0 {
height : 17px;
margin : 0 -12px;
background : #fff url("../imgprg/box.gif") no-repeat 100% 100%;
}
.bb_0 div {
width : 18px;
height : 17px;
background : #fff url("../imgprg/box.gif") no-repeat 0 100%;
}
.box_0 h2 {
padding : 0.3em 1px;
background : #dde9f1;
font-size : 1.2em;
color : #4696c1;
}
.box_1 {
padding : 0 3px 0 0;
background : #fff url("../imgprg/borders_1px.gif") repeat-y 100% 0;
}
.box_int_1 {
padding : 0 2px 0 2px;
}
.bi_1 {
padding : 0 0 0 4px;
background : #fff url("../imgprg/borders_1px.gif") repeat-y 0 0;
}
.bt_1 {
height : 10px;
margin : 0 -2px;
background : url("../imgprg/box_1px.gif") no-repeat 100% 0;
}
.bt_1 div {
width : 8px;
height : 10px;
background : url("../imgprg/box_1px.gif") no-repeat 0 0;
}
.bb_1 {
height : 10px;
margin : 0 -2px;
background : url("../imgprg/box_1px.gif") no-repeat 100% 100%;
}
.bb_1 div {
width : 9px;
height : 10px;
background : url("../imgprg/box_1px.gif") no-repeat 0 100%;
}
.box_1 h2 {
padding : 0.3em 10px;
background : #dde9f1;
font-size : 1.2em;
color : #4696c1;
}
.box_2 {
padding : 0 12px 0 0;
background : #fff url("../imgprg/borders_doble.gif") repeat-y 100% 0;
}
.bi_2 {
padding : 0 0 0 12px;
background : #fff url("../imgprg/borders_doble.gif") repeat-y 0 0;
}
.bt_2 {
height : 17px;
margin : 0 -12px;
background : #fff url("../imgprg/box_curva_doble_ambos.gif") no-repeat 100% 0;
}
.bt_2 div {
width : 18px;
height : 17px;
background : #fff url("../imgprg/box_curva_doble_ambos.gif") no-repeat 0 0;
}
.bb_2 {
height : 17px;
margin : 0 -12px;
background : #fff url("../imgprg/box_curva_doble_ambos.gif") no-repeat 100% 100%;
}
.bb_2 div {
width : 18px;
height : 17px;
background : #fff url("../imgprg/box_curva_doble_ambos.gif") no-repeat 0 100%;
}
.box_2 h2 {
margin : 0;
background : #dde9f1;
font-size : 1.2em;
color : #4696c1;
}
.box_int_2 {
padding-left : 6px;
padding-right : 2px;
padding-top : 3px;
margin-top : -3px;
background : #fff;
}
.box_3 {
padding : 0 12px 0 0;
background : #fff url("../imgprg/borders_verde_2.gif") repeat-y 100% 0;
}
.bi_3 {
padding : 0 0 0 12px;
background : #fff url("../imgprg/borders_verde_2.gif") repeat-y 0 0;
}
.bt_3 {
height : 17px;
margin : 0 -12px;
background : url("../imgprg/box_verde_2.gif") no-repeat 100% 0;
}
.bt_3 div {
width : 18px;
height : 17px;
background : url("../imgprg/box_verde_2.gif") no-repeat 0 0;
}
.bb_3 {
height : 17px;
margin : 0 -12px;
background : url("../imgprg/box_verde_2.gif") no-repeat 100% 100%;
}
.bb_3 div {
width : 18px;
height : 17px;
background : url("../imgprg/box_verde_2.gif") no-repeat 0 100%;
}
.box_3 h2 {
padding : 0.3em 10px;
background : #dde9f1;
font-size : 1.2em;
color : #4696c1;
}
.box_3 {
color : #fff;
}
.box_4 {
padding : 0 4px 0 0;
background : #fff url("../imgprg/borders_verde.gif") repeat-y 100% 0;
}
.bi_4 {
padding : 0 0 0 4px;
background : #fff url("../imgprg/borders_verde.gif") repeat-y 0 0;
}
.bt_4 {
height : 11px;
margin : -4px;
background : url("../imgprg/box_verde.gif") no-repeat 100% 0;
}
.bt_4 div {

width : 12px;
height : 11px;
background :  url("../imgprg/box_verde.gif") no-repeat 0 0;
}
.bb_4 {
height : 11px;
margin : 0 -4px;
background : url("../imgprg/box_verde.gif") no-repeat 100% 100%;
}
.bb_4 div {
width : 12px;
height : 11px;
background : url("../imgprg/box_verde.gif") no-repeat 0 100%;
}
.box_4 h2 {
margin : 0;
padding : 0.3em 10px;
background : #59a7cc;
font-size : 1.2em;
color : #fff;
}
.box_4 {
margin-top : 10px;
color : #444;
background-color : #00f;
}
.cssButtonSide-left *, .cssButtonSide-right * {
float : left;
}
.ubtn {
white-space : nowrap;
cursor : pointer;
}
.ubtn a, input.ubtn {
font-weight : bold;
text-transform : uppercase;
color : #fff !important ;
text-decoration : none !important ;
overflow : hidden;
}
.ubtn-disabled, .ubtn-disabled a, .ubtn-disabled a:hover, .ubtn-disabled:hover a {
color : #cacaca !important ;
text-decoration : none !important ;
cursor : default;
}
div.ubtn {
background-position : right;
background-repeat : no-repeat;
padding : 0 3px 0 0;
margin : 0.25em;
max-width : 397px;
max-height : 400px;
}
div.ubtn div {
background-repeat : no-repeat;
}
div.ubtn .i {
background-position : left;
padding : 0 0 0 3px;
}
.ubtn-large div.ubtn .i div {
line-height : 10px;
font-size : 10px;
}
.ubtn-small div.ubtn .i div {
line-height : 9px;
font-size : 9px;
}
.ubtn-huge div.ubtn .i div {
line-height : 13px;
font-size : 13px;
}
div.ubtn .t {
background-position : top right;
margin : 0 -3px;
}
div.ubtn .t div {
float : left;
background-position : top left;
width : 10px;
}
.ubtn-small div.ubtn .t div {
width : 7px;
}
div.ubtn .b {
background-position : bottom right;
margin : 0 -3px;
}
div.ubtn .b div {
float : left;
background-position : bottom left;
width : 10px;
}
.ubtn-small div.ubtn .b div {
width : 7px;
}
div.ubtn a {
clear : both;
display : block;
margin : 0 0.5em;
padding : 0 0.5em;
line-height : 14px;
text-align : center;
position : relative;
overflow : visible;
white-space : nowrap;
width : 1%;
}
div.ubtn a span {
display : block;
position : relative;
top : -2px;
background : transparent !important ;
margin-bottom : -4px;
}
.ubtn-small div.ubtn a {
margin : 0 0.5em -3px;
padding : 0 0.5em;
line-height : 10px;
}
.ubtn-huge div.ubtn a {
font-size : 20px;
line-height : 22px;
white-space : normal;
}
.arrow-large-right div.ubtn {
padding-right : 35px;
}
.arrow-large-right div.ubtn .i {
position : relative;
padding-left : 10px;
}
.arrow-large-left div.ubtn {
padding-right : 10px;
}
.arrow-large-left div.ubtn .i {
position : relative;
padding-left : 30px;
}
.arrow-large-left div.ubtn a, .arrow-large-right div.ubtn a {
white-space : nowrap;
line-height : 41px;
}
.arrow-large-right div.ubtn a {
text-align : left;
}
.arrow-large-left div.ubtn a {
text-align : right;
}
.no-bidi div.ubtn .t div, .no-bidi div.ubtn .b div {
float : none;
}
.no-bidi div.ubtn a {
clear : none;
width : auto;
}
span.ubtn {
vertical-align : bottom;
}
.ubtn-small span.ubtn {
display : inline-block;
}
span.ubtn span, span.ubtn a {
background-repeat : no-repeat;
}
span.ubtn .i {
background-position : top;
}
span.ubtn .i a {
padding-left : 1em;
padding-right : 1em;
background-position : bottom;
white-space : nowrap;
unicode-bidi : embed;
}
span.ubtn .left {
background-position : top left;
}
span.ubtn .left span {
background-position : bottom left;
}
span.ubtn .right {
background-position : top right;
}
span.ubtn .right span {
background-position : bottom right;
}
.ubtn-small span.ubtn .i, .ubtn-small span.ubtn .left, .ubtn-small span.ubtn .right {
padding-top : 3px;
}
.ubtn-small span.ubtn .i a, .ubtn-small span.ubtn .left span, .ubtn-small span.ubtn .right span {
padding-bottom : 3px;
}
.ubtn-large span.ubtn .i, .ubtn-large span.ubtn .left, .ubtn-large span.ubtn .right {
padding-top : 7px;
}
.ubtn-large span.ubtn .i a, .ubtn-large span.ubtn .left span, .ubtn-large span.ubtn .right span {
padding-bottom : 7px;
}
.ubtn-large span.ubtn .left img {
padding-right : 5px;
}
.ubtn-large span.ubtn .right img {
padding-left : 5px;
}
.arrow-large-right span.ubtn, .arrow-large-left span.ubtn {
line-height : 44px;
}
.arrow-large-right span.ubtn .i, .arrow-large-right span.ubtn .left, .arrow-large-right span.ubtn .right, .arrow-large-left span.ubtn .i, .arrow-large-left span.ubtn .left, .arrow-large-left span.ubtn .right {
padding-top : 14px;
padding-bottom : 15px;
}
.arrow-large-right span.ubtn .i a, .arrow-large-right span.ubtn .left span, .arrow-large-right span.ubtn .right span, .arrow-large-left span.ubtn .i a, .arrow-large-left span.ubtn .left span, .arrow-large-left span.ubtn .right span {
background-image : none !important ;
}
.arrow-large-right span.ubtn .right img {
padding-left : 30px;
}
.arrow-large-left span.ubtn .left img {
padding-right : 30px;
}
input.ubtn {
border : 2px solid;
color : #fff;
}
input.ubtn-block {
display : block;
float : left;
}
.ubtn-large .ubtn-verde-on-white div.ubtn, .ubtn-large .ubtn-verde-on-white div.ubtn div, .ubtn-large .ubtn-verde-on-white span.ubtn span, .ubtn-large .ubtn-verde-on-white span.ubtn a {
background-color : #69f;
background-image : url(../img/btns/ubtn_verde_white_large.png);
}
.ubtn-large .ubtn-verde-on-verde div.ubtn, .ubtn-large .ubtn-verde-on-verde div.ubtn div, .ubtn-large .ubtn-verde-on-verde span.ubtn span, .ubtn-large .ubtn-verde-on-verde span.ubtn a {
background-color : #36c;
background-image : url(../img/btns/ubtn_verde_verde_large.png);
}
.ubtn-large .ubtn-orange-on-white div.ubtn, .ubtn-large .ubtn-orange-on-white div.ubtn div, .ubtn-huge .ubtn-orange-on-white div.ubtn, .ubtn-huge .ubtn-orange-on-white div.ubtn div, .ubtn-large .ubtn-orange-on-white span.ubtn span, .ubtn-large .ubtn-orange-on-white span.ubtn a {
background-color : #69f;
background-image : url(../img/btns/ubtn_orange_white_large.png);
}
.ubtn-large .ubtn-light_orange-on-white div.ubtn, .ubtn-large .ubtn-light_orange-on-white div.ubtn div, .ubtn-huge .ubtn-light_orange-on-white div.ubtn, .ubtn-huge .ubtn-light_orange-on-white div.ubtn div, .ubtn-large .ubtn-light_orange-on-white span.ubtn span, .ubtn-large .ubtn-light_orange-on-white span.ubtn a {
background-color : #f81;
background-image : url(../img/btns/ubtn_light_orange_white_large.png);
}
.ubtn-small .ubtn-verde-on-white div.ubtn, .ubtn-small .ubtn-verde-on-white div.ubtn div, .ubtn-small .ubtn-verde-on-white span.ubtn span, .ubtn-small .ubtn-verde-on-white span.ubtn a {
background-color : #69f;
background-image : url(../img/btns/ubtn_verde_white_small.png);
}
.ubtn-small .ubtn-orange-on-white div.ubtn, .ubtn-small .ubtn-orange-on-white div.ubtn div, .ubtn-small .ubtn-orange-on-white span.ubtn span, .ubtn-small .ubtn-orange-on-white span.ubtn a {
background-color : #f60;
background-image : url(../img/btns/ubtn_orange_white_small.png);
}
.ubtn-small .ubtn-verde-on-tan div.ubtn, .ubtn-small .ubtn-verde-on-tan div.ubtn div, .ubtn-small .ubtn-verde-on-tan span.ubtn span, .ubtn-small .ubtn-verde-on-tan span.ubtn a {
background-color : #69f;
background-image : url(../img/btns/ubtn_verde_tan_small.png);
}
.ubtn-small .ubtn-orange-on-dark_tan div.ubtn, .ubtn-small .ubtn-orange-on-dark_tan div.ubtn div, .ubtn-small .ubtn-orange-on-dark_tan span.ubtn span, .ubtn-small .ubtn-orange-on-dark_tan span.ubtn a {
background-color : #f60;
background-image : url(../img/btns/ubtn_orange_dark_tan_small.gif);
}
.ubtn-small .ubtn-verde-on-dark_tan div.ubtn, .ubtn-small .ubtn-verde-on-dark_tan div.ubtn div, .ubtn-small .ubtn-verde-on-dark_tan span.ubtn span, .ubtn-small .ubtn-verde-on-dark_tan span.ubtn a {
background-color : #69f;
background-image : url(../img/btns/ubtn_verde_dark_tan_small.gif);
}
.ubtn-small .ubtn-verde-on-white div.ubtn-disabled, .ubtn-small .ubtn-verde-on-white div.ubtn-disabled div, .ubtn-small .ubtn-verde-on-white span.ubtn-disabled span, .ubtn-small .ubtn-verde-on-white span.ubtn-disabled a, .ubtn-small .ubtn-orange-on-white div.ubtn-disabled, .ubtn-small .ubtn-orange-on-white div.ubtn-disabled div, .ubtn-small .ubtn-orange-on-white span.ubtn-disabled span, .ubtn-small .ubtn-orange-on-white span.ubtn-disabled a {
background-color : #959595;
background-image : url(../img/btns/ubtn_gray_white_small.png);
}
.ubtn-verde-on-white input.ubtn {
border-color : #9cf #036 #036 #9cf;
background-color : #691;
}
.ubtn-orange-on-white input.ubtn {
border-color : #ff751a #e55c00 #e55c00 #ff751a;
background-color : #f60;
}
.ubtn-verde-on-verde input.ubtn {
border-color : #69f #025 #025 #69f;
background-color : #36c;
}
.arrow-large-left .ubtn-orange-on-white div.ubtn div, .arrow-large-right .ubtn-orange-on-white div.ubtn div {
background-image : none;
background-color : transparent;
}
.arrow-large-right .ubtn-orange-on-white div.ubtn, .arrow-large-right .ubtn-orange-on-white div.ubtn .i, .arrow-large-right .ubtn-orange-on-white span.ubtn span, .arrow-large-right .ubtn-orange-on-white span.ubtn a {
background-image : url(../img/btns/arrow_orange_white_right_large.gif);
background-color : transparent;
}
.arrow-large-left .ubtn-orange-on-white div.ubtn, .arrow-large-left .ubtn-orange-on-white div.ubtn .i, .arrow-large-left .ubtn-orange-on-white span.ubtn span, .arrow-large-left .ubtn-orange-on-white span.ubtn a {
background-image : url(../img/btns/arrow_orange_white_left_large.gif);
background-color : transparent;
}
.arrow-large-right .ubtn-orange-on-white div.ubtn a span, .arrow-large-left .ubtn-orange-on-white div.ubtn a span {
background-color : #f60;
}
.arrow-large-right .ubtn-gray-on-white div.ubtn, .arrow-large-right .ubtn-gray-on-white div.ubtn .i, .arrow-large-right .ubtn-gray-on-white span.ubtn span, .arrow-large-right .ubtn-gray-on-white span.ubtn a {
background-image : url(../img/btns/arrow_gray_white_right_large.png);
}
.arrow-large-left .ubtn-gray-on-white div.ubtn, .arrow-large-left .ubtn-gray-on-white div.ubtn .i, .arrow-large-left .ubtn-gray-on-white span.ubtn span, .arrow-large-left .ubtn-gray-on-white span.ubtn a {
background-image : url(../img/btns/arrow_gray_white_left_large.png);
}
.arrow-large-right .ubtn-gray-on-white div.ubtn a span, .arrow-large-left .ubtn-gray-on-white div.ubtn a span {
background-color : #b5b5b5;
}
.arrow-large-right .ubtn-orange-on-white div.ubtn .i, .arrow-large-left .ubtn-orange-on-white div.ubtn .i {
background-color : #fff;
}
div.ubtn-left {
float : left;
display : inline;
}
div.ubtn-right {
float : right;
display : inline;
}
div.ubtn-none {
float : none;
}
body div.ubtn-left {
float : left;
display : inline;
}
body div.ubtn-right {
float : right;
display : inline;
}
body div.ubtn-none {
float : none;
}
.cssButton {
padding : 0 1px;
display : block;
position : relative;
font-size : small;
font-family : "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
line-height : 1.2em;
text-transform : uppercase;
}
.cssButton, .cssButton a, .cssButton:hover, .cssButton:hover a, .cssButton:active, .cssButton:active a, .cssButton:visited, .cssButton:visited a, .cssButton:link, .cssButton:link a {
text-decoration : none;
color : #fff;
cursor : pointer;
}
.cssButtonSide-left {
float : left;
display : inline;
margin : 0 5px 0 0;
}
.cssButtonSide-right {
float : right;
display : inline;
margin : 0 0 0 5px;
}
.cssButtonSide-none {
float : none;
}
.cssButtonOuter {
border-width : 2px 0;
border-style : solid;
position : relative;
}
.cssButtonMiddle {
border-width : 2px;
border-style : solid;
margin : -1px;
position : relative;
}
.cssButtonInner {
border-width : 1px 0;
border-style : solid;
margin : -2px -1px;
position : relative;
}
.cssButtonSize-smallest .cssButtonInner {
padding : 0 7px;
font-weight : normal;
font-size : 95%;
}
.cssButtonSize-small .cssButtonInner {
padding : 2px 11px;
font-weight : bold;
}
.cssButtonSize-small a {
text-decoration : none;
}
.cssButtonSize-smallest a {
text-decoration : none;
}
.ubtn-disabled .cssButtonOuter {
border-color : #333;
}
/*rojo*/
.cssButtonColor-rojo .cssButtonInner {
background : #a60f1d;
border-color : #AF8084 transparent #850D18;
}
.cssButtonColor-rojo a:active .cssButtonInner {
background : #a60f1d;
border-color : #850D18 transparent #AF8084;
}
.cssButtonColor-rojo a:hover .cssButtonInner {
background : #a60f1d;
border-color : #850D18 transparent #AF8084;
color : #eee;
text-decoration : none;
}
.cssButtonColor-rojo .cssButtonOuter, .cssButtonColor-rojo .cssButtonMiddle {
border-color : #5A060D;
}
/*Azul*/
.cssButtonColor-azul .cssButtonInner {
background : #4696C1;
border-color : #BDD9E9 transparent #2B6F9E;
}
.cssButtonColor-azul a:active .cssButtonInner {
background : #4696C1;
border-color : #2B6F9E transparent #BDD9E9;
}
.cssButtonColor-azul a:hover .cssButtonInner {
background : #4696C1;
border-color : #2B6F9E transparent #BDD9E9;
color : #eee;
text-decoration : none;
}
.cssButtonColor-azul .cssButtonOuter, .cssButtonColor-azul .cssButtonMiddle {
border-color : #02456f;
}
/*Orange*/
.cssButtonColor-orange .cssButtonOuter, .cssButtonColor-orange .cssButtonMiddle {
border-color : #930;
}
.cssButtonColor-orange .cssButtonInner {
background : #f70;
border-color : #f93 transparent #e60;
}
.cssButtonColor-orange a:active .cssButtonInner {
background : #f70;
border-color : #e60 transparent #f93;
color : #fff;
}
.cssButtonColor-orange a:hover .cssButtonInner {
background : #f70;
border-color : #e60 transparent #f93;
color : #eee;
/*text-decoration : underline;*/
}
/*Verde*/
.cssButtonColor-verde .cssButtonInner {
background : #691;
border-color : #8b1 transparent #581;
}
.cssButtonColor-verde a:active .cssButtonInner {
background : #691;
border-color : #581 transparent #8b1;
}
.cssButtonColor-verde a:hover .cssButtonInner {
background : #691;
border-color : #581 transparent #8b1;
color : #eee;
text-decoration : none;
}
.cssButtonColor-verde .cssButtonOuter, .cssButtonColor-verde .cssButtonMiddle {
border-color : #031;
}
.ubtn-disabled .cssButtonInner {
background : #666;
border-color : #666;
}
#tab1 {
background-color : #4696c1;
color : white;
font-weight : bold;
}
#tabs {
display : block;
float : left;
width : 100%;
}
a.tab {
border-collapse : collapse;
border-style : solid solid none solid;
border-color : #ccc;
border-width : 1px 1px 0 1px;
background-color : #dde9f1;
padding : 4px 0.1em 2px 0.1em;
margin-top : 4px;
margin-right : 2px;
text-decoration : none;
width : 11%;
height : 16px;
text-align : center;
vertical-align : bottom;
float : left;
font-family : "lucida grande", tahoma, verdana, arial, sans-serif;
font-size : 10px;
font-weight : bold;
}
a.tab:hover {
border-color : #ccc;
background-color : white;
text-decoration : underline;
}
.panel1 {
border : 1px solid #ccc;
background-color : blue;
padding : 5px;
height : 200px;
overflow : auto;
clear : left;
}
.style1 {
color : #003366;
font-weight : bold;
font-size : 12px;
}
.style2 {
border : 1px solid #ccc;
}


