/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {font-size:13px;}

.text_celeste{color: #09F;}
.text_celeste2{	color: #03F;}
.text_turquesa{	color: #33d1ed;}
.text_blanco{	color: #fff;}
.text_gris{	color:  #333;}
.zoom{
	border-bottom:3px #0FF;
};
.sombra_text{
	text-shadow: 0 3px 0 rgba(0, 0, 0, .8);
	}
	
.shadow {
text-shadow: #333 2px 2px 2px;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}
	
.text_small{
	font-size:13px;
}

.subtitulo{
	font-weight:600;
}

.punteado{
	border-bottom-style:dashed;
	border-width: 1px;  border-color: #09F;
	list-style:
	font-weight:600;
}

/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

