﻿/* START - general */

body {
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
  }
  
.tabla_top {
	width:935px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/top_background.jpg);
	background-repeat: repeat-x;
  }
  
.tabla_centro {
	width:935px;
	margin-left:auto;
	margin-right:auto;
	background:#ebebeb;
}
  
.tabla_footer {
	width:935px;
	margin-left:auto;
	margin-right:auto;
}
  
.tabla_edit {
    border:0px;
	padding:0px;
	margin:0px;
}

.tabla_edit td.help {
    width:18px;
}

.td_vert {
    vertical-align:top;
}

.linea { 
	background-image:url(../images/linea_fina.gif);
	background-position:center;
	background-repeat:repeat-x;
	padding:0px;
	height: 8px;
	color:#FFFFFF;
}

.linea_oscura { 
	background-image:url(../images/linea_oscura.gif);
	background-position:center;
	background-repeat:repeat-x;
	padding:0px;
	height: 8px;
	color:#FFFFFF;
}

.submenu {
	width:195px;
	background-image:url(../images/submenu_back.jpg);
	background-repeat: repeat-y;
  }
.bench_dropdown {
  font-size:10px;
  color:#666666;
  width:110px;
  height:16px;
  background:#fbfbfb;
}

.edit_dropdown {
  font-size:10px;
  color:#666666;
  height:16px;
  background:#fbfbfb;
}

.titulo_principal {
  font-size:16px;
  color:#888888;
  font-weight:bold;
  height:30px;
}

.titulo_second {
  font-size:11px;
  color:#888888;
  font-weight:bold;
  height:30px;
}

.titulo_gris {
  font-size:12px;
  color:#a1a1a1;
  font-weight:bold;
}

.titulo_gris2 {
  font-size:12px;
  color:#696969;
  font-weight:bold;
}

.titulo_gris3 {
  font-size:10px;
  color:#696969;
  font-weight:bold;
}

ul, ul a {
  /*list-style-image:url(../images/bullet_flechi22.gif);
  font-size:11px;*/
  color:#6db12a;
  text-decoration:none;
}

ul, ul a:hover {
  list-style-image:url(../images/bullet_flechi.gif);
  font-size:11px;
  color:#666666;
  text-decoration:none;
}

ul#tildeverde li {
  list-style-image:url(../images/bullet_tilde_verde.gif);
  font-size:11px;
  color:#666666;
  text-decoration:none;
  margin:0px;
  padding:0px;
}

.punteado { 
    height:3px;
	background-image:url(../images/bottom_punteado.gif);
	background-repeat:repeat-x;
}

.regular {
  font-size:11px;
  color:#666666;
  text-decoration:none;
}

.regularBIG {
  font-size:13px;
  color:#666666;
  text-decoration:none;
}

.regular a {
  color:#6db12a;
  text-decoration:none;
}

.regularBIG a {
  color:#6db12a;
  text-decoration:none;
}


.regular a:hover {
  color:#333333;
  text-decoration:none;
}

.regularBIG a:hover {
  color:#333333;
  text-decoration:none;
}

.regular .title {
  color:#888888;
  text-decoration:none;
}

.regularBIG .title {
  color:#888888;
  text-decoration:none;
}
/* END - general */





/* START - Cuadros Centrales TOP */

.cuadros {
  background-image:url(../images/cuadros_back.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
}

.cuadros_top {
	background-image:url(../images/cuadros_top.gif);
	background-repeat:no-repeat;
	background-color:#99cc33;
	width:359px;
	height:17px;
}

.cuadros_bottom {
	background-image:url(../images/cuadros_bottom.jpg);
	background-repeat:no-repeat;
	width:359px;
	height:24px;
}

.cuadros_big {
    background-image:url(../images/cuadros_back_big.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
}

.cuadros_top_big {
	background-image:url(../images/cuadros_top_big.gif);
	background-repeat:no-repeat;
	background-color:#99cc33;
	width:724px;
	height:17px;
}

.cuadros_bottom_big {
	background-image:url(../images/cuadros_bottom_big.jpg);
	background-repeat:no-repeat;
	width:724px;
	height:24px;
}

.titulo_cuadros, .titulo_cuadros a {
  font-size:11px;
  color:#6db12a;
  font-weight:bold;
  text-decoration:none;
}

.titulo_cuadros_big, .titulo_cuadros_big a {
  font-size:14px;
  color:#6db12a;
  font-weight:bold;
  text-decoration:none
}


.cuadros_separador { 
    height:30px;
	background-image:url(../images/linea.gif);
	background-repeat:repeat-x;
}

/* END - Cuadros Centrales */



/* START - Tablas grises */

.tablas_grises {
	width:90%;
	padding:3px;
	border:1px;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse:collapse;
}

.tablas_grises td  {
	/*width:33%;*/
	padding:3px;
	border:1px;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse:collapse;
} 

.tablas_grises td.gris  {
	/*width:33%;*/
	background-color:#dcdcdc;
} 

.tablas_grises td.gris2  {
	/*width:33%;*/
	color:#FFFFFF;
	background-color:#adadad;
} 


/* END - Tablas grises */





/* START - Menu chico TOP */

.menu_top_chico, .menu_top_chico a {
  font-size:9px;
  color:#a1a1a1;
  text-decoration:none;
}

.menu_top_chico a:hover {
	color: #6db12a;
	text-decoration:none;
}

/* END - Menu chico TOP */
 
 
 
 
/* START - Menu principal TOP */

.menu_principal, .menu_principal a {
	background-image:url(../images/top_menu_background.gif);
	background-repeat: repeat-x;
  	font-size:16px;
  	color:#a1a1a1;
  	text-decoration:none;
  	font-weight:600;
  }

.menu_principal a:hover {
  	color: #6db12a;
  	text-decoration:none;
}

.menu_principal_on {
  	background:url(../images/top_menu_background_on.gif);
 	  background-repeat:repeat-x;
  	color: #6db12a;
 }
 
 .menu_principal_on a{  	
  	color: #6db12a;
 }

.menu_principal_sub {
  	font-size:11px;
  	color: #6db12a;
  	font-weight:600;	
  	text-decoration:none;
}

.menu_principal_sub a {
  	font-size:11px;
  	color:#a1a1a1;
  	font-weight:600;	
  	text-decoration:none;
}

.menu_principal_sub a:hover {
  	color: #6db12a;
  	text-decoration:none;
}

.menu_principal_sub_selected
{
    font-size:11px;
  	color: #6db12a;
  	font-weight:600;	
  	text-decoration:none;
}

.menu_principal_sub_not_selected{
    font-size:11px;
  	color: #a1a1a1;
  	font-weight:600;	
  	text-decoration:none;
}

.menu_principal_sub_not_selected:hover{    
  	color: #6db12a;
}


/* END - Menu principal TOP */



/* START - Tablas SUPPLIERS */

.tablas_suppliers {
	width:100%;
	padding:2px;
	border:1px;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse:collapse;
}

.tablas_suppliers td  {
  width:auto;
  white-space:nowrap;
	padding:3px;
	border:1px;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse:collapse;
	font-size:11px;	
}

.tablas_suppliers th  {
  width:auto;
  white-space:nowrap;
	padding:3px;
	border:1px;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse:collapse;	
	font-size:11px;
	font-weight:bold;
	color:#333333;
	background-color:#6db12a;
	text-align:left;
}

.tablas_suppliers th a {
  color:#333333;
	text-decoration:none;
}

.tablas_suppliers a {
	color:#6db12a;
	text-decoration:underline;
} 

.tablas_suppliers a:hover {
	color:#333333;
	text-decoration:underline;
} 


.tablas_suppliers td.verde  {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	background-color:#6db12a;
}

.tablas_suppliers td.alert  {
	font-size:11px;
	font-style:italic;
	font-weight:regular;
	color:#333333;
}

.alert  {
	font-size:11px;
	font-style:italic;
	font-weight:regular;
	color:#333333;
} 

.tablas_suppliers td.score  {
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

.score  {
	font-size:11px;
	font-weight:bold;
	color:#333333;
} 

.info {
  font-size:11px;
  color:#666666;
  text-decoration:none;
  margin:0px;
  padding:0px;
}

.info a {
  font-size:11px;
  color:#6db12a;
  text-decoration:none;
}

.info a:hover {
  font-size:11px;
  color:#666666;
  text-decoration:none;

}

.info_fecha {
  font-size:10px;
  color:#999999;
  text-decoration:none;
  margin:0px;
  padding:0px;
}

/* END - Tablas SUPPLIERS */


.crs_perform { 	
  	font-size:11px;
	font-weight:bold;
	width:28px;
}



/* START - PopUp */
  
.tabla_pop {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/top_background.jpg);
	background-repeat: repeat-x;
}

.tabla_centro_pop {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	background:#ebebeb;
}

.tabla_centro_pop_xl {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background:#ebebeb;
}
  
.tabla_footer_pop {
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

/* END - PopUp  */


/* START - Formus */


.formu {
  font-size:10px;
  color:#666666;
  background:#fbfbfb;
}

.formu_insert {
  font-size:10px;
  color:#666666;
  width:130px;
  height:14px;
  background:#fbfbfb;
}

.formu_dropdown {
  font-size:10px;
  color:#666666;
  width:130px;
  height:16px;
  background:#fbfbfb;
}

.formu_comment {
  font-size:10px;
  color:#666666;
  width:280px;
  height:16px;
  background:#fbfbfb;
}

.formu_comment_area {
	width:90%;	
	background:#fbfbfb; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

.formu_browse {
	/*width:280px;*/
	background:#fbfbfb; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}

.formu_text_area {
  font-size:10px;
  color:#666666;
  width:130px;
  height:60px;
  background:#fbfbfb;
}

.formu_insert_long {
  font-size:10px;
  color:#666666;
  width:210px;
  height:14px;
  background:#fbfbfb;
}

.formu_feed_back {
  font-size:10px;
  color:#666666;  
  width:660px;
  height:100px;
  background:#fbfbfb;
}

/* END - Formus */

.disabled {
	color:#333333;
} 

.country_name
{
  color:#666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:40px;
  font-weight:bold;
}

.country_score
{
  color:#666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:22px;
  font-weight:bold;
}

.tablas_country_detail {
	width:100%;
	padding:2px;
	border:1px;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse:collapse;
}

.tablas_country_detail td  {
  width:auto;
  white-space:normal;
	padding:3px;
	border:1px;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse:collapse;
	font-size:11px;
	text-align:left;
}

.tablas_country_detail th  {
  width:auto;
  white-space:normal;
	padding:3px;
	border:1px;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse:collapse;	
	font-size:11px;
	font-weight:bold;
	color:#333333;
	background-color:#6db12a;
	text-align:center;
}

.formu_box 
{
  font-size:10px;
  color:#666666;
  width:130px;
  height:38px;
  background:#fbfbfb;
}

.regular2 {  
  color:#666666;
  text-decoration:none;
}

.regular2 a {
  color:#333333;
  text-decoration:none;
}

.regular2 a:hover {
  color:#6db12a;
  text-decoration:none;
}
.table_autoregistering {
	width:100%;
	/*margin-top:0px;
	margin-left:auto;
	margin-right:auto;*/
	background-color:White;	
	border-bottom-color:Green;
	border-bottom-style:dashed;
	border-bottom-width:thin;	
	padding:10px;
}

.tabla_centro_autoregistering {
	width:100%;
	/*margin-left:auto;
	margin-right:auto;*/
	background:white;	

}
.tabla_footer_autoregistering 
{
	border-top-color:Green;
	border-top-style:dashed;
	border-top-width:thin;
	width:100%;
	/*margin-left:auto;
	margin-right:auto;*/
}

.newbox_title {
background-color:white;
font-weight:bold;
left:10px;
padding:0 5px;
position:relative;
text-transform:uppercase;
top:10px;
}

.newbox {
border:1px solid #C4D39C;
padding:10px;
}