@charset "utf-8";
/* CSS Document */

body,html,h2{
	margin: 0;
	padding: 0;
	}

body{
	background-color: #000;
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
	}
.fila{
	width: 90%;
	margin: 1em auto;
	overflow: hidden;
	position: relative;
	top: 20px;
	font-size: medium;
	}

.columna{
	
	float: left;
	margin-right: 2%;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	background-color: white
}

	
.taller{
	margin-top: 250px;
	padding-top: 5px;
	width: 100%;
	height: 35px;
	text-align: center;
	background-color: #F90;
	}	
.taller img {
}

	
	

h1{
	width: 95%;
	margin: 0;
	padding: 0;
	text-justify: auto;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	color: #F90;	
	}

h2{
	font-family: sans-serif;
	font-size: 14px;
	color: #FC0;
	}
.sidebar{
	
	width:29%;
	}

.right-sidebar{
	height: auto;
	width: 800px;
	background-color: white;
	}
	
.left-sidebar h3 {
	width: auto;
	height: auto;
	font-size: 10pt;
	font-style: normal;
		}
	

	/*small greed*/
@media (max-width: 450px){
	
	/*4columnas y 6 columnas son 2 en small*/
	
	.columna img {
	max-width: 375px;
	
		}
	
	
	.cuatro-columnas .columna,
	.seis-columnas .columna{
		width:49%;
		
		}
	.cuatro-columnas .columna:nth-child(2n),
	.seis-columnas .columna:nth-child(2n){
		margin:0;
		}
	
	.sidebar{
	
	width:30%;
	}
	
	.right-sidebar{
	
	top:120px;
	height: auto;
	width: 800px;
	background-color:white;
	}
	/*TRES COLUMNAS*/	
.doce-columnas .columna{
	width:32%;
}
.doce-columnas .columna:nth-child(3n){
	margin-right:0;
}

}
	
	/*medium greed*/
	
@media (min-width: 550px){
	/*RIGHT Y LEFT SIDEBAR*/	



	
	
	
.content{
	width: 60%;
	font-size: 10px;
	}

.right-sidebar .sidebar{
	margin-right:0;	
	width: 38%;
	}

.left-sidebar .content{
	margin-right:0;	
	}

/*TRES COLUMNAS*/	
.tres-columnas .columna{
	width:32%;
}
.tres-columnas .columna:nth-child(3n){
	margin-right: 0;
	font-size: 12PT;
	font-weight: bold;
}


/*SEIS COLUMNAS*/	
.seis-columnas .columna{
	width:15%;
}
.seis-columnas .columna:nth-child(2n){
	margin-right:2%;
}	

.seis-columnas .columna:nth-child(6n){
	margin-right:0;
}

/*DOCE COLUMNAS SON CUATRO EN MEDIUM*/	
.doce-columnas .columna{
	width:23.5%;
	}

.doce-columnas .columna:nth-child(3n){
	margin-right:2%;
	}
.doce-columnas .columna:nth-child(4n){
	margin-right:0;
	}


	}
	
	/*large greed*/

@media (min-width: 1024px){
	
	/*DOS COLUMNAS*/
.dos-columnas .columna{
	width:49%;
	}
.dos-columnas .columna:nth-child(2n){
	margin-right: 0;
	font-size: 15px;
	text-align: center;
	}


/*CUATRO COLUMNAS*/	
.cuatro-columnas .columna{
	width:23.5%;
	}
.cuatro-columnas .columna:nth-child(2n){
	margin-right:2%;
	}
.cuatro-columnas .columna:nth-child(4n){
	margin-right:0;
	}

/*SEIS COLUMNAS*/	
.seis-columnas .columna{
	width:15%;
}
.seis-columnas .columna:nth-child(2n){
	margin-right:2%;
}
.seis-columnas .columna:nth-child(6n){
	margin-right:0;
}


/*DOCE COLUMNAS*/	
.doce-columnas .columna{
	width:6.5%;
}

.doce-columnas .columna:nth-child(4n){
	margin-right:2%;
	}
	
.doce-columnas .columna:nth-child(12n){
	margin-right:0;
}

	
	


	}
