﻿/*
Verde: #7BC143
Verde Ligas: #66A036 (mas oscuro)
Gris: #45525A
Gris Clarito: #EBF0F3
Gris Medio: #D9E1E6
*/

*
{
   	font-family:"Corbel", "Calibri", "Verdana", "sans-serif";
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    margin-bottom: 0px;

}

body {
	font-size:11pt;
	color:#45525A;
	font-weight:normal;
    margin: 0cm 0cm 0cm 0cm;
    text-align: center;
}

.content{
	/*padding: .2cm .4cm .2cm .4cm;*/
	margin: 10px 15px 10px 15px;
	width:600px;
	text-align: left;
}

.right    
{
    width: 235px;
    margin: 10px 15px 10px 15px;
}

h1 {
	border:none;
	padding:0cm;
	font-size:14.0pt;
	color:#7BC143;
	margin-bottom:5px;
}

h2 {
	border:none;
	padding:0cm 0cm 0cm 0cm; 
	font-size:13.0pt;
	color:#45525A;
}

h2 a
{
    border: none;
    padding: 0cm 0cm 0cm 0cm;
    font-size: 12.0pt;
    color: #45525A;
    text-decoration: underline;
}

h3 {
	line-height:115%;
	font-size:11.0pt;
	font-variant:small-caps;
	color:#45525A;
	border-bottom:solid 1.0px #45525A;
    padding:0cm 0cm 4.0pt .5cm;
}

ul
{
    	margin-top:1px;
    	margin-bottom:1px;

}

ul li
{
    list-style-image: url('images/bullet_green.png');
    text-align:left;
}

ol li
{
    list-style-image: url('images/bullet_orange.png');
}

.exito
{
    background-image:url('images/accept.png');
    background-repeat:no-repeat;
    padding-left:20px;
    color:#6FC062;
    /*font-style:oblique;*/
}

.mensaje
{
    background-image:url('images/error.png');
    background-repeat:no-repeat;
    padding-left:20px;
    color:#DDB046;
    /*font-style:oblique;*/
}

.error
{
    background-image:url('images/exclamation.png');
    background-repeat:no-repeat;
    padding-left:20px;
    color:#E15C51;
    /*font-weight: bold;*/
}

.autocomplete_completionListElement 
{  
	background-color : #ffffff;
	visibility : hidden;
	margin : 0px;
	border : #535353;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	cursor : hand;
	overflow : auto;
	/*height : 200px;*/
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color : #ffffff;
	color: #DDB046;
	cursor : pointer;
	cursor : hand;
	/*padding: 1px;*/
}

/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : #ffffff;
	color : #535353;
	cursor : pointer;
	cursor : hand;
	/*padding : 1px;*/
}


.enlace {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7BC143;
	text-decoration: none;
}

.enlace:hover {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7BC143;
	text-decoration: underline;
}

a {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #66A036;
	text-decoration: none;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #66A036;
	text-decoration: underline;
}

.menu a:hover {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}


.dynamicPopulate_Normal 
{	
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:400px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:400px;
}


.boton
{
    filter:alpha(opacity=70); 
}

.boton:hover
{
    filter:alpha(opacity=100); 
}

.input
{
  background-image:url('images/BCK_Input.png');
  background-repeat:repeat-x;
  border: solid 1px #999999;
  font-size:10.0pt;
  color:#535353;
  font-weight:normal;
} 

.popUp
{
    position: absolute;
    top: 0px;
    left: 0px;
    right:0px;
    bottom:0px;
    vertical-align:middle;
    /*filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;*/
	background-image:url("images/BCK_TranspGray.gif");

}

.popUpDentro
{
    /*filter:alpha(opacity=100); 
    opacity:1;
    -moz-opacity:1;*/
    margin: 5px 5px 5px 5px;
    /*padding: 10px, 
    position: relative;
	top: 4.7em;*/

}

.mano
{
    cursor : pointer;
	cursor : hand;
}

.nota
{
    font-size: 10.0pt;
    color: #888888;
    font-weight: normal;
    font-style: italic; /*font-style: oblique;*/
}  
  
	
p
{
margin-bottom:0px;
}

/*Modal Popup*/

.modalBackground {

	background-color:black;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.red .ajax__tab_header 
{
    background:url(images/red_bg.gif) repeat-x;
}
.red .ajax__tab_hover .ajax__tab_outer,
.red .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/red_left.gif) no-repeat left top;
}
.red .ajax__tab_hover .ajax__tab_inner,
.red .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/red_right.gif) no-repeat right top;
}

.blue .ajax__tab_header 
{
    background:url(images/blue_bg.gif) repeat-x;
}
.blue .ajax__tab_hover .ajax__tab_outer,
.blue .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/blue_left.gif) no-repeat left top;
}
.blue .ajax__tab_hover .ajax__tab_inner,
.blue .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/blue_right.gif) no-repeat right top;
}

.green .ajax__tab_header 
{
    background:url(images/green_bg.gif) repeat-x;
}
.green .ajax__tab_hover .ajax__tab_outer,
.green .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/green_left.gif) no-repeat left top;
}
.green .ajax__tab_hover .ajax__tab_inner,
.green .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/green_right.gif) no-repeat right top;
}

.orange .ajax__tab_header 
{
    background:url(images/orange_bg.gif) repeat-x;
}
.orange .ajax__tab_hover .ajax__tab_outer,
.orange .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/orange_left.gif) no-repeat left top;
}
.orange .ajax__tab_hover .ajax__tab_inner,
.orange .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/orange_right.gif) no-repeat right top;
}

.purple .ajax__tab_header 
{
    background:url(images/purple_bg.gif) repeat-x;
}
.purple .ajax__tab_hover .ajax__tab_outer,
.purple .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/purple_left.gif) no-repeat left top;
}
.purple .ajax__tab_hover .ajax__tab_inner,
.purple .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/purple_right.gif) no-repeat right top;
}


/* ajax__tab_xp-theme theme */
.ajax__tab_default .ajax__tab_header 
{
	font-size:13px;
	font-weight:bold;
	color:#000;
    font-family:sans-serif;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_outer,
.ajax__tab_default .ajax__tab_header .ajax__tab_outer,
.ajax__tab_default .ajax__tab_hover .ajax__tab_outer
{
    height:46px;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_inner,
.ajax__tab_default .ajax__tab_header .ajax__tab_inner,
.ajax__tab_default .ajax__tab_hover .ajax__tab_inner
{
    height:46px;
    margin-left:16px; /* offset the width of the left image */
}
.ajax__tab_default .ajax__tab_active .ajax__tab_tab,
.ajax__tab_default .ajax__tab_hover .ajax__tab_tab,
.ajax__tab_default .ajax__tab_header .ajax__tab_tab
{
	margin:16px 16px 0px 0px;
}
.ajax__tab_default .ajax__tab_hover .ajax__tab_tab,
.ajax__tab_default .ajax__tab_active .ajax__tab_tab 
{
	color:#fff;
}

.ajax__tab_default .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}



/*Firefox*/
.testimonials-end { margin:20px 0 -15px 20px; background:url(images/testimonials-cloud.gif) no-repeat left top; width:575px; height:15px; }	
.testimonials-cloud {margin:0 0 0 20px; background:url(images/testimonials-cloud.gif) no-repeat left bottom; padding:0px 20px 45px 20px; width:575px; color:#666666; }		
.testimonials-cloud p { font-weight:normal; font-size:11pt; }
.testimonial-author { font-weight:bold; font-size:11pt; text-align:right; padding-right:50px;margin-bottom:25px;}

.testimonials-end2 { margin:20px 0 -15px 20px; background:url(images/testimonials-cloud2.gif) no-repeat left top; width:575px; height:15px; }	
.testimonials-cloud2 {margin:0 0 0 20px; background:url(images/testimonials-cloud2.gif) no-repeat left bottom; padding:0px 20px 45px 20px; width:575px; color:#666666; }		
.testimonials-cloud2 p { font-weight:normal; font-size:11pt; }
.testimonial-author2 { font-weight:bold; font-size:11pt; text-align:left; padding-left:50px;margin-bottom:25px;}
                       

/* IE6 Only */
* html .testimonials-end { margin:20px 0 0px 20px; background:url(images/testimonials-cloud.gif) no-repeat left top; width:575px; height:15px; }	
* html .testimonials-cloud {margin:0 0 0 20px; background:url(images/testimonials-cloud.gif) no-repeat left bottom; padding:0px 20px 45px 20px; width:575px; color:#666666; }		
* html .testimonials-cloud p { font-weight:normal; font-size:11pt; margin:0 40px 0 0; }

* html .testimonials-end2 { margin:20px 0 0px 20px; background:url(images/testimonials-cloud2.gif) no-repeat left top; width:575px; height:15px; }	
* html .testimonials-cloud2 {margin:0 0 0 20px; background:url(images/testimonials-cloud2.gif) no-repeat left bottom; padding:0px 20px 45px 20px; width:575px; color:#666666; }		
* html .testimonials-cloud2 p { font-weight:normal; font-size:11pt; margin:0 40px 0 0; }


/* IE7 Only */
*:first-child+html .testimonials-end { margin:20px 0 0px 20px; background:url(images/testimonials-cloud.gif) no-repeat left top; width:575px; height:15px; }	
*:first-child+html .testimonials-cloud {margin:0 0 0 20px; background:url(images/testimonials-cloud.gif) no-repeat left bottom; padding:0px 20px 45px 20px; width:575px; color:#666666; }		
*:first-child+html .testimonials-cloud p { font-weight:normal; font-size:11pt; margin:0 40px 0 0; }

*:first-child+html .testimonials-end2 { margin:20px 0 0px 20px; background:url(images/testimonials-cloud2.gif) no-repeat left top; width:575px; height:15px; }	
*:first-child+html .testimonials-cloud2 {margin:0 0 0 20px; background:url(images/testimonials-cloud2.gif) no-repeat left bottom; padding:0px 20px 45px 20px; width:575px; color:#666666; }		
*:first-child+html .testimonials-cloud2 p { font-weight:normal; font-size:11pt; margin:0 40px 0 0; }


object#MediaboxSWF:focus { outline: transparent none; }

*:focus { outline: transparent none; }
