
/* Medida para tables en horizontal */

@media screen and(max-width: 1024px) {
	
	#telefono {
	width:30%;
	height:30px;
	margin-left:12px;	
	}

.twitter {
	float:right;
	margin-right:20%;
	}
	
		#articulo3{
	width:500px;
	height:500px;
	float:right;
	margin-right:170px;
	}
	#articulo2{
	width:500px;
	height:500px;
	margin-right:170px;
	
	}
#articulo1{
	width:500px;
	height:500px;
	float: right;
	margin-right:170px;
	
	}
	
#foto_articulo1{
	width:100%;
	height:300px;
	background-image:url(images/circulo.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo2{
	width:100%;
	height:300px;
	background-image:url(images/circulo.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo3{
	width:100%;
	height:300px;
	background-image:url(images/circulo.png);
	background-repeat:no-repeat;
	background-size:100%}
	
		#video{
	width:50%;
	height:300px;
	background-color: #000;
	float:right;
	margin-right:300px;
	margin-top:20px;}
	
#redes_sociales{
	width:50%;
	height:300px;
	float:left;
	margin-left:300px;
	margin-top:20px;
	border-top: 5px solid #27A736;
  border-right: 5px solid #27A736;
  border-bottom: 5px solid #27A736;
  border-left: 5px solid #27A736;
	}
	}
	
	/* Medida para tables en vertical */
@media screen and(max-width: 768px) {
	#telefono {
	
	width:30%;
	height:30px;
	margin-left:10px;	
}
	
.tel {
	margin-left:5%;
	}
	
p {
	float: right;
	color: #FFF;
	font-size: 15px;
	text-align:center	
	}	
	
#redes {
	
	width:20%;
	height:30px;
	margin-right:35px; 
	float:right;	
	}		
	
#contenedor_articulos{
	width:100%;
	height:500px;
	margin:0px 0px 0px 170px;
	
	} 
	
	#articulo3{
	width:100%;
	height:500px;
	float:right;
	
	}
	#articulo2{
	width:100%;
	height:500px;
	
	
	}
#articulo1{
	width:100%;
	height:500px;
	float: right;
	
	
	}
	
#foto_articulo1{
	width:100%;
	height:300px;
	background-image:url(images/circulo.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo2{
	width:100%;
	height:300px;
	background-image:url(images/circulo.png);
	background-repeat:no-repeat;
	background-size:100%}
	
#foto_articulo3{
	width:100%;
	height:300px;
	background-image:url(images/circulo.png);
	background-repeat:no-repeat;
	background-size:100%}
	
	#video{
	 width:100%;
	 float: none;
	 margin-top:1000px;}
	 
	 #redes_sociales{
	  width:100%;
	  float: none;
	  margin-left:0px;
	 }
	
	
	}
/* Medida para smartphones */	
	@media screen and(max-width: 400px) {
		
		#telefono {
	
	width:40%;
	height:30px;
	margin-left:10px;	
}
	
.tel {
	margin-left:5%;
	}
	
p {
	float: right;
	color: #FFF;
	font-size: 15px;
	text-align:center	
	}	
	
#redes {
	
	width:25%;
	height:30px;
	margin-right:35px; 
	float:right;	
	}		
		
		
		}