@charset "UTF-8"; /* CSS Document


	kalidoscopio diseño
	www.kalidoscopio.com.ar
	estudio@kalidoscopio.com.ar
	

	*/


html								{ overflow-y: scroll; }
html, body							{ height: 100%; } 
* html img,

* html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}



* {margin:0px; padding:0px; border:none;}
.clear {clear:both;}


body {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Calibri";
	font-size:12px;
	color: #F0F0F0;
	background: url(../images/fondo.jpg) top center no-repeat #4a4f55;
}

#contenedor {
	width:950px;
	margin:0  auto -70px;
	height: auto;
	min-height: 100%;
}

a {
	color:#1bc1f1;
	text-decoration:none;
}

a:hover {
	color:#3BEDFF;
}


/* Areas */

#cabecera {
	text-align:center;
	padding-top:20px;
}

#banner {
	height:250px;
	margin:5px 0px 20px 0px;
}

#cuerpo {
}

#pie {
	background:url(../images/footer.png) center no-repeat;
	height:100px;
}

#lateral {
	width:161px;
	padding:10px;
	margin-left:28px;
	margin-right: 28px;
	border: 2px solid #CCCCCC;
	font-size: 10px;
	color:#222;
	float:left;
	background-color: #AAAAAA;
	padding-right: 5px;
}
	.scroll {
	height: 200px;
	overflow: auto;
	margin:5px 0;
	padding-right: 10px;
	}
	

#principal {
	width:310px;
	float:right;
}

#principal2 {
	width:310px;
	float:right;
	margin-left:12px;
}

#principal3 {
	width:465px;
	margin-left:243px;
	margin-right:242px;
	padding-top:10px;	
	}

#empujador {
	height: 70px;
	}

#footer {
	background:url(../images/footerESP.png) center no-repeat;
	height: 70px;
	}
	
#footerENG {
	background:url(../images/footerENG.png) center no-repeat;
	height: 70px;
	}


/* Clases */
.principal4 {
	width:465px;
	float:left;
	margin-right: 26px;
}
.principal5 {
	width:221px;
	float:left;
}
.titulo{
	color:#00526f;
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
}
.copete{
	font-style:italic;
	padding-left:20px;
	margin-bottom:20px;
	color:FFF;
}
.chico{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
.chicoblanco{
	font-size:11px;
	color:#EEE;
}
.invisible {
	display:none;
}
.fecha {
	text-transform:uppercase;
	font-size:9px;;
	margin-top:10px;
}
.subtitulo {
	font-weight:bold;
	font-size:16px;
	color:#00526f;
}
.lista {
	padding-left: 20px;
}

/*
	FORMULARIOS
*/


input, textarea {
	font-size:12px;
	font-family: Lucida Sans;
	color: #777;
	border: none;
	padding:7px;
	margin-bottom:16px;
	width: 465px;
	background-color:#FFF;
	}
input:hover, textarea:hover, input:focus, textarea:focus {
	color: #656761;
	background-color:#FFF;
	}

.boton								{ border:none; background: #015163; padding: 4px 10px 6px; color: white;
									  -moz-border-radius: 6px; -webkit-border-radius: 6px; width:auto;}
.boton:hover						{ background: #008CAD; color:#FFFFFF; }


.boton2, .boton2:hover				{ margin:0px; padding:0px; border:none; width:auto; background:none;}