body{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color:#000000;
}
#container{
	width:984px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
	background-color: #000000;
}

#menu{
	width:984px;
	height:25px;
	background-image:url(/img_sitio/socialeslogo.png);
	background-repeat:no-repeat;
	padding-top:80px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	border-bottom:1px solid #990000;
}

#menu img{
	border:0px;
	float:left;
}

#menu img:hover{
   opacity: .85;
   -moz-opacity: .85;
   filter:alpha(opacity=85);
}

.seccion{
	float:left;
	background-color:#494949;
	position : relative;
	overflow:hidden;
}



.tl, .tr, .bl, .br {
  position : absolute;
  width : 20px;
  height : 20px;  /* corner images are 40x40 */
  display : block;
}

.tl {
  background : transparent url(/images/csc_tl2.gif) no-repeat;
  top : 0;
  left : 0;
}

.tr {
  background : transparent url(/images/csc_tr2.gif) no-repeat;
  top : 0;
  right : 0;
}

.bl {
  background : transparent url(/images/csc_bl2.gif) no-repeat;
  bottom : 0;
  left : 0;
}

.br {
  background : transparent url(/images/csc_br2.gif) no-repeat;
  right : 0;
  bottom : 0;
}

.secc{
	float:left;
	height:24px;
	position : relative;
}
.secc h2{
	margin:2px 0px 0px 0px;
	color:#4F4F4F;
	font-size:16px;
	float:left;
}

#recientes{
	margin:10px; 
	background-color: #333333;
	overflow:hidden;
	width:210px; 
	height:365px; 
	margin:0px 0px 0px 10px;
	float:left;
	position : relative;
}

#recientes h1{
	margin:0px;
	padding: 0px;
	float:left;
	width:200px;
	font-size:16px;
	color:#FFFFFF;
}

.img_rec{
	float:left;
	width:200px;
	height:95px;
	overflow:hidden;
	position:relative;
}

.img_rec img{
	float:left;
	width:190px;
	margin:5px 0px 0px 0px;
	position:relative;
	top:-20px;
}


#video{
	width:940px; 
	height:500px; 
	float:left; 
	margin:10px 10px 0px 10px;
	background-color: #000000;
	padding:10px 0px 10px 0px;
}

#video a{
	float: right;
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
	margin-top:10px;
}

.videos_i{
	float:left;
	width:161px;
	height:100px;
	background-color: #000000;
	margin:0px 0px 10px 10px;
	overflow:hidden;
}
.videos_i img{
	float:left;
	width:161px;
	border:0px;
}
#derecha{
	width:420px; 
	height:500px; 
	float:left; 
	margin:10px 0px 0px 0px;
}

#pie{
	width:944px; 
	border-top:1px solid #CCCCCC; 
	padding:10px 20px 20px 20px; 
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#000000;
	text-align:center;
}