﻿@charset "utf-8";

.content { border: 0px solid !important; }


#caja_gals_vids{ width:708px; height:90px; padding:10px; background-color:#F2F2F2; border:1px solid #999; border-radius:5px; }
	#caja_cam { width:50px; height:60px; float:left; }
	#caja_galerias { width:355px; height:90px; float:left; text-align:left; }
		#ult_gals { width:100%; height:20px; margin-bottom:10px; text-align:left; }
	#caja_vid { width:45px; height:60px; float:left; }
	#caja_videos{ width:245px; height:100px; float:left; text-align:left; }
		#ult_vids{ width:100%; height:20px; margin-bottom:10px; text-align:left; }
		
#caja2_gals_vids{ width:718px; height:175px; padding:5px; background-color:#F2F2F2; border:1px solid #999; border-radius:5px; }

#caja2_galerias { width:708px; height:90px; float:left; text-align:left; margin-left:10px; }
	#ult2_gals { width:100%; height:20px; margin-bottom:5px; text-align:left; }
#caja2_videos{ width:708px; height:80px; float:left; text-align:left; margin-left:10px;  }
	#ult2_vids{ width:100%; height:20px; margin-bottom:5px; text-align:left; }

		

.tinyTip						{ width: 325px; padding: 17px 0px 0px 0px; display: block; background: url(/widgets/ultimas_galerias_videos/images/tinyTip-top.png) 0px 0px no-repeat; }
.tinyTip .content				{ padding: 0px 15px 0px 15px; font-size: 14px; font-family: "Lucida Sans Unicode"; color: #010101;  background: url(/widgets/ultimas_galerias_videos/images/tinyTip-content.png) 0px 0px repeat-y; }
.tinyTip .bottom				{ height: 47px; background: url(/widgets/ultimas_galerias_videos/images/tinyTip-bottom.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }


/***********************************************************************/
/***********************************************************************/
/************************** CSS MOVIL **********************************/
/***********************************************************************/
/***********************************************************************/

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

#caja2_gals_vids
{
  width: 98%;
  height: auto;
}

#caja2_galerias
{
  width:100%;
  height: auto;
  float: none;
  overflow: hidden;
}

#ult2_gals
{ 
  width:100%;
  height: auto;
}

#caja2_videos
{
  width:100%;
  height: auto;
  float: none;
  overflow: hidden;
  margin-top: 2%;
}

#ult2_vids
{ 
  width:100%;
  height: auto;
}


}