/*
Title      : Arquiestudio 2009
Author     : Darwin Santos
Client     : Arquiestudio Polanco
Date       : Dec 5th 2008
*/
body 
{
	margin:0;
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA; 
} 
#movie
{
    background-color:#222;
    margin:-5px auto;
    width:800px;
    	
}
#clist
{
	font-size:1.5em;
	float:left;
}
form
{
	width:300px;
	padding:30px;
	margin:10px auto;
	border:1px #777 solid;
	text-align:center;
	float:right;
}
input
{
	border:#777 1px solid;
	padding:2px;
	margin:3px auto;
	text-align:center;
	background-color:#eee;  
   
}
#login
{
	width:200px;
}

h1, h2
{
	font-weight: normal;
	color: #BABABA;
}
h3 
{ 
	font-size: 100%; 
	font-weight: bold; 
}

p, ul, ol 
{
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}
a:link {
	color: #94B0C8;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a:visited {
	color: #BABABA;
}

/* Header */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}


#logo {
	float: left;
	width: 206px;
	height: 110px;
	background: #fff;
	border-right: 6px solid #900;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}


/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 44px;
	text-decoration: none; 
	border-bottom:3px solid #fff;
	font-size: 100%;
	font-weight: normal; 
	color:#94B0C8;
}

#menu a:hover, #menu .active a {
	background: #111; 
	border-bottom:3px solid #900;
}

#menu .active a { 
	color:#900;
}

/* banner */

#banner {
	width: 960px;
	height: 370px;
	margin: 0 auto;
	padding:0;
}

#banner #fadeshow
{
    padding:30px 0 0 210px;
    margin:0;
    height:342px;
}
#banner #fadeshow img
{
    margin:0;
    padding:0;
    border:0;
} 
#foto
{
	float:left;
	clear:left;
	margin:0;
	padding:0;
	border:0;
}
/* Page */

#container {
	width: 960px;
	margin: 0 auto;
}

#container h1, #container h2 
{
	margin-bottom: 20px;
} 
/* Content */

#content {
	float: right;
	width: 708px;
	padding: 20px;
}
img.supervision
{
	float:right;
	clear:none;
	margin-right:60px;
	padding:0;
}
#content ol, #content ul {
	font-size:2em;
	list-style-type:none;
}
.imageoptions
{    
	font-size:2em;
	width:200px;
	height:300px;
	float:left;
	text-align:center;
	margin:0 30px 0 0;
} 
.imageoptions img
{   
	padding:0;
	margin:0;
	border:0;
}
.imageoptions a
{
	text-decoration:none;
}
.imageoptions a:hover
{
    text-decoration:underline;
} 
.in_out
{
	font-size:1.5em;
	margin:0;
	padding:5px;
	text-align:center;
	cursor:pointer;
} 
.options
{
	margin:10px auto;
	width:708px;
	text-align:left;
}
th
{
	text-align:left;
}
.p_img
{
	width:150px;
	height:100px;
	border:5px #eee solid;
	margin:10px 16px;
}
/* Sidebar */

#sidebar {
	color:#333;
	float: right;
	width: 166px;
	padding: 25px 20px 20px 20px;
	background: #fff;
	border-right: 6px solid #900;
}

#sidebar h2 { 
	color:#333;
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 { 
	color:#333;
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #000;
} 
#sidebar a
{
	color:#bbb;
} 
#sidebar a:hover
{
	color:#333;
}

/* Footer */

#footer { 
	clear:both;
	background-color:inherit;
	color:#eee;
	height: 15px;
	margin: 0 auto; 
	padding: 20px;
   
}

#footer p { 
	text-align:center;
	padding: 0;
	line-height: normal;
	font-size: 87%;
} 


