/* CSS Document */

@media only screen and (max-width: 1600px) 
{
	#cu-negro #logo > h2
	{
		font-size: 18px;	
	}
}

@media only screen and (max-width: 800px) 
{
	#cu-negro #logo > h2
	{
		font-size: 15px;	
	}
	
	#logo > h2
	{
		font-size: 17px;	
	}
	
	#logo > p
	{
		font-size: 14px;	
	}
	
	#menu_pc
	{
		display:none;	
	}
	
	
	#blanco_arriba{
		position: relative;
		float: left;	
	}
	
	#menu_cel
	{
		display:block !important;
		text-align: center;
	}
	
	#btn_menu
	{
		cursor: pointer;	
		padding: .6em 0;
		-webkit-transition: all 0.5s ease;                  
		-moz-transition: all 0.5s ease;                 
		-o-transition: all 0.5s ease;   
		-ms-transition: all 0.5s ease;          
		transition: all 0.5s ease;
	}
	
	
	
	#menu_cel > ul
	{
		display: none;
		margin: 0;
		padding: 3px;
	}
	
	#menu_cel > ul > li
	{
		list-style: none;
		border-top: 1px solid #999;	
		padding: .6em 0;
	}
	
	#menu_cel > ul > li > a
	{
		text-decoration:none;
		color: #666;
	}
	
	#cu-negro
	{
		position: relative;
		z-index: 9;
		left: 0;
		float: left;	
	}
	
	ul.slides
	{
		width: 300% !important;
		margin-left: -100% !important;	
	}
	
	footer
	{
		padding: 4px 2% !important;
		position: relative !important;	
		float:left;
	}
	
	#direccion
	{
		font-size: 9px !important;	
	}
	
	.flexslider
	{
		position: relative !important;
		float: left !important;
		margin-top: -160px !important;
		margin-bottom: 0 !important;
	}
	
	#contenido
	{
		margin-top: -250px !important;
		width: 94% !important;
		left: 3% !important;
		position: relative !important;
		display: inline-block !important;	
	}
	
	.col
	{
		width: 94% !important;	
	}
	
	#contenido_lightbox
	{
		width: 83% !important;	
	}
	
	#contenido_lightbox #ficha #abo_col1 {
		width: 100% !important;
	}
	
	#contenido_lightbox #ficha #abo_col2 {
		width: 100% !important;
	}
	
	.acordeon_titulo
	{
		height: 42px !important;
		padding-top: 18px !important;
		padding-left: 5% !important;	
	}
	
	.flecha_der
	{
		right: 11px !important;
		top: 26px !important;	
	}
	
	#contenido .seccion .col>p {
		font-size: 13px;
	}
	
	#flechas_ficha 
	{
		top: 236px !important;
		right: 13px !important;
		background: #fff !important;
	}
	
	#prev_ficha 
	{
		border-top: 15px solid transparent !important;
		border-bottom: 15px solid transparent !important;
		border-right: 15px solid black !important;
	}
	
	#next_ficha 
	{
		border-top: 15px solid transparent !important;
		border-bottom: 15px solid transparent !important;
		border-left: 15px solid black !important;
	}
	
	#contenido_lightbox #ficha #abo_col2>h2 
	{
		width: 70% !important;
		padding-right: 30% !important;
	}
	
	#contenido_lightbox #ficha #abo_col2>li:last-child 
	{
		width: 68% !important;
	}
	
	#idioma
	{
		position: relative !important;
		float: left !important;
		top: 0 !important;
		left: auto !important;
		text-align: center !important;
		width: 100% !important;
	}
	
	#direccion > a
	{
			width: 92% !important;
			display: block !important;
			float: left !important;
			font-size: 18px !important;
			margin: 2px 0;
			background: #f0f0f0;
			padding: 4%;
			-webkit-border-radius: 15px;
		 -moz-border-radius: 15px;
		  -ms-border-radius: 15px;
		   -o-border-radius: 15px;
			  border-radius: 15px;
	}
}

