/* CSS Document */
body{
	background-color: #000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	margin: 0px;
}
#cortina {
	position:absolute;
	width:100%;
	height:100%;
	margin:0px;
	z-index:600;
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
#mensaje {
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 500px; /*Le ponemos el valor del alto*/
	width: 950px; /*Le ponemos el valor del ancho*/
	margin-top: -250px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -475px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #000000;
	z-index: 601;
}

#super_cortina {
	position:absolute;
	width:100%;
	height:100%;
	margin:0px;
	z-index:900;
	background-color:#F00;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
#super_mensaje {
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 500px; /*Le ponemos el valor del alto*/
	width: 950px; /*Le ponemos el valor del ancho*/
	margin-top: -250px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -475px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #000000;
	z-index: 901;
}
#super_cerrar{
	position:absolute;
	margin:0px;
	z-index:901;
	cursor:pointer;
	}

#mensaje_inicio {
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 800px; /*Le ponemos el valor del alto*/
	width: 950px; /*Le ponemos el valor del ancho*/
	margin-top: -400px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -475px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #000000;
}

#actor{
	margin: 10px;
	width: 220px;
	height: 180px;
	float: left;
}
#foto {
	margin: 10px;
	width: 150px;
	height: 150px;
	float: left;
}

#contenedor {
	position:absolute; /*Posicionamiento absoluto*/
	top: 0px; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Le ponemos el valor del alto*/
	width: 980px; /*Le ponemos el valor del ancho*/
	margin-top: 0px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -490px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	z-index:1;
	float: left;
}

#login {
	position:relative; /*Le ponemos el valor del alto*/
	width: 200px;
	float: left;
	background-color: #1d1d1d;
}
#columna {
	position: relative; /*Le ponemos el valor del alto*/
	width: 200px;
	float: left;
}


#cabecera {
	width: 720px;
	float: left;
	position: relative;
}


#foot {
	height: 80px;
	width: 980px;
	float: left;
	position: relative;
	background-color: #332f2e;
	margin-top: 30px;
	padding-top: 20px;
}

#contenido {
	width: 720px;
	float: left;
	position: relative;
	left: 30px;
	top: 10px;
}

#menu {
	height: 20px;
	width: 720px;
	float: left;
	position: relative;
	margin-bottom: 5px;
}


#banner {
	height: 380px;
	width: 720px;
	float: left;
	position: relative;
}
#last_update {
	width: 720px;
	float: left;
	position: relative;
}

.boton_nuevo {	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:200px;
	text-decoration:none;
	text-align:center;
}
.boton_nuevo:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}




#ventana {
	position:absolute; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 551px; /*Le ponemos el valor del alto*/
	width: 980px; /*Le ponemos el valor del ancho*/
	margin-top: 0px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -490px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #FFFFFF;
	z-index:601;
}
#distribuidor {
	
	background: #CDC0C1;
	border: solid 1px #878787;
	border-top: none;
}
#distribuidor .cerrado {
	background: #6D4D50;
	color: #FFF;
}
#licencias {
	
	background: #D8DFD4;
	border: solid 1px #878787;
	border-top: none;
}
#licencias .cerrado {
	background: #657C5A;
	color: #FFF;
}
#usuario {
	
	background: #E2E5E8;
	border: solid 1px #878787;
	border-top: none;
}
#control {
	background: #E2E5E8;
	border: solid 1px #878787;
	border-top: none;
}
#marco_video {
	height: 230px;
	width: 230px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
#marco_actor {
	height: 220px;
	width: 230px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}


#usuario .cerrado {
	background: #5C666C;
	color: #FFF;
}
#trailer {
	float: left;
}


.cerrado a:link, .cerrado a:visited {
	color: #FFF;
	text-decoration:none;
}
.cerrado a:hover {
	color: #FFF;
	text-decoration:underline;
}
.abierto a:link, .abierto a:visited {
	color: #3C3C3B;
	text-decoration:none;
}
.abierto a:hover {
	color: #3C3C3B;
	text-decoration:underline;
}
.small{
	font-size:11px;
}
/******************
		links
*******************/
a.normal:link, a.normal:active, a.normal:visited{
	text-decoration: none;
	color: #E20016;
	font: 12px;
	;
}
a.normal:hover{
	text-decoration: underline;
	color: #E20016;
	font: 12px;
}

a.small:link, a.small:active, a.small:visited{
	text-decoration:none;
	color:#0c4b5f;
}
a.small:hover{
	text-decoration:underline;
	color:#0c4b5f;
}
.error {
	font-size:11px;
	color: #C00;
	font-weight: bold;
}
#error {
	font-size:11px;
	color: #C00;
}
h2 {
	font-size:14px;
}

/*************************
         botones  
*************************/
a.button {
	background:url(../images/boton_gris_grande_a.gif) no-repeat scroll top right;
	color: #dae8ea;
	float:left;
	display: block;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background:url(../images/boton_gris_grande_span.gif) no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    
    outline: none; /* hide dotted outline in Firefox */
	 color:#CF6;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.button:hover {
	background-position: center right;
   	color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
	background-position: center left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}



a.button_rojo {
	background:url(../images/boton_rojo_a.gif) no-repeat scroll top right;
	color: #dae8ea;
	float:left;
	display: block;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button_rojo span {
	background:url(../images/boton_rojo_span.gif) no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
}
a.button_rojo:active {
    background-position: bottom right;
    
    outline: none; /* hide dotted outline in Firefox */
	 color:#CF6;
}

a.button_rojo:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.button_rojo:hover {
	background-position: center right;
   	color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_rojo:hover span {
	background-position: center left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}


a.button_small {
	background:url(../images/boton_verde_small_a.gif) no-repeat scroll top right;
	
    color: #FFF;
	float:left;
    display: block;
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 18px;
    margin-right: 3px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.button_small span {
	background:url(../images/boton_verde_small_span.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 2px 0 2px 9px;
	color: #FFF;
}
a.button_small:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.button_small:active span {
    background-position: bottom left;
    padding: 3px 0 2px 9px; /* push text down 1px */
	text-decoration: none;
}
a.button_small:hover {
    color:#CF6;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.button_small:hover span {
    padding: 2px 0 2px 9px; /* push text down 1px */
	color:#CF6;
	text-decoration: none;
}


a.button_rojo_small {
	background:url(../images/boton_rojo_small_a.gif) no-repeat scroll top right;
    color: #FFF;
	float:left;
    display: block;
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 18px;
    margin-right: 3px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.button_rojo_small span {
	background:url(../images/boton_rojo_small_span.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 2px 0 2px 9px;
	color: #FFF;
}
a.button_rojo_small:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.button_rojo_small:active span {
    background-position: bottom left;
    padding: 3px 0 2px 9px; /* push text down 1px */
	text-decoration: none;
}
a.button_rojo_small:hover {
    color:#CF6;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.button_rojo_small:hover span {
    padding: 2px 0 2px 9px; /* push text down 1px */
	color:#CF6;
	text-decoration: none;
}


/*************************
         formularios  
*************************/

.form_titulo {
	font-size: 12px;
	padding: 0px;
}
input.form_text, textarea.form_text,select.form_select   {
	
	border: 0px; background-color: rgb(102, 102, 102); color: rgb(255, 255, 255); padding-left: 2px;
} 
input.form_text_obligatorio {
	padding:5px;
	background-color:#401114;
	border:#C7D1DC solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
} 
.form {
	text-align: left;
	padding: 0px;
}
input.form_text_destacado {
	padding:4px;
	background-color:#FFF;
	border:#696969 solid 1px;
	font-weight: bold;
}

.boton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;

	text-align:center;
}
.boton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.boton:active {
	position:relative;
	top:1px;
}


/*************************
         menu off  
*************************/

a#b_home{
	display:block;
	width:91px;
	height:26px;
	background-image:url(../images/icons/titulo_home.gif);
}
a#b_videos{
	display:block;
	width:108px;
	height:26px;
	background-image:url(../images/icons/titulo_videos.gif);
}
a#b_tops{
	display:block;
	width:74px;
	height:26px;
	background-image:url(../images/icons/titulo_tops.gif);
}
a#b_bottoms{
	display:block;
	width:140px;
	height:26px;
	background-image:url(../images/icons/titulo_bottoms.gif);
}
a#b_blog{
	display:block;
	width:79px;
	height:26px;
	background-image:url(../images/icons/titulo_blog.gif);
}
a#b_amateur{
	display:block;
	width:196px;
	height:26px;
	background-image:url(../images/icons/titulo_amateur.gif);
}
a#b_home:link, a#b_home:visited, 
a#b_videos:link, a#b_videos:visited, 
a#b_tops:link, a#b_tops:visited,  
a#b_bottoms:link, a#b_bottoms:visited,  
a#b_blog:link, a#b_blog:visited,  
a#b_amateur:link, a#b_amateur:visited  { background-position: top; }

a#b_home:hover, a#b_videos:hover, 
a#b_tops:hover, a#b_bottoms:hover , 
a#b_blog:hover, a#b_amateur:hover { background-position:  0 -26px; }

a#b_home:active, a#b_videos:active,
 a#b_tops:active, a#b_bottoms:active,
  a#b_blog:active, a#b_amateur:active { background-position: bottom; }


/*************************
         menu on
*************************/

a#b_home_on{
	display:block;
	width:91px;
	height:26px;
	background-image:url(../images/icons/titulo_home.gif);
}
a#b_videos_on{
	display:block;
	width:108px;
	height:26px;
	background-image:url(../images/icons/titulo_videos.gif);
}
a#b_tops_on{
	display:block;
	width:74px;
	height:26px;
	background-image:url(../images/icons/titulo_tops.gif);
}
a#b_bottoms_on{
	display:block;
	width:140px;
	height:26px;
	background-image:url(../images/icons/titulo_bottoms.gif);
}
a#b_blog_on{
	display:block;
	width:79px;
	height:26px;
	background-image:url(../images/icons/titulo_blog.gif);
}
a#b_amateur_on{
	display:block;
	width:196px;
	height:26px;
	background-image:url(../images/icons/titulo_amateur.gif);
}
a#b_home_on:link, a#b_home_on:visited, 
a#b_videos_on:link, a#b_videos_on:visited,
a#b_tops_on:link, a#b_tops_on:visited,  
a#b_bottoms_on:link, a#b_bottoms_on:visited,  
a#b_blog_on:link, a#b_blog_on:visited,  
a#b_amateur_on:link, a#b_amateur_on:visited  
{ background-position: 0px -52px; }

a#b_home_on:hover, a#b_videos_on:hover,
a#b_tops_on:hover, a#b_bottoms_on:hover , 
a#b_blog_on:hover, a#b_amateur:hover 
{ background-position:  0 -26px; }

a#b_home_on:active, a#b_videos_on:active, 
a#b_tops_on:active, a#b_bottoms_on:active, 
a#b_blog_on:active, a#b_amateur:active 
{ background-position: bottom; }


.cuenta_titulo{
	background-color:#F1F3F5;
	border-right:#C7D1DC solid 1px;
	border-bottom:#C7D1DC dotted 1px;
	padding:6px;
	font-weight:bold;
	font-size:12px;
}
.cuenta_contenido{
	background: #FFF;
	border-bottom:#C7D1DC dotted 1px;
	padding:6px;
	font-weight:bold;
	font-size:12px;
}
.cuenta_contenido_final{
	padding:6px;
	font-weight:bold;
	font-size:12px;
}
.cuenta_contenido_obligatorio{
	border-bottom:#C7D1DC dotted 1px;
	background-color:#F4D7D9;
	padding:6px;
	font-weight:bold;
	font-size:12px;
}
.form_obligatorio{
	color:#A9B8C0;
	font-size:10px;
	text-align:right;
	vertical-align:bottom;
}

.menu {
	font-size: 12px;
}

.menu_titulo {
	font-size: 12px;
	font-weight: bold;
}

.menu a:link, .menu a:visited{
	color:#CCCCCC;
	text-decoration:none;
	font-size: 12px;
}
.menu a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	font-size: 12px;
}

.tabla_listado{
	font-size:12px;
}

.tabla_listado th{
	border-bottom: #3e3e40 solid 1px;
	background-color:#cac8c9;
	color:#3e3e40;
	font-size:11px;
	font-weight:bold;
	height:20px;
	padding-left:3px;
	text-align: left;
}
.tabla_listado td{
	padding: 3px;
}
.tabla_listado .even { 
	background: #efeeef; 
	height:20px;
	padding:2px;
}
.tabla_listado .destacado {
	background: #D6D6DC;
	height:20px;
	padding:2px;
	border-bottom: #3e3e40 solid 1px;
	color:#333333;
}
.tabla_listado .odd { 
	background: #f7f5f6; 
	height:20px;
	padding:2px;
}
.tabla_listado tfoot td{
	border-top: #3e3e40 solid 1px;
	background-color:#e2e0e1;
	color:#3e3e40;
	font-size:10px;

	height:20px;
}
#performers {
	width: 720px;
	position: relative;
	margin-top: 10px;
}
#video {
	width: 720px;
	position: relative;
}
#videos {
	width: 720px;
	position: relative;
	margin-top: 10px;
	float: left;
}
#actores {
	width: 720px;
	position: relative;
	margin-top: 10px;
	float: left;
}
#general_unico {
	width: 720px;
	position: relative;
	margin-top: 10px;
	float: left;
}
.raza{
	background:#333;
}
.raza td{
	padding:3px;
}
.raza .td_on{
	background-color:#F00;
	padding-left:8px;
	padding-right:8px;
}
.raza .td_off{
	padding-left:8px;
	padding-right:8px;
}
.raza td a:hover{
	color:#FFF;
	text-decoration:underline;
}
.raza td a:link,.raza td a:visited{
	color:#FFF;
	text-decoration:none;
}
#menu_on {
	background-color: #e30614;
}
#menu_off {
	background-color: #666;
}

/****************
			NUEVO MENU
****************/
#menu_on, #menu_off{
	float: left;
	margin-left:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size:20px;
	padding: 5px 20px 5px 20px;
	color:#FFF;
}
#cabecera_search {
	width: 720px;
	float: left;
	position: relative;
	height: 100px;
}

#sub_search{
	background-color:#332F2E;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-left:20px;
float:left;
}
#form_macho {
	background-color: #332F2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 20px;
	float: left;
	padding:10px;
}


#menu_search {
	width: 720px;
	float: left;
	position: relative;
	border-bottom:#e30614 solid 1px;
}
#submenu_search {
	width: 720px;
	float: left;
	position: relative;
}
#menu_on a:link, #menu_on a:visited, #menu_off a:link, #menu_off a:visited{
	color:#FFF;
	text-decoration:none;
}
#menu_on a:hover, #menu_off a:hover{
	color:#FFF;
	text-decoration:underline;
}
#menu_clear{
	clear:both;
	height:10px;
}
