body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container{
	width:350px; 
	height:535px;
	overflow: hidden;
}

.secc{
	float:left;
	height:24px;
	background-image:url(/images/c_gris.png);
	background-repeat:repeat-x;
	position : relative;
}
.secc h2{
	margin:2px 0px 0px 0px;
	color:#4F4F4F;
	font-size:16px;
	float:left;
}


.sec1 {
  background : transparent url(/images/sec1.png) no-repeat;
  bottom : 0;
  left : 0;
}

.sec2 {
  background : transparent url(/images/sec2.png) no-repeat;
  right : 0;
  bottom : 0;
}

#videos a{
	width:326px;
	height:20px;
	padding:2px;
	background-color:#737373;
	margin:1px 10px 1px 10px;
	overflow:hidden;
	text-decoration:none;
	color:#FFF;
	float:left;
}

#videos a:hover{
	background-image:url(/images/barra_gris.png);
}



.seccion{
	float:left;
	background-color:#FFF;
	position : relative;
	overflow:hidden;
}
.seccion h1{
	margin:0px 5px 0px 5px; 
	padding:0px;
	font-size:18px;
}
.seccion h1 a{
	text-decoration:none;
	color:#333333;
}
.seccion h1 a:hover{
	text-decoration: underline;
}
.seccion p{
	margin:0px 5px 0px 5px; 
	padding:0px;
}
.seccion p a{
	text-decoration:none;
	color:#333333;
}