

	.caja_slide
	{
	width:610px;
	padding: 4px;
	background-color:#F7F7F7;
	border-right: 1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:7px;
	}

	.spacer_cont {
	clear: both;
	}
	
	.caja_cajas {
	width:300px;
	_width:285px;
	float:left;
	}

	.desbordar {
	overflow:auto;
	width:275px;
	_width:265px;
	height:280px;
	}

	.caja_cont {
  	float: left;
	width:270px; 
	_width:265px; 
	/*height:325px;
	_height:200px;*/
	padding:7px; 
	border:1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin:6px;
  	}

	.caja_cont_img {
  	float: left;
	width:140px; 
	height:140px;
	padding:5px; 
	border:1px solid Grey;
	background-color:#FFFFFF;
	margin:4px;
  	}

	.caja_cont_vid {
  	float: left;
	width:170px; 
	height:170px;
	padding:5px; 
	border:1px solid Grey;
	background-color:#999999;
	margin:4px;
  	}

	.titulo_cajas {
	font:bold 16px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #3366CC;
	padding: 3px 2px;
	border-bottom: 2px solid #3366CC;
	margin-bottom:3px;
	}
	
	.titulo_cont_cajas {
	font:bold 14px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #3366CC;
	/*padding: 3px 2px;
	border-bottom: 2px solid #CC0000;
	margin-bottom:3px;*/
	}

	/*.boton:link{
	text-decoration:none;
	background-color: #3366CC; 
	color:#FFFFFF; 
	padding: 2px 7px; 
	margin-right: 2px;
	font:bold 12px "Trebuchet MS", Tahoma, Verdana, Arial; 	
	}

	.boton:hover, .boton:visited{
	background-color: #CC0000; 
	}*/