body{
	background-color: #000;
	margin: 0px;
}

#contenedor{
	width: 100%;
}
#principal{
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: center;
	margin-top: 20px;
}

.video{
	width:200px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.video-play{
	position:absolute;
	margin-top: -150px;
}
.video-tiempo{
	font-size: 14px;
	background-color: #AAA;
	color: #222;
	width: 50px;
	font-weight: bold;
	position: absolute;
	margin-top: -34px;
	margin-left: 135px;
	padding: 4px;
	opacity:.75;
	-moz-opacity:.75; 
	filter:alpha(opacity=75);
}
.video-nombre a{
	color: #CCC;
	text-decoration: none;
}
.video-nombre a:hover{
	text-decoration: underline;
	color: #f52171;
}
#barra_cabecera{
	width: 99%;
	height: 60px;
	background-color: #444;
	padding: 0px;
	margin: 0 auto 0 auto;
}
#barra_logo{
	float: left;
}
#barra_id{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
#barra_id a{
	color: #f13b7f;
	text-decoration: underline;
}
#barra_id a:hover{
	color: #FFF;
	text-decoration: none;
}
#categorias{
	width: 99%;
	clear: both;
}
.cat{
	width: 33%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.cat a{
	text-decoration: none;
	color: #AAA;
}
.cat a:hover{
	text-decoration: underline;
	color: #f52171;
}
#catThis a{
	text-decoration: none;
	color: #222;
	background-color: #AAA;
}
#pie{
	width: 99%;
	clear: both;
}
.legales{
	text-align: center;
	font-size: 12px;
	color: #888;
}
.navegacion{
	clear: both;
	width: 80%;
	margin: 0 auto 0 auto;
	height: auto;
	text-align: center;
}
.navegacion a{
	text-decoration: none;
	color: #AAA;
}
.navegacion a:hover{
	text-decoration: underline;
	color: #f52171;
}
.nav-previo{
	float: left;
	margin-bottom: 10px;
}
.nav-siguiente{
	float: right;
	margin-bottom: 10px;
}
.pag{
	padding: 3px;
	display: inline-block;
}
.pagThis{
	display: inline-block;
	padding: 3px;
}
.pagThis a{
	text-decoration: none;
	background-color: #AAA;
	color: #222;
}
.pMensaje{
	color: #AAA;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pTitulo{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.opcion{
	width: 50%;
	text-align: center;
	float: left;
}
#login-cuadro{
	margin-top:30px;
	color: #aaaaaa;
}
#login-cuadro p{
	line-height: 5px;
}
.col1{
	float: left;
	width: 50%;
	text-align: right;
	margin-bottom: 9px;
}
.col2{
	float: left;
	width: 50%;
	text-align: left;
	margin-bottom: 9px;
}
.buscador{
	width: 99%;
	clear: both;
}
.buscadorBarra{

}
.buscadorBarra input[type="text"]{
	background: url(../images/icon_lupa.png) no-repeat 10px 4px #444;
	border: 0 none;
	font: bold 12px Arial,Helvetica,Sans-serif;
	color: #777;
	width: 45%;
	padding: 6px 15px 6px 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-webkit-border-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 3px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.buscadorBarra input[type="text"]:focus{
	width: 55%;
	outline: 0px;
}
	
