@charset "utf-8";
/* CSS Document */

/*Nueva hoja de estilos para pseudoghetto para combinar sitio web, con slide y noticias*/

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	color:#cccccc;
	font-size:0.825em;
	background: url(img/background.jpg) no-repeat center top #252525;
	font-family:Arial, Helvetica, sans-serif;
	width:980px;
	height:800px;
	margin:auto;

}

.menuUL li{
	/* This will arrange the LI-s next to each other */
	display:inline;
}

.menuUL li a,.menuUL li a:visited{
	/* Styling the hyperlinks of the menu as buttons */
	
	float:left;
	font-weight:bold;
	background:url(img/button_bg.jpg) repeat-x center bottom #666666;
	
	/* display:block allows for additinal CSS rules to take effect, such as paddings: */
	display:block;
	border:1px solid #4D4D4D;
	color:#CCCCCC;
	border-top-color:#565656;	
	padding:4px 6px;
	margin:4px 5px;
	height:16px;
	clear:right;
	
	/* Setting a CSS3 box shadow around the button */
	
	-moz-box-shadow:0 0 1px black;
	-webkit-box-shadow:0 0 1px black;
	box-shadow:0 0 1px black;
	
	/* CSS3 text shadow */
	text-shadow:0 1px black;
}

.menuUL li a:hover{
	/* On hover show the top, lighter, part of the background: */
	background-position:center top;
	text-decoration:none;
}

#navigation{
	/* The navigation menu bar: */
	background:#222222;
	border:1px solid #111111;
	padding:5px 10px;
	float:left;
}

#navigation,.menuUL li a{
	/* CSS3 rounded corners for both the navigation bar and the buttons: */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

/*Estos estilos de stage quedan en desusos*/



/* The styles below are only necessary for the demo page */

h1{
	background:#222222;
	border-bottom:1px solid black;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}

h2 {
	font-size:0.9em;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a:link{
	color:#996;}
a:visited{
	color:#F00;}

p.tutInfo{
	/* Links info on the bottom of the page inicial left 80 y position absolute*/
	padding:10px 0;
	text-align:center;
	position:fixed;
	bottom:0px;
	left:100px;
	background:#222222;
	border-top:1px solid black;
	width:100%;
}

h1,h2,p.tutInfo{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

/*contenedor para index de peliculas*/
#contenedorx{width:550px;
height:10000px;
background-color:#000;
position:relative;
padding: 10px 0 0 20px;
}

/*contenedor de articulos*/
#contenedorart{width:620px;
height:1800px;
background-color:#000;
position:relative;
padding: 10px 0 0 20px;
}

#minbodypel{
	width:620px;
	height:10000px;
	background-color:
	#111;
	margin-left:5px;
	margin-top:14px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-radius: 3px 10px 2px 10px;
	}
#minbodypel a{text-decoration:none;
display:block;
padding-top:10px;
padding-left:20px;
}
		
#minbodypel a:link {
	color:#FFF;
}

/*Contenedor para biografias con tablas*/
#minbodybio{
	width:550px;
	height:650px;
	background-color:#000;
	margin-left:10px;
	margin-top:14px;
	color:#CCC;
	float:left;
		-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-radius: 3px 10px 2px 10px;}
#minbodybio a{text-decoration:none;}
#minbodybio a:link{
	color:#000;
}
#minbodybio a:hover{
	background-color:#333;
	color:#FFF;
}
	table{
	margin-left:20px;
	border-color:#000;
	margin-top:12px;
	color:#000;
	background-color:
	#996;
	text-align:center;
	font-size:11px;
		}
				
		tr{width:160px;
		height:25px;}
		
/*contenedor body similar a pelis pero para otras plantillas*/
#minbodygen{
	width:620px;
	height:800px;
	background-color:
	#111;
	margin-left:5px;
	margin-top:14px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-radius: 3px 10px 2px 10px;
	}
#minbodypel a{text-decoration:none;
display:block;
padding-top:10px;
padding-left:20px;
}
		
#minbodypel a:link {
	color:#FFF;}
		
/*Incorporo los estilos de pruebas.css Contenedor para slide*/
/*estilo usado para plantilla principal donde va el slide*/
#news2{
	width:400px;
	height:450px;
	background-color:
	#000;
	color:
	#000;
	position:absolute;
	top:100px;
	left:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}

/*contenedor para info de pelis, biografias y mas*/
#newplant{
	width:650px;
	height:450px;
	background-color:
	#111;
	color:
	#000;
	position:absolute;
	top:100px;
	left:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}


#contenedorx3{width:1000px;
height:800px;
background-color:#000;
position:absolute;
top:210px;

}

table.table1 {
	margin-left:20px;
	border-color:#000;
	margin-top:12px;
	background-color:#000;
	text-align:center;
	font-size:11px;
	color:#FFF;
	width:340px;
	padding:3px;
		}

	
/*Contenedor para noticias 1 scroll foro*/	
	#newsalter1{
	width:300px;
	height:280px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#F00;
	padding-top:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	font-size:10px;
	color:#FFF;
	position:absolute;
	top:0px;
	left:670px;
}

#newsalter1 a:link{color:#000;}
#newsalter1 a:visited{color:#000;}

#newsalter1 table.table1 a:link{color:#996;}
#newsalter1 table.table1 a:visited{color:#FFF;}

/*Contenedor para noticias 2*/
#newsalter2{
	width:310px;
	height:280px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#000;
	padding-top:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	font-size:10px;
	color:#FFF;
	position:absolute;
	top:320px;
	left:670px;
}

#newsalter2 a:link{color:#000;}
#newsalter2 a:visited{color:#000;}

#newsalter2 table.table1 a:link{color:#996;}
#newsalter2 table.table1 a:visited{color:#FFF;}


#main{
	margin:0 auto;
	position:absolute;
	width:1000px;
}

#headerimage{width:1000px;
height:130px;
}

#total{width:1024px;
height:1000px;
}

#buscador{width:60px;
height:60px;
background-color:#000;
position:absolute;
left:820px;
color:
#000;
border-color:#000;
border: 1px solid #000;
-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;}
.input {
     background:#FFF ; border-color:black;
	 border: 1px solid #000;
	 -moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
.button {
    background: #000; border-color:black;
	border: 1px solid #000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}


fieldset {
border: 1px solid #000;
width: 50%;
background: #111;
padding: 3px;
-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}


/*Styles menu*/
@charset "utf-8";
/* CSS Document */

#footmenu{width:1000px;
height:120px;
position:absolute;
top:14800px;
background-color:#111;
color:#F00;}

#footmenu  li{
display:inline;}


#footmenu li{
	width:90px;
	height:25px;
	background-color:#1A1A1A;
	float:left;
	list-style-type:none;
	font-size:0.925em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	marker-top:15px;
	margin-top:8px;
	}


#footmenu a{text-decoration:none;
width:70px;
height:20px;
padding-top:10px;
padding-left:20px;
margin-top:30px;
}

#footmenu a:hover {
	background-color:#F00;
width:90px;
height:25px;
padding-top:10px;
padding-left:20px;
margin-top:30px;
	}
	
#footmenu a:link {
	color:#FFF;
}
#footmenu ul{margin-top:20px;}


/*footmenu para fichas unicamente por la ubicacion*/
#footmenuficha{width:1000px;
height:120px;
position:absolute;
background-color:#111;
color:#F00;}

#footmenuficha  li{
display:inline;}


#footmenuficha li{
	width:90px;
	height:25px;
	background-color:#1A1A1A;
	float:left;
	list-style-type:none;
	font-size:0.925em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	marker-top:15px;
	margin-top:8px;
	}


#footmenuficha a{text-decoration:none;
width:70px;
height:20px;
padding-top:10px;
padding-left:20px;
margin-top:30px;
}

#footmenuficha a:hover {
	background-color:#F00;
width:90px;
height:25px;
padding-top:10px;
padding-left:20px;
margin-top:30px;
	}
	
#footmenuficha a:link {
	color:#FFF;
}
#footmenuficha ul{margin-top:20px;}

