@charset "utf-8";
/* CSS Document */

*{ outline:none;}/* para reesetear los distintos comportamientos de los navegadores */
body { background-color:#FFF; text-align:center; margin:0px; }

#fondo-infantil{ background-image:url(images/fdo_infantil.jpg); background-repeat:repeat; position:relative; }

#fondo-sinfin{ background-color:#E4E4E4; position:relative; }
#fondo{ background-color:#E4E4E4; position:relative; }

#fondo-eleve{ background-image:url(images/fondo_eleve.jpg); background-repeat:repeat; position:relative;  }

#contenedor{  width:947px; text-align:left; margin:0 auto; overflow:hidden;}
#izq{ width:15px; background-image: url(images/shadowLeft.png); background-repeat:repeat-y; background-position:right top; float:left; padding-bottom:3000px; margin-bottom:-3000px; padding-top:15px;margin-top:3px 	}
#der{ width:15px; background-image: url(images/shadowRight.png); background-repeat:repeat-y; background-position:left top; float:right;  padding-bottom:3000px; margin-bottom:-3000px;	 padding-top:15px; margin-top:3px}
#top {background-image:url(images/top.png); background-position:bottom; width:917px; height:15px; padding-left:15px; clear:both}
#header{ height:209px; width:917px; margin-left:15px; }
#headerDist{ height:185px; width:917px; margin-left:15px; background-color:#F1F1F1; }
#menu {height:41px; width:917px; margin-left:15px; }

#wrapper {background-image:url(images/fondo.jpg); background-repeat:repeat-x; background-position:top ; width:917px; height:auto; margin-left:15px; background-color:#EAEAEA;}
#cuerpo { overflow:hidden; float: left; text-align:left; padding-top:25px; padding-left:30px;  padding-right:25px; padding-bottom:30px; width:600px}/* este para que estire el contenido para abajo. Va adentro de contenedor y conteniendo a izq, der y medio*/

#cuerpoDistribuidores{ text-align:left; padding-top:25px; padding-left:30px;  padding-right:25px; padding-bottom:30px; width:600px}


#colder{width:245px; float:left; margin-top:0px; padding-top:22px; margin-right:0px;}

#lanzamientos {background-image:url(images/panel_buscador.jpg); background-repeat:no-repeat; width:594px; height:auto; ;padding-right:10px;}

/* Panel de Resultados autoexpandible */
#resultadosTop {
	background-image:url(images/panel_destacados.png); background-repeat:no-repeat; margin-top:30px; width:592px; height:48px; padding-top:22px; padding-left:22px;
}
.divMid {	background-image:url(images/pan_int_body.png); background-repeat:repeat-y; width:592px; height:auto; padding:20px; margin-top:-22px;
}
#resultadosMid {
	background-image:url(images/pan_int_body.png); background-repeat:repeat-y; width:592px; height:auto; padding:20px; margin-top:-22px;
}

#resultadosBottom {
	background-image:url(images/pan_int_base.png); background-repeat:no-repeat; width:592px; height:15px;
}


/* Panel de Resultados autoexpandible de todo el ancho para distribuidores*/

#distTop {
	background-image:url(images/panel_destacados_100.png); background-repeat:no-repeat; margin-top:10px; width:850px; height:48px; padding-top:22px; padding-left:22px;
}
.distMid {	background-image:url(images/pan_int_body_100.png); background-repeat:repeat-y; width:850px; height:auto; padding:20px; margin-top:-22px;
}
#distMid {
	background-image:url(images/pan_int_body_100.png); background-repeat:repeat-y; width:850px; height:auto; padding:20px; margin-top:-22px;
}

#distBottom {
	background-image:url(images/pan_int_base_100.png); background-repeat:no-repeat; width:850px; height:15px;
}


#titulo {	width:560px	}
/* -------------------------------*/

/* Panel de Noticias */

#noticias {
	background-image:url(images/panel_noticias.jpg); background-repeat:no-repeat; margin-top:30px; width:236px; height:auto; padding-top:22px; padding-left:22px; margin-bottom:50px;
}
#noticias h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#069;
	text-decoration:none;
	font-weight:bold;
	padding-left: 15px;
	display:block;
	width:165px;
}
	
#noticias span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	text-decoration:none;
	padding-left: 15px;
	display:block;
	width:165px;
	padding-bottom:10px;
	text-align:left;
}
	
ul li { 	font-family:Tahoma, Geneva, sans-serif;	font-size:11px;	color:#666;}
/* -------------------------------*/


/* BOTONES COPADOS EN CSS */


.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
 
 /* VERDE VER MAS */

.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
 
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
 
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
 

/* -------------------------------*/


/*  TABLA DE DISTRIBUIDORES */
#tablaD {
	padding:0;
	margin-top:20px;
}

#tablaD div {
	margin-bottom:6px;
	padding-left:25px;
	padding-top:4px;
	margin-left:-17px;
	margin-right:5px;
	vertical-align:middle;
	height:20px;
	margin-top:6px;
	width:561px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color: #FFF;
	text-transform:uppercase;
	font-weight:bold;
}
	
#tablaD div.infantil {
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

#tablaD div.sinfin {
	background: -moz-linear-gradient(top,  #2e3a84,  #2983c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#2e3a84), to(#2983c1));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3a84', endColorstr='#2983c1');
}

#tablaD div.eleve {
	background: -moz-linear-gradient(top,  #b3167f,  #e9038a);
	background: -webkit-gradient(linear, left top, left bottom, from(#b3167f), to(#e9038a));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3167f', endColorstr='#e9038a');
}

#tablaD table {
	margin-left:15px;
	margin-bottom:30px;
}
	
#tablaD table td {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

	
/* -------------------------------*/

/*  TABLA DE RESULTADOS DONDE COMPRAR */
#tablaResultados {
	padding:0;
	margin-top:20px;
	width:520px;
}


#tablaResultados table {
	margin-left:0px;
	margin-bottom:30px;
}
	
#tablaResultados table td {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:15px;
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	vertical-align:middle;
	;
}

	
/* -------------------------------*/

/*  PANEL DE LANZAMIENTOS */

/* Navegador */
	#nav {
		background: url(images/panel_lanzamientos_nav.jpg) no-repeat;
		text-align:left;
		height:130px;	
		width:594px;
	}
	
	#nav ul {	
		width:594px;
		margin:0;
		margin-left:2px;
		margin-bottom:-20px;

	}
	
	#nav li {	
		/* border-right:1px solid #ddd; */
		float:left;
		padding-left:0px;
		width:147px;
		list-style-type:none;
		text-align:center;
		margin-top:5px;
	
	}

	
	#nav a {
		color:#333333;
		display:block;
		padding:5px;
		position:relative;
		word-spacing:-2px;
		font-size:11px;		
		height:111px;
		text-decoration:none;
	}	
	
	#nav a.current {
		background:url(images/down_large.jpg);
		-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	}
	
	#nav img {
		background-color:#fff;
		/*border:1px solid #ccc; */
		margin:3px 0 5px 13px;
		padding:4px;		
		display:block;
	
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	}
	
	#nav strong {
		display:block;		
		font-size:13px;
	}
	
	/* panes */
	#panes {
		/*background:#fff url(images/panel_lanzamientos.jpg) scroll 0 0;*/
		
		width:594px;	
		height:240px;
		margin-bottom:-20px;
		padding-bottom:20px;
		margin-left:15px;
	
		/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
		display:none;		
		position:absolute;
		top:20px;
		left:20px;
		font-size:13px;
		width:594px; 
		
	}
	
	#panes img {
		float:left;
		margin-right:20px;		
	}
	
	#panes p.more {
		color:#036;
		font-weight:bold;
		font-size:13px;
		
	}
		#panes p {
			margin:10px 40px -5px 0px;
	
		}
	#panes h3 {
		margin:0px 0px -5px 0px;
		font-size:22px;
		font-weight:normal;
		
	}
	
	.overlay {
		display:none;
		width:400px;
		padding:20px;
		
	}
	
/* -------------------------------*/


/* FORMULARIOS */
.input {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom:5px;
}

.inputForm {
	background-image:url(images/field_fdo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:293px;
	height:26px;
	border:none;
	padding-left:6px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	font-weight:bold;
}

.inputFormPassword {
	background-image:url(images/field_fondo2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:224px;
	height:26px;
	border:none;
	padding-left:6px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	font-weight:bold;
}

.inputFormComentario{
	background-image:url(images/campo_comentario.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:224px;
	height:78px;
	border:none;
	padding-left:6px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	font-weight:bold;
}


.textoForm {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	line-height:1.4em;
	text-align:justify;
	color:#666;
}
	
.comboSmall {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin-bottom:5px;
	}
	
.btn{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

.dot{
	font-size:9px;
	color:#F00;
}

.dot:hover{
	font-size:9px;
	color:#039;
}

/* --------------------------- */




.btnHead {
	float:right;
	width:auto;
	height:15px;
	text-align:right;
}

.btnHead a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	
}

.btnHead a:hover{
	color:#09F;
}

.div {
	float:right;
	padding-right:10px;padding-left:10px;
	width:1px;
	height:14px;
}
.facebook {
	clear:both;
	margin-bottom:22px;
	text-align:right;
	height:16px;
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0em 0;
        padding: 0;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;

}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:15px;	
}
.dot {float:left; margin-right:4px;}

h4 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#069;
	font-size:12px;
	font-weight:bold;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:11px;
}
.more {
	font-family:Tahoma, Geneva, sans-serif;
	color:#069;
	font-size:12px;
	font-weight:bold;
	}

h4 a {
	color:#843595;
	
}

h4 a:hover {
	
	color:#933;
	text-decoration:none;
}
h4 a:visited {
	color:#C10061;

}

.textoCopete {
	font-family:Tahoma, Geneva, sans-serif;
	color:#069;
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;
	max-width:330px;
	
}

.combo {
	
	width:150px;}

.separador {
 	background:url(images/line.gif) bottom left repeat-y;
	background-position:center;
	padding:0px 0px 0px 20px;
	height:120px;
}

.separadorH {
	background:url(images/lineH.gif) center left repeat-x;
	padding:0px 0px 50px 0px;
	margin-left:20px;
	height:1px;
	width:490px;
	}
	
.separadorHb {
	background:url(images/lineH.gif) center left repeat-x;
	margin-left:20px;
	height:1px;
	width:490px;
	padding:0px 0px 20px 0px;
}

.separadorList {
	background:url(images/lineD.gif) center left repeat-x;
	margin-left:20px;
	height:1px;
	width:100%;
	padding:0px 0px 12px 0px;
}

.separadorDot {
	background:url(images/lineP.gif) center left repeat-x;
	margin-left:20px;
	height:1px;
	width:100%;
	padding:0px 0px 12px 0px;
}
	
	
.texto {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

.texto2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#333;
	line-height:1.4em;
}

.textoSmall {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

.textoSmall a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#03F;
}

.textosPie {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}
	
.textosPie td {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFF;
	padding-bottom:6px;
}

.textosPie a {
	color:#C4E3FB;
	text-decoration:none;
	
}

.textosPie a:hover{  
	text-decoration:underline;
	color:#FFF;
}

.paginador {
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 7px;
	margin: 5px 0;
}
.paginador a{
	float: left;
	height: 29px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 29px;
	padding: 0 7px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	display:block;

}
.pspan{
	color:#999;
	float: left;
	height: 29px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 29px;
	padding: 0 7px;
	text-decoration:underline;
	color:#FF0;
	font-size: 1em;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	display:block;
}

	
.pagispan{
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 7px;
	height: 29px;
}

.paginador a:hover {
		text-decoration:underline;
		color:#FF0;
}
	
	

.tapa {
	margin-left:20px;
	margin-right:20px;
	width:150px;
}

	
.tdTitulo {
	
	width:170px;
}



.shadow-bringer {
width: auto;	
height: auto;	
margin: 10px auto;		
padding: 0px;	
background: #FFF;
margin-right:20px;
margin-left:20px;

	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}	

.sh {		
-moz-box-shadow: 1px 1px 4px 333;		
-webkit-box-shadow: 1px 1px 4px #333;		
box-shadow: 1px 1px 4px #333;	
/* For IE 8 */	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";	
/* For IE 5.5 - 7 */	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	


}


.tdTitulo img {
	
	  border-radius: 0.3em;
}
	  
.btn {
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 7px;
	margin: 5px 0;
}
.btn a {
	float: left;
	height: 29px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 29px;
	padding: 0 7px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
}
.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 7px;
	height: 29px;
}

.thumb {
	
	}
.thumb:hover {
	cursor:url(/img/zoom.cur), -moz-zoom-in, auto;
	}

a.thumb img {
cursor:url(/images/zoom2.cur), pointer;
border:none;
width: 100%;
}

.thumb img {
	border:none;
}


.thumbDist img {
	border:none;
}
/*#medio{width:900px; height:auto; float:left; vertical-align:top; padding-bottom:5000px; margin-bottom:-5000px;margin-left:50px; background-color:#FFF; clear:left; }




	



#btnera{height:80px; width:900px;}
#btnera-secundaria{height:24px; float:right; width:72px; margin-right:10px;}
#footer{width:960px; height:40px; background-image:url(images/sombra-footer.gif); background-repeat:no-repeat; background-position:left top; background-color:#f6f6f6; font-family:Arial, Helvetica, sans-serif; font-size: 10px; color:#999; text-align:right; padding-top: 20px; }

.times16gris{ font-family: "Times New Roman", Georgia, Times, serif; font-size: 16px; color:#656565; line-height:18px; }
.arial10gris{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#656565; }
.arial11gris{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#656565; }
.arial11celbold{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#00a8eb; font-weight: bold; }
.arial11azulbold{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#536cac; font-weight: bold; }
.arial12azulbold{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#005ca4; font-weight: bold; }
.arial15grisbold{ font-family: Arial, Helvetica, sans-serif; font-size: 15px; color:#656565; font-weight: bold; line-height:17px; }
.arial15azulbold{ font-family: Arial, Helvetica, sans-serif; font-size: 15px; color:#536cac; font-weight: bold; line-height:17px; }

.linkarialazul{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#005ca4; text-decoration:underline; }
.linkarialazul:hover { color:#636363; text-decoration:none; }


*/
#coleccion a img{
	width: 100%;
}