﻿td
{
	vertical-align: top;
}
html
{
	margin-bottom: 30px;
	line-height: 12pt;
}
table
{
	border-width: 0px;
	padding: 0px 0px 0px 0px;
}
	

/*STAR RATING*/
	.ratingStar {
		font-size: 0pt;
		width: 13px;
		height: 12px;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
		display: block;
		background-repeat: no-repeat;
	}

	.filledRatingStar {
		background-image: url(Images/FilledStar.png);
		width: 17px;
		height: 17px;
	}

	.emptyRatingStar {
		background-image: url(Images/EmptyStar.png);
		width: 17px;
		height: 17px;
	}

	.savedRatingStar {
		background-image: url(Images/SavedStar.png);
		width: 17px;
		height: 17px;
	}
/*END STAR RATING*/

/*~~COMUN~~ // bloque interior + (2 x margen) + 2 = bloque exterior (P.EJ: 910 + 2x10 + 2 = 932) */
.bloqueinterior
{
	width: 993px;
	border: solid 0px #FFFFFF;
}

.ventana_exterior
{
	border: solid 0px #bdd5e7;
	width: 480px;
}
.ventana_interior
{
	border: solid 0px white; 
	width: 480px;
}
.ventana_exterior_p
{
	border: solid 0px #bdd5e7;
	width: 320px;
}
.ventana_interior_p
{
	border: solid 0px white; 
	width: 320px;
}
.ventana_exterior_g
{
	border: solid 0px #bdd5e7;
	width: 640px;
}
.ventana_interior_g
{
	border: solid 0px white; 
	width: 640px;
}
.ventana_interior_car
{
	border: solid 0px white; 
	width: 310px;
}
.ventana_interior_lnk
{
	border: solid 0px white; 
	width: 170px;
}

.bloquecomentarios /* Notablemente menor que bloque interios para evitar que lo reviente desde dentro */
{
	width: 478px;
}
.marco_alto
{
	height:10px;
}
.marco_ancho
{
	width:10px;
}

/*MASTERPAGE.MASTER*/
.menu_encabezado
{
	background-image:url(Images/barra.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.encabezado
{
	/*background-image:url(Images/cabecera_simple.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;*/
}
.piepagina
{
	background-image:url(Images/pie.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.mastersearch
{
	font-family:Verdana;
	border-style:solid;
	border-color:white;
	border-width:1px;
	width:125px;
	height: 14px;
}
.water
{
	color:#bbbbbb;
}
.separadores
{
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding: 0px 10px 0px 10px;
	height: 20px; 
	vertical-align:middle;
}
.menu
{
	font-family:Verdana;
	font-size:10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.fondo_x
{
	background-image: url(Images/fondo_x.gif);
	background-repeat: repeat-x; 
	background-color:#dbdbdb;
	background-position: 0px 176px;
}
.fondo_y
{
	background-image: url(Images/fondo_y.gif); 
	background-repeat: repeat-y; 
}
.td_search
{
	padding-left:4px;
}
.td_menu
{
	padding-right:5px;
}

/*DEFAULT[VIDEO].ASPX*/
.video
{
	font-family: Verdana;
	text-decoration: none;
}

.video_linea
{
	border-bottom:solid 1px #2c79b6;
	height: 18px;
	vertical-align: top; 
}
.video_rate
{
	font-size: 10pt;
	color: #2c79b6;
}
.titulo
{
	font-size: 12pt;
	color: #2c79b6;
	//font-weight:bold;
}
.lista
{	
	font-size: 10pt;
	color: #e4a704;
	//font-weight:bold;
}
.titulos_lista
{	
	font-size: 8pt;
	color: #2c79b6;
}
a.titulos_lista:hover
{
	text-decoration:underline;
}
	
.textos_lista
{
	font-size: 8pt;
}

.coment_karma
{
	font-size: 10pt;
	color:#2c79b6;
	//font-weight:bold;
}
.coment_insertcommenttextbox
{	
	font-family:Verdana;	
	font-size: 8pt;
	border-style:solid;
	border-color:#2c79b6;
	border-width:1px;	
}
.coment_showhide
{
	font-size:8pt;
	color:#666666;
    text-decoration: underline;	
}
.coment_altbody
{
	color:#666666;
	font-size: 8pt;
}
.coment_menureport
{	
	font-family:Verdana;
	font-size: 8pt;
	border-style:solid;
	border-color:#2c79b6;
	border-width:1px;	
}
.coment_insert
{	
	font-size: 10pt;
	color:#2c79b6;
	//font-weight:bold;
	background-color: Transparent;
	border: solid 0px Transparent;
}
.coment_summary
{	
	font-size: 10pt;
	color: #2c79b6;
}
.coment_pager
{	
	//font-weight: bold;
	font-size: 12pt;
	color: #2c79b6;
}
.coment_pager a
{	
	color: #2c79b6;
	font-size: 10pt;
}
.coment_autor
{
	font-size: 10pt;
	color: #2c79b6;
	//font-weight: bold;
}
.coment_hora
{	
	font-size: 8pt;
	color: #2c79b6;
}
.coment_body
{
	font-size: 8pt;
	color: #000000;
}

/**      TABS         **/

div .divs
{
	top:0px;
	left:0px; 
	position:relative; 
	height: 0px;
}
div .div_visible
{
	visibility: visible;
}
div .div_hidden
{
	visibility: hidden;
}

td .container_cell
{
	border-style: solid;
	border-color: white;
	background-color: White;
	border-width: 0px 0px 0px 0px;
	height: 200px;
	width: 480px;
}	

td .sel_tab
{
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px;
	background-image:url(Images/tabs.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:22px;	
	width:120px;
	
	vertical-align:middle;
}
td .unsel_tab
{
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px;
	background-image:url(Images/tabs.gif);
	background-repeat:no-repeat;
	background-position:0px -22px;	
	height:22px;
	width:120px;
	vertical-align:middle;
}
td .fill_tab
{	
	height:22px;
	width:120px;
}
.tab_text
{
	 font-family:Verdana;
	 font-size: 10pt;
	 text-decoration: none;
	 margin-left: 10px;	 
}
.sel_tab_text
{
	 color: #2c79b6;
}
.unsel_tab_text
{
	 color: White;
}
.embed
{	
	font-family:Verdana;	
	font-size: 8pt;
	border-style:solid;
	border-color:#2c79b6;
	border-width:1px;
	background-color: White;	
}
.embed_but
{	
	font-family:Verdana;	
	font-size: 8pt;
	color: #000000;
	border-style:solid;
	border-color:#2c79b6;
	border-width:1px;
	background-image:url(Images/tab_un.png);
	background-repeat:repeat-x;
	background-position:0px 0px;	
}
.embed_but_borderless
{	
	font-family:Verdana;	
	font-size: 8pt;
	color: #2c79b6;
	border-style:solid;
	border-color:#ffffff;
	border-width:0px;
	background-image:url(Images/tab_un.png);
	background-repeat:repeat-x;
	background-position:0px 0px;	
}

/* BUSQUEDA.ASPX */
.search_linea
{
	border-bottom: solid 1px #AAAAAA;
}
.search
{
	font-family:Verdana;	
	text-decoration: none;
}
.search_error
{
	font-size: 10pt;
	color: #000000;
	font-weight:normal;
}
.search_titulo
{
	font-size: 10pt;
	color: #2c79b6;
}
.search_subtitulo
{	
	font-size: 8pt;
	color: #e4a704;
}
.search_tags
{
	font-size: 8pt;
	color: #2c79b6;
	text-decoration: underline;
}
.search_fecha
{	
	font-size: 8pt;
	color: #2c79b6;
}
.search_pager
{	
	font-size: 12pt;
	color: #2c79b6;
}
.search_pager a
{	
	color: #2c79b6;
	font-size: 10pt;
}
.search_header
{
	font-size: 10pt;
	color:#2c79b6;
}
table .tabla_lista_videos
{
	height: 90px;
	width: 290px;	
}
td .celda_info_lista
{
	vertical-align: bottom;
}
.bloqueado
{
	font-size: 8pt;
	font-family: Verdana;
	color:Red;
}

td .tabla_enlaces
{
	padding-bottom:5px; 
	width:100px;
}
.validator
{
	font-size: 8pt;
	margin-left: 3px;
}

.div_login
{
	color: #DDDDDD;
	font-family:Verdana;
	font-size:10pt;
}

.div_login a
{
	color: #FFFFFF;	
	text-decoration: none;	
}

.div_login a:hover
{	
	text-decoration: underline;
}

.div_login input
{
	height:15px;
	border: 0px;
	font-size:8pt;
}

