/* RESET CSS */
body{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea, label,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}a:active,a:focus,button:active,button:focus{outline:0}object{outline:0}
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/* FIN RESET */


/* TAGs */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #f3f3f3;
}

p,h1,h2,h3,h4,h5,h6, .ratingblock, .unit-rating{
	margin-bottom: 0.7em;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #eee;
	color: #999;
	margin-bottom: 0.8em;
	padding-bottom: 0.6em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.8em;
}

a, .input.btn{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

a:hover, .input.btn:hover{
	color: #06c;
}

/* Ids */
#contenedor{
	/* Hack centrado IE < 7 */
	text-align: center;
	background-color: #fff;
}

#cabecera{
	margin: 0 auto;
	width: 947px;
	/* Hack centrado IE < 7 */
	text-align: left;
}

#cabecera .logo{
	float: left;
	margin: 10px 0px 10px 55px !important;
	/* IE < 7 */
	margin: 10px 0px 10px 30px;
}

#cabecera .userLinks{
	border-top: 1px solid #ddd;
	margin: 0px 18px;
	padding: 6px 0px;
	height: 14px;
}

#cabecera .userLinks li{
	display: block;
	float: left;
	border-left: 1px solid #ddd;
	padding: 0 0.3em;
	font-size: 0.8em;
}

#cabecera .userLinks li img{
	vertical-align: text-top;
}

#cabecera .userLinks li.first{
	border: 0;
}

#cabecera .userLinks form{
	display: inline;
}

#cabecera #info{
	width: 174px;
	height: 14px;
}

#cabecera #login .input.text{
	width: 120px;
	border: 1px solid #ccc;
	padding: 0 0.3em;
}

#cabecera #login .input.btn{
	border: 0;
	cursor: pointer;
	background-color: #fff;
}

#cabecera .banner{
	width: 728px;
	height: 90px;
	float: right;
	margin: 10px 18px 10px 0px !important;
	/* IE < 7 */
	margin: 10px 10px 10px 0px;
	background-color: #fff;
}

#bloquePrincipal{
	width: 100%;
	/* Hack centrado IE < 7 */
	text-align: left;
}

#contenido{
	margin: 26px auto 70px;
	width: 947px;
	/* Hack centrado IE < 7 */
	text-align: left;
}

#col-izq{
	float: left;
	width: 690px;
}

#col-der{
	float: right;
	width: 229px;
}

#comentarios{
	background: #ebebeb;
	padding: 15px 0px 70px;
}

#comentarios .contenido{
	margin: 6px auto;
	width: 947px;
	/* Hack centrado IE < 7 */
	text-align: left;
}

#comentarios .contenido .boton{
	float: right;
}

#comentarios h2{
	border-bottom: 1px solid #ccc;
}

#comentarioNuevo{
	margin-bottom: 70px;
}

#comentarioNuevo textarea{
	width: 100%;
	height: 5em;
	margin-bottom: 1em;
}

#pie{
	background: #f3f3f3;
	color: #bbb;
	padding: 15px 0px 50px;
}

#pie div{
	margin: 6px auto;
	width: 947px;
	/* Hack centrado IE < 7 */
	text-align: left;
}

#pie .links a{
	margin-right: 6px;
}

#login-signin{
	width: 600px;
	height: 500px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: center;
}

#login-signin *{
	/* Hack centrado IE < 7 */
	text-align: left;
}

#login-signin h3{
	margin-top: 1.1em;
}

#login-signin .checks .col{
	float: left;
	margin-left: 1em;
}

#frmLogin{
	float: left;
	width: 47%;
	margin: 0 1%; 
}

#frmSignin{
	float: right;
	width: 48%;
	margin: 0 1%; 
}

#login-signin form div.text, #login-signin form #checkUser, #login-signin form .warning, #login-signin form div.submit, #login-signin form div.check{
	clear: both;
	margin-bottom: 0.7em;
}

#login-signin form div.text label {
	float: left;
	width: 25%;
	text-align: right;
}

#login-signin form div.text input {
	margin: 0 2%;
	text-align: left;
	width: 64%;
	border:1px solid #CCCCCC;
}

#login-signin form div.text.tags label {
	width: 10%;
}

#login-signin form div.text.tags input {
	width: 80%;
}

#login-signin form div.submit, #login-signin form div.check{
	margin-left: 27%;
	text-align: left;
}
#login-signin form div.submit.end{
	margin-top: 3em;
	margin-left: 0;
}

#menores label {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#panelCompartir {
	height: 250px;
	width: 400px;
}

#panelCompartir input {
	width:98%;
	border:1px solid #CCCCCC;
}

#usuario h3{
	color:#999;
	font-size:1.1em;
	margin-bottom:0.8em;
}

#usuario .columna {
	float: left;
}

#usuario .columna.izq {
	width: 190px;
	padding-right: 10px;
}

#usuario .columna.central {
	width: 590px;
	padding: 0 10px;
	border-left: 1px solid #eee;
}

#usuario .columna.der{
	padding-left: 10px;
}

#usuario .tabs {
	height: 18px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.7em;
	padding-left: 25px;
}

#usuario .tabs a{
	font-size: 0.9em;
	background: #eee url('/img/tabsBg.png') repeat-x left 0px;
	color: #666;
	display: block;
	height: 17px;
	line-height: 17px;
	padding: 0 .5em;
	margin: 0 -1px;
	border: 1px solid #eee;
	float: left;
}

#usuario .tabs .activo{
	background: #000 url('/img/tabsBg.png') repeat-x left -34px;
	color: #fff;
	cursor: default;
}

#usuario .tabs .activo:hover{
	color: #fff;
}

#usuario .tabs .inactivo:hover{
	background: #f80 url('/img/tabsBg.png') repeat-x left -17px;
	color: #000;
	border-bottom: 1px solid #ddd;
}

#usuario .activityLog blockquote{
	width: 300px;
	margin: 5px 5px 5px 20px;
	padding: 5px;
	font-style: italic;
}

#usuario .activityLog blockquote div.quote{
	background: url('/img/quoteLeft.png') no-repeat top left;
	padding-left: 16px;
}

#usuario .activityLog blockquote span.quote{
	background: url('/img/quoteRight.png') no-repeat top right;
	padding-right: 16px;
}

#usuario .activityLog li{
	padding: 4px 10px 10px 25px;
	border-bottom: 1px solid #eee;
	font-size: 0.9em;
	line-height: 1.5em;
}

.fecha{
	color: #aaa;
	font-size: 0.8em;
}

li.voto{
	background: url("/img/votado.png") no-repeat 1px 5px;
}

li.favorito{
	background: url("/img/addFavoritos.png") no-repeat 1px 5px;
}

li.del{
	background: url("/img/del.png") no-repeat 1px 5px;
}

li.visto{
	background: url("/img/videoVisto.png") no-repeat 1px 5px;
}

li.compartir{
	background: url("/img/compartir.png") no-repeat 1px 5px;
}

li.socialBookmark{
	background: url("/img/facebook.png") no-repeat 1px 5px;
}

li.comentar{
	background: url("/img/comentario.png") no-repeat 1px 5px;
}

.peq{
	font-size: 0.8em;
}

.duracion{
	color: #bbb;
}

.promo{
	width: 100%;
	background: url(/img/promoBackground.png) center 36px repeat-x;
	/* Hack centrado IE < 7 */
	text-align: center;
}

.promo.extend{
	background: url(/img/promoExtendTopBackground.png) center 36px repeat-x;
}

.promoExtend {
		background: url(/img/promoExtendBackground.png) center bottom repeat-x;
}

.promo .borde{
	background: #222 url(/img/bordeBackground.png) center bottom repeat-x;
	width: 945px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: left;
	position: relative;
}

.promo .borde .msg {
	border: 1px dashed #111;
	background-color: #333;
	padding: 1em;
	margin: 1em;
}

.promo .borde .msg.error{
	border-color: #733;
	background-color: #caa;
	color: #733;
}

.promo .borde .msg.ok{
	border-color: #373;
	background-color: #aca;
	color: #373;
}

.promo .borde .msg input[type="checkbox"]{
	width: inherit;
}

.promo .captura{	
	background: url(/img/promoLogo.png) center no-repeat;
	width: 754px;
	height: 350px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: left;
	float: left;
	position: relative;
}

.promo .captura.canal{	
	width: 945px;
	float: none;
}

.promo .canal .notfound{
	font-size: 3.5em;
	color: #aaa;
	padding-left: 30px;
	padding-top: 270px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.promo .marco{
	font-size: 1.2em;
	position: absolute !important;
	top: 0px;
	right: 0px;
	width: 280px;
	height: 350px;
	background: url(/img/promoTransparencia.png) center repeat-y !important;
	/* Hack para BG sin transparencias para IE */
	background: url(/img/promoTransparenciaIE6.png) center repeat-y;
}

.promo .contenido{
	margin: 10px 50px;
}

.promo .contenido h2 {
	border: 0;
}

.promo .contenido p {
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	color: #aaa;
}

.promo .contenido h2 a {
	color: #f90;
	font-weight: normal;
	font-size: 1em;
}

.promo .contenido p a{
	color: #aaa;
	font-weight: normal;
	font-size: 1em;
	
}

.promo .contenido a.botonVer{
	background: url(/img/promoBotonOff.png) 30px center no-repeat;
	display: block;
	margin-top:1.4em;
	padding-top: 4px;
	padding-bottom: 6px;
	height: 15px;
	padding-left: 76px;
	color: #fff;
	font-weight: bold;
}

.promo .contenido a.botonVer:hover{
	background: url(/img/promoBotonOn.png) 30px center no-repeat;
	color: #000;
}

.promo .cabecera{
	width: 945px;
	margin: 0 auto;
	background: #000 url(/img/promoCabecera.png) top no-repeat;
	position: relative;
}

.promo .cabecera .topNav{
	white-space: nowrap;
	height: 31px;
	padding-top: 5px;
	margin-left: 95px;
}

.promo .cabecera .topNav li{
	float: left;
}

.promo .cabecera .topNav a{
	background: url(/img/promoLinksBg.png) top center repeat-x;
	display: block;
	border: 1px solid #333;
	border-left: 0;
	padding: 5px 8px;
	font-size: 0.8em;
	height: 12px;
	width: 90px;
	color: #999;
	position: relative;
}

.promo .cabecera .topNav .first a {
	border-left: 1px solid #333;
}

.promo .cabecera .topNav a:hover{
	background: url(/img/promoLinksBgHvr.png) bottom center repeat-x;
	color: #f90;
}

.promo .cabecera .topNav #tabHeaderActive a{
	background: #333 url(/img/promoLinksBgAct.png) top center repeat-x;
	display: block;
	border: 1px solid #666;
	border-left: 0;
	padding: 5px 8px;
	font-size: 0.8em;
	height: 12px;
	width: 90px;
	color: #fff;
	position: relative;
}

.promo .cabecera .topNav #tabHeaderActive.first a{
	border-left: 1px solid #666;
}

.promo .cabecera .topNav .primetime a {
	background: url(/img/primetime.png) 0 0 no-repeat;
	padding: 0;
	height: 22px;
	width: 106px;
}

.promo .cabecera .topNav #tabHeaderActive.primetime a {
	background: url(/img/primetime.png) 0 -22px no-repeat;
	padding: 0;
	height: 22px;
	width: 106px;
}

.promo .cabecera .topNav .primetime a:hover {
	background: url(/img/primetime.png) 0 -44px no-repeat;
	padding: 0;
	height: 22px;
	width: 106px;
}

.promo .cabecera .topNav .primetime a span{
	display: none;
}

.promo .cabecera .topNav form{
	margin-left: 404px;
}

.promo .cabecera .topNav .input{
	border: 1px solid #333;
	height: 14px;
	padding: 2px; 
	font-size: 1.1em;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

.promo .cabecera .topNav .input.submit{
	width: 50px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	font-weight: normal;
	background: #fff url(/img/busquedaBoton.png) center repeat-x;
	font-size: 1em;
	line-height: 12px;
}

.promo .cabecera .topNav .input.submit:hover{
	color: #000;
	background: #fff url(/img/busquedaBotonHover.png) center repeat-x;
}

.promo .cabecera .topNav .input.text{
	width: 216px;
	padding: 2px 3px 0px 20px;
	height: 18px;
	background: #fff url(/img/busquedaBg.png) 2% center no-repeat;
}

.promo .cabecera .channelNav{
	background: #333 url(/img/channelNavBg.png) center top repeat-x;
	border-top: 1px solid #666;
	text-align: left;
	position: relative;
}

.promo .cabecera .channelNav .info{
	width: 101px;
	float: left;
	padding: 8px;
}

.promo .cabecera .channelNav .info .titulo{
	font-weight: bold;
	color: #fff;
}

.promo .cabecera .channelNav .botones{
	width: 770px;
	border-left: 1px solid #666;
	float: left;
	margin-bottom: 3px;
}

.promo .cabecera .channelNav a{
	background: #333;
	display: block;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 8px;
	font-size: 0.8em;
	height: 12px;
	width: 101px;
	color: #ccc;
	float: left;
}


.promo .cabecera .channelNav a:hover{
	background: #ccc;
	color: #333;
}

.promo .pie{
	width: 945px;
	height: 31px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: left;
	background: url(/img/promoPie.png) center no-repeat;
}

.promo .player{
	background: #eee url(/img/playerBackground.png) repeat-x center;
	height: 400px;
	width: 945px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: center;
}

.promo .player .videoThumb {
	position: relative;
	display: block;
	width: 480px;
	height: 360px;
	margin: 0 auto;
}

.promo .player .videoThumb a span {
	height: 360px;
	left: 0px;
	top: 0px;
	width: 480px;
	background-repeat: no-repeat;
	display: block;
	position: absolute !important;
	background-image: url(/img/play_w480.png) !important;
	background-image: url(/img/play_w480IE6.png);
	cursor: pointer;
}

.promo .videoInfo{
	background: #222;
	padding: 20px 60px 75px 95px;
}

.promo .videoInfo a{
	color: #f90;
	font-weight: normal;
}

.promo .videoInfo a:hover{
	color: #666;
	font-weight: normal;
}

.promo .videoDesc{
	float: left;
	width: 580px;
	margin-right: 30px;
}

.promo .videoDesc h1{
	font-size: 1.5em;
	color:  #fff;
}

.promo .videoDesc p{
	color:  #ccc;
}

.promo .breadcrumb{
	font-weight: bold;
	color: #666;
}

.promo .canal.breadcrumb{
	padding-top: 7px;
	padding-left: 2em;
}

.promo .videoLinks{
	float: right;
	width: 180px;
}

.promo .videoLinks li{
	border-bottom: 1px solid #333;
	padding: 4px 18px 4px 25px;
}

.promo .videoLinks li.first{
	border-top: 1px solid #333;
}

.promo .videoLinks li img{
	margin-right: 0.5em;
}

.promo .pie li{
	width: 20px;
	display: inline;
}

.promo .izq-off{
	background: url(/img/promoFlechaIzqOff.png) no-repeat center;
	display: block;
	float: left;
	height: 350px;
	width: 33px;
	margin-right: 62px;
}

.promo .der-off{
	background: url(/img/promoFlechaDerOff.png) no-repeat center center;
	display: block;
	float: left;
	height: 350px;
	width: 33px;
	margin-left: 62px;
}

.promo .izq{
	background: url(/img/promoFlechaIzq.png) no-repeat center center;
	display: block;
	float: left;
	height: 350px;
	width: 33px;
	margin-right: 62px;
}

.promo .der{
	background: url(/img/promoFlechaDer.png) no-repeat center center;
	display: block;
	float: left;
	height: 350px;
	width: 33px;
	margin-left: 62px;
}

.listado{
	margin-bottom: 20px;
}

.listado .elemento{
	float: left;
	width: 215px;
	height: 200px;
	margin-right: 15px;
	margin-bottom: 30px;
	position: relative;
}

.listado .elemento.sinvotos {
	width: 120px;
}

.listado .elemento p, h3{
	margin-bottom: 0.3em;
}

.listado .elemento h3{
	font-size: 1.1em;
}

.listado .elemento.sinvotos h3{
	text-align: center;
}

.listado .elemento.sinvotos.left h3{
	text-align: left;
}

.listado .elemento p{
	font-size: 0.9em;
}

.listado .elemento .captura{
	background: transparent;
	float: none;
	width: 120px;
	height: 90px;
}

.listado .elemento .captura img{
	width: 120px;
	height: 90px;
	display: block;
	background: url(/img/capturaError.png) center center no-repeat;
}

.listado .elemento .media{
	display: block;
	height: 60px;
	width: 60px;
	background: url(/img/elementoVotacion.png) center center no-repeat;
	position: absolute;
	top: 0px;
	right: 15px;
	text-align: center;
	line-height: 60px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}

.listado .elemento .mosca{
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 15px;
	text-align: left;
	line-height: 60px;
}

.listado .elemento h3 a{
	color: #f90;
	font-weight: normal;
}

.listado .elemento h3 a:hover{
	color: #06c;
}

.listado .elemento .thumbLinks li{
	font-size:0.9em;
	position: absolute;
	top:66px;
	right: 0;
	width:46px;
	border-bottom: 1px solid #eee;
	padding: 4px 18px 4px 25px;
}

.listado .elemento .thumbLinks li.first{
	border-top: 1px solid #eee;
}

.listado .elemento .thumbInfo{
	width: 215px;
}

.listado .videoThumb {
	display: block;
	width: 120px;
}

.listado .videoThumb a span {
	height: 90px;
	left: 0px;
	top: 0px;
	width: 120px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	cursor: pointer;
}

.listado .videoThumb a:hover span{
	background-image:url(/img/play.png) !important;
	background-image:url(/img/playIE6.png);
}

.listado .videoThumb.ppv a span{
	background-image: url(/img/premium.png) !important;
	background-image: url(/img/premiumIE6.png);
}

.listado .videoThumb.ppv a:hover span {
	background-image:url(/img/playPremium.png) !important;
	background-image:url(/img/playPremiumIE6.png);
}

.listado .videoThumb.new a span{
	background-image: url(/img/novedad.png) !important;
	background-image: url(/img/novedadIE6.png);
}

.listado .videoThumb.new a:hover span {
	background-image:url(/img/playNovedad.png) !important;
	background-image:url(/img/playNovedadIE6.png);
}

.listado .videoThumb.new.ppv a span{
	background-image: url(/img/novedadPremium.png) !important;
	background-image: url(/img/novedadPremiumIE6.png);
}

.listado .videoThumb.new.ppv a:hover span {
	background-image:url(/img/playNovedadPremium.png) !important;
	background-image:url(/img/playNovedadPremiumIE6.png);
}

.paginator {
	text-align: center;
	margin: 1em auto;
}

.paginator a,
.paginator span {
	padding: 4px 8px;
	margin: 0 2px;
}

.paginator a {
	color: #f90;
	border: 1px solid #ccc;
}

.paginator a:hover {
	background-color: #eee;
	color: #06c;
}

.paginator .this.pagina {
	color: #666;
	font-weight: bold;
}

.paginator .this.flecha {
	color: #ccc;
}

.paginator .break {
	color: #666;
}

.resultados {
	font-size: 0.9em;
	color: #ccc;
	clear: both;
	text-align: center;
	margin: 1em auto;
}

.comentario{
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
}

.comentario .info{
	text-align: right;
	float: left;
	width: 120px;
	margin-right: 26px;
}

.comentario .karmaComentario{
background: transparent url(/img/karmaComentario.png) no-repeat scroll 0 0;
border: none;
cursor: pointer;
height: 21px;
vertical-align: middle;
width: 15px;
}

.comentario .karmaComentario.up{
	background-position: 0 -21px;
}

.comentario .karmaComentario.down{
	background-position: 0 -42px;
}

.comentario .karmaComentario.up.votado{
	background-position: 0 0;
}

.comentario .karmaComentario.down.votado{
	background-position: 0 -63px;
}

.comentario .karmaComentario.up.votado:hover{
	background-position: 0 -21px;
}

.comentario .karmaComentario.down.votado:hover{
	background-position: 0 -42px;
}

.comentario .avatar{
	float: left;
	width: 47px;
	margin-right: 26px;
}

.comentario .cuerpo{
	float: left;
	width: 500px;
}

.comentario .cuerpo .texto{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	position: relative;
}

.comentario .cuerpo .texto .bocadillo{
	background: url('/img/comentarioBocadillo.png') center;
	display: block;
	position: absolute;
	top: 16px;
	left: -9px;
	width: 9px;
	height: 16px;
}

.comentario .cuerpo li {
	padding: 4px 18px 4px 25px;
}

.comentario .contadorComentarios{
	float: right;
	text-align: right;
	width: 200px;
}

.comentario .contadorComentarios a{
	font-size: 4em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #ccc;
}

.comentario .contadorComentarios a:hover{
	color: #cde;
}

.orden{
	margin-bottom: 1.4em;
}

.orden .inactivo{
	color: #ccc;
	font-weight: bold;
}

.menu{
	color: #666;
	background:#eee;
	margin-bottom: 1em;
}

.menu .cabecera{
	background: #fff url(/img/menuBordeSup.png) no-repeat center bottom;
	width: 229px;
	height: 6px;
}

.menu .contenido{
	padding: 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.menu .pie{
	background: #fff url(/img/menuBordeInf.png) no-repeat center top;
	width: 229px;
	height: 6px;
}

.menu h2{
	font-size: 1.2em;
	text-align: center;
	border: 0;
	color: #666;
}

.menu li{
	border-bottom: 1px solid #ccc;
	margin-top: 3px;
	padding-bottom: 3px;
}

.menu li img {
	padding: 3px;
	vertical-align: middle;
}

.menu li .collapsable {
	cursor: pointer;
}

.menu li ul li{
	padding-left: 25px;
	border-top: 1px solid #ccc;
	margin-bottom: 3px;
	padding-top: 3px;
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.forgot {
	width: 600px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: center;
}

.forgot * {
	/* Hack centrado IE < 7 */
	text-align: left;
}

.forgot h1 {
	font-size: 1.8em;
	border-bottom: 1px solid #eee;
	color: #999;
	margin-bottom: 0.8em;
	padding-bottom: 0.6em;
}

.forgot form {
	width: 75%;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: center;
	
}

.forgot form * {
	/* Hack centrado IE < 7 */
	text-align: left;
}

.forgot label {
	float:left;
	text-align:right;
	width:25%;
}

.forgot input.text {
	padding: 4px 2px;
	width: 50%;
	font-size: 1.3em;
	border: 1px solid #CCCCCC;
	margin: 0 3% 1em 3%;
}

.forgot input.submit {
	font-size: 1.2em;
	padding: 2px 4px;
	text-align: center;
}

.forgot li {
	list-style-type:decimal;
	list-style-position: inside;
	margin-bottom: 1em;
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: italic;
	font-weight: bold;
	color: #999;
}

.forgot li span{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333;
	
}

.forgot li img{
	margin: 1em;
}

.bloque {
	margin-bottom: 0.7em;
}

.txtcampospeque {
	font-size: 0.9em;
}

.beta {
	/*font-variant: small-caps;*/
	font-size: 0.6em;
}

.msg {
	border: 1px dashed #ccc;
	background-color: #eee;
	padding: 1em;
	margin: 1em;
}

.msg h2{
	border: 0;
	padding: 0;
}

.msg li{
	margin-left: 1em;
	list-style-type: disc;
}

.msg input {
	width: 40em;
}

.msg.error{
	border-color: #caa;
	background-color: #fcc;
	color: #733;
}

.msg.ok{
	border-color: #aca;
	background-color: #cfc;
	color: #373;
}

.ok{
	background-color: #cfc;
}

.ko{
	background-color: #fcc;
}

a.boton{
	display: block;
	line-height: 18px;
	height: 18px;
	width: 100px;
	background: url(/img/botonBg.png) repeat-x 0 0;
	border: 1px solid #ccc;
	font-size: 0.8em;
	text-align: center;
	margin:0 3px;
}

a.boton:hover{
	background-position: 0 -18px;
}

/* Votaciones */
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 16px;
	position: relative;
	background: url('/img/stars.png') top left repeat-x;
	float: left;
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:8px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/img/stars.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:8px;}
.unit-rating a.r2-unit{left:8px;}
.unit-rating a.r2-unit:hover{width: 16px;}
.unit-rating a.r3-unit{left: 16px;}
.unit-rating a.r3-unit:hover{width: 24px;}
.unit-rating a.r4-unit{left: 24px;}	
.unit-rating a.r4-unit:hover{width: 32px;}
.unit-rating a.r5-unit{left: 32px;}
.unit-rating a.r5-unit:hover{width: 40px;}
.unit-rating a.r6-unit{left: 40px;}
.unit-rating a.r6-unit:hover{width: 48px;}
.unit-rating a.r7-unit{left: 48px;}
.unit-rating a.r7-unit:hover{width: 56px;}
.unit-rating a.r8-unit{left: 56px;}
.unit-rating a.r8-unit:hover{width: 64px;}
.unit-rating a.r9-unit{left: 64px;}
.unit-rating a.r9-unit:hover{width: 72px;}
.unit-rating a.r10-unit{left: 72px;}
.unit-rating a.r10-unit:hover{width: 80px;}

.unit-rating li.current-rating {
	background: url('/img/stars.png') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

#votacion {
	color: #999;
}

#ratingNums {
	font-size: 0.9em;
	margin-top: 0.4em;
	margin-left: 0.4em;
}

#ratingText {
	font-weight: bold;
	float: left;
	margin-left: 0.5em;
}

/*Hacks*/

/* Alinea divs flotantes */
.clear{
	clear: both;
}