@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #CCCCCC;
}
.txt_small_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF; 
}
.txt_botones {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}
.txt_medio_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
	color: #003366;
	font-weight: bold;
}
.txt_small_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #003366;
}
.linea_azul {
	color: #00CCFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.links_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #003366; 
	text-decoration: none; 
}
a:active {
	text-decoration: none; 
}

a:link {
	text-decoration: none; 
}

a:visited {
	text-decoration: none; 
} 
.phpmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */	
}
/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	border-collapse: collapse;
	border: solid 1px #CCCCCC ;
	
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #003366; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

.campos_bordes {
	border-color:#CCCCCC;
	border-width:thin;
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
}	
	

.boton_medium {
  background: #ffffff url("images/corners_medium.gif") no-repeat left bottom;
  margin:0 0 0;
  padding:0 0 2px;
  color: #999999;
  width:120px;
  height:20px;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:center;  
  border: none;
  cursor:pointer;  
 }

.boton_large {
  background: #D22924 url("images/corners_large.gif") no-repeat left bottom;
  margin:0 0 0;
  padding:0 0 2px;
  color:#ffffff;
  width:160px;
  height:20px;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  vertical-align:middle;
  text-align:center;  
  border: none;
  cursor:pointer;        
 }

.texto_titulo{
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	color: #0066CC;
}

.texto_normal{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}

.texto_normal_bold{
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	color:#000000;
}

.texto_small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.importe{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:right;
}


.TG_visible{
 display: normal;
}

.TG_hidden {
	display: none;
}


.input_small {
  color: #666666;
  font-family:Verdana;
  font-size:12px;
  vertical-align:middle;
  text-align:left;
  border: solid 1px #CCCCCC;
 }
.error_box {
	height:40px;
	background:url(images/notice-alert.gif) 20px 4px no-repeat ;
	border-bottom: double 1px #C4576C; 
	border-top: double 1px #C4576C; 
	background-color:#ECCADD;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#C4576C;
}

.info_box {
	height:40px;
	background:url(images/notice-info.gif) 20px 4px no-repeat ;
	border-bottom: double 1px #0066CC; 
	border-top: double 1px #0066CC; 
	background-color: #C0D2E8;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color: #003399;
}

.txt_gris_normal {
	color: #666666; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
}
.txt_blanco_normal {
	color: #ffffff; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
}
.txt_grisblanco_normal {
	color: #CCCCCC; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
}
