/* CSS Document */
/* Redefinición de Tags*/
body {
	background-position: left top;
	background-image:  url('../_images/bg_gradient.gif');
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #19A8C3;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #336699;
	SCROLLBAR-SHADOW-COLOR: #336699;
	SCROLLBAR-3DLIGHT-COLOR: #c3c3c3;
	SCROLLBAR-ARROW-COLOR: #336699;
	SCROLLBAR-TRACK-COLOR: #c3c3c3;
	SCROLLBAR-DARKSHADOW-COLOR: #c3c3c3;
	height: 100%; font-style:normal; font-variant:normal; font-weight:normal; line-height:14px; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif }

a:link {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #19A8C3}
a:hover {color: #A0DCE8}
a:visited {color:#8DB5BD}
	
strong {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #14486D;

	}

h1 {
	color: #5E88B5;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	height: 25px;	/* <- hack para que no se encime la primera linea de contenido sobre la linea de dots */ } 

h2 {
	color: #5E88B5;
	font-size: 12px;
	font-weight: bold;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;	
}
h3 {
color: #5E88B5;
	font-size: 12px;
	font-weight: bold;	
	line-height: 17px;	
}	

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url('../_images/bullet.gif'); }

/*form {
	background-color:#C5EBF2;
	border: 1px dashed #14486D;
	padding: 10px;
	}
*/
textfield, input, textarea, select, option {
	background-color: #CEDEE0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#14486D;
	border: 1px solid #14486D;
	}

/* Custom Classes*/
.boton {
	background-image: url('../_images/btn_btn.gif');
	height:23px;
	border: 1px solid #999999;
	background-repeat: repeat-x
	}
	
.contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 16px; }

.main_table {
	height: 100%; }

.fecha {
	font-family: Arial, Helvetica, sans-serif;
	color: #14486D;
	font-size: 9px; }

.error_forma {
	color: #FF6600; }

.menu_aux a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #14486D;
	text-decoration:none; }
.menu_aux a:hover {
	color: #14486D;
	text-decoration: underline; }
	
.menu_aux a:visited {color:#14486D;}	

.nav_sup a {
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5E88B5;	
	text-decoration:none;}
.nav_sup a:visited {
	color: #5E88B5;	
	text-decoration:none;}
.nav_sup a:hover {
	color: #5E88B5;	
	text-decoration:underline;}

.footer {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;	}
.footer a {
	color:#CCCCCC;
	text-decoration:none; }
.footer a:visited {
	color:#CCCCCC;
	text-decoration:none; }
.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;}

.highlight {
	background-color: #CfCfCf;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #14486D;
	text-align: center; }

/* ------------ */
/*  NAVEGACION  */
/* ------------ */

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
	position:absolute;	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;	}

.mtDropdownMenu.top .items {
	border-top:none;	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color:#5E88B5;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.mtDropdownMenu .item.hover {
	background:#FFFFFF;
		color:#14486D;	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.mtDropdownMenu .item img {
	margin-left:10px;	}

.borde_recuadro {
	border: 1px solid #14486D;
}

.borde_promos {
	border: 1px solid #999999;
}
.texto_promos p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;	
}	

.celda_home {
	height: 170px;
	padding: 4px;
	vertical-align: top;
}

.pad_15_izq { padding-left: 10px; }

.pad_4 { padding: 4px; }

.pad_5_der {padding-right: 5px; }

.texto_promos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#14486D;
	padding:4px;
	text-align:left;
}
.tabla_contacto{
	background-color:#EAF7FA;
	border: 1px solid #14486D;
	padding-left:6px;
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#14486D;
	padding-right: 0px;
	padding-bottom: 3px;
}

