.press_note {
	background-color: #EBEBEB;
	display: inline-block;
	width: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------
	media querys 
-------------------------------------------------------------------------------------------------------------------------*/
@media ( min-width : 980px) {
	.press_note_box{
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
	.press_note_box > .titulo {
		font-size: 90px;
		line-height: 35px;
		padding-top: 40px;
		color: black;
		width: 100%;
		text-align: left;		
		margin-bottom: 60px;
	}	
	
	.press_return_index{
		position: absolute;
		top: 40px;
		right: 0;
		padding: 2px 3px 2px 3px;
		background-color: #A5A5A5;
		color: white;
		cursor: pointer;
	}
	
	.press_idiomas{
		width: 100%;
		height: 40px;
		margin-bottom: 84px;
	}
	
	.press_idiomas .idioma{
		float: right;
		padding: 3px;
		line-height: 40px;
		width: 70px;
		height: 40px;
		margin-left: 10px;		
		text-align: center;
		background-color: black;
		color: white;
		cursor: pointer;
	}
	
	.press_idiomas .idioma.press_idioma_seleccionado{
		background-color: white;
		color: black;
	}
	
	.press_idioma{
		margin-bottom: 30px;
	}
	
	.press_titulo{
		font-size: 3em; 
		margin-bottom:20px; 
		font-weight:bold; 
		margin-top:5px;
	}
	
	.press_texto a{
		color: black;
		text-decoration: none;
		font-weight: bold;
	}
	
	.press_images{
		width: 960px;
		text-align: center;
	}
	
	.press_images .image{
		margin: 0 6px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.press_links{	
		margin: 50px 0;
		width: 960px;
		clear: both;
		vertical-align: middle;		
	}
	
	.press_link{
		display: inline-block;		
		margin-left: 4px;
	}
	
	.press_link img{
		vertical-align: middle;
		margin: 0 5px 0 15px;		
	}
	
	.press_link a{
		color: black;
		text-decoration: none;
	}
	
	.press_pdfs{	
		width: 960px;
		margin: 40px 0;
		text-align: center;
		clear: both;
	}
	
	.press_pdf{
		display: inline-block;
		width: 470px;
		height: 50px;
		margin: 0 4px;
		background-color: black;	
		cursor: pointer;		
		border-radius: 8px;
			
	}
	
	.press_pdf a{
		color: white;
		line-height: 50px;
		text-decoration: none;
	}
	
	.press_contact{
		margin-bottom: 40px;		
	}
	
	.press_box_search{
		height: 80px;
	}
	
	.press_search{
	  display: block;
	  height: 50px;
	  margin: 0;
	  width: 800px;
	  color: #d1d0d0;
	  padding-left: 20px;
	  font-size: 20px;
	  border: 0;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  float: left;	  
	}
	
	.press_search_button{
	  cursor: pointer;
	  display: block;
	  float: left;
	  height: 50px;
	  margin: 0;
	  width: 140px;
	  border: 0;
	  color: #ffffff;
  	  font-size: 20px;
  	  background: #000000;
      padding: 10px 20px 10px 20px;
      text-decoration: none;
    }

	/*
	.press_search_button:hover {
	  background: #3cb0fd;
	  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	  text-decoration: none;
	}
	*/ 
	  
	    
	  
	}
	
	.press_index{
		padding-top: 20px;
	}
	
	/* Parte INDEX */
	
	.note{
		display: block;
		margin: 0 2px;
		float: left;
		width: 225px;
		height: 350px;
	}
	
	.note > .cover{
		width: 200px;
		height: 200px;
		margin: 0 auto;	
	}
	
	.note > .cover img{
		max-width: 200px;		
	}
	
	.note > .note_title{
		margin-top: 4px;
		text-align: center;
		font-size: 16px;
		color: #5C5C5E;
		width: 100%;
		height: 90px;
		overflow: hidden;
	}
	
	.note > .note_date{
		font-size: 12px;
		text-align: center;
		color: #aeaeae;
		margin-bottom: 10px;
	}
	
	.note_boton_ver{
		text-align: center;
		color: white;
		padding: 15px;
		display: block;
		background-color: #00b289;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
	}
	
}