@charset "utf-8";
/*
Description: Alejandro Cabrera main CSS file
Version: 3.6
Site URI: http://www.alejandrocabrera.net
*/

/* PPAL */

body {
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	overflow:hidden;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
.mainpage {
	width:650%;	
}
/*TINYBOX */

/* requerido */
.tbox {position:fixed; display:none; padding:14px 17px; z-index:900; vertical-align:middle;}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}

/* animacion openning */
.tinner {background:#000 url(../img/preload.gif) no-repeat 50% 50%; border:1px solid #333;}

/* boton de cerrar */
.tclose {position:absolute; top:0px; right:0px; width:20px; height:20px; cursor:pointer; background:url(../img/close.png) no-repeat}
.tclose:hover {background-position:0 -20px}

/* frameless */
#frameless {padding:0}
/* close butt*/
#frameless .tclose {right:3px}

/* MAIN MENU */

.menumain {
	width:900px;
	height:430px;
	margin-left:auto; 
	margin-right:auto;
	border:1px solid;
	border-color:#666;
	background:url(../logo.jpg);
}
.menulogo {
	height:385px;
}
.menulogo a {
	color:#000;
}

.menu {
	width:830px;
	position:fixed;
	z-index:1;
}

.menu ul li {
	list-style:none;
	float:right;
	text-decoration:none;
	display:block;
	color:rgb(255,255,255);
	font-size:12px;
	margin-left:10px;
}
.menu ul li a {
	text-decoration:none;
	display:block;
	color:rgb(255,255,255);
	font-size:12px;
}
.menu ul li a span {
	
}
.menu ul li a:hover span{
	text-decoration:underline;
	color:rgb(120,120,120);
}
.flags {
	padding:10px;
	position:absolute;
}

/*CONTACT*/

.contactmain {
	width:900px;
	height:430px;
	margin-left:auto; 
	margin-right:auto;
}
.contactdata {
	width:500px;
	height:300px;
	margin-left:auto; 
	margin-right:auto;
	border:1px solid;
	border-color:#666;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
}
.contactdata ul {
	display:block;
	color:#A0A0A0;
	font-size:12px;
	list-style: none;
}
.contactdata ul li {
	color:rgb(255,255,255);
	font-size:14px;
	list-style:none;
	font-weight:bold;
	margin-left:50px;
}
.margin {
	height:30px;
	float:right;
	top:87px;
	border:1px solid;
	border-color:#666;
	position:relative;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
}

/* COLLABORATIONS */

.collabmain {
	width:900px;
	height:430px;
	margin-left:auto; 
	margin-right:auto;
	border:1px solid;
	border-color:#666;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.collab {
}
.collab ul {
	display:block;
	margin-top:20px;
}
.collab ul li {
	list-style:none;
	margin-left:50px;
}
.collabtitle {
	font-weight: bold;
	color:#999;
}
.collabpro {
	font-weight: bold;
}
.collabsite {

}
.collabsubnames {
	color:#666;
}

/* AWARDS AND NOMINATIONS */

.festmain {
	height: 430px;
	width: 900px;
	overflow: auto;
	background:#000;
	font-size:12px;
	color:#C8C8C8;
}
.festmain ul {
	float:left;
padding:0px;
margin:0px;
}
.festmain ul li {
	list-style:none;
	margin-left:50px;
	width:500px;
}

.awardsmain {
	width:900px;
	height:430px;
	margin-left:auto; 
	margin-right:auto;
}
.awards {
	height:360px;
	overflow:auto;
	border:1px solid;
	border-color:#666;
	font-size:18px;
	padding:10px;

}
.awmargin {
	height:30px;
	float:right;
	top:07px;
	border:1px solid;
	border-color:#666;
	position:relative;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
}
.awards img:hover {
  filter:alpha(opacity=50);
  opacity: 0.5;
  cursor:pointer;
}
#awwrapper {
	overflow:hidden;
}

.awfloater {
	float:left;
	width:130px;
	padding:20px;
}
.awfloaterhori {
	float:left;
	width:280px;
	padding:20px;
}
.awardstogglebuttons {
	font-size:12px;
	color:#CCC;
	text-decoration:none;
	text-align:center;
}

/* PRODUCTION */

.production {
	height:360px;
	overflow:hidden;
	border:1px solid;
	border-color:#666;
	font-size:12px;
	padding:10px;
}

/* TEXT OPTIONS AND DECORATIONS */

.boxtitle {
	font-size:36px;
	color:#FF0;
	text-align:center;
}
.boxsubtitle {
	margin:10px;
	font-size:14px;
	text-align:center;
	height:20px;
}
.textoption {
	list-style:none;
	color:#A7A7A7;
}
.textoption2 {
	font-weight:bold;
	color:#FFF;
	list-style:none;
}
.textoption3 {
	color:#666;
	padding:0px;
}
.empty {
	height:20px;
}

/* WORK WINDOW */

.workmain {
height: 430px;
width: 900px;
overflow: hidden;
}
.workvideo {
	width:600px;
	float:left;
}
.workmusicplayer {
	overflow:hidden;
	padding-left:25px;
	padding-right:25px;
}
.btnworkdownload {
	border-style:solid;
	border-width:1px;
	text-align:center;
	position:relative;
}
.workproduction {
	overflow:hidden;
	width:300px;
}
.workproduction ul {
	margin:10px;
	text-align:justify;
}
.worights {
	text-align:center; 
	padding-top:10px;
}
.leaveswinner {
	width:50px; 
	height:35px
}
.leavesnominated {
	width:30px;
	height:20px;
}
.loadingwo {
	width:100%;
	margin-top:200px;
	position:absolute;

}


.reelmain {
width:98%;
height:430px;
margin-left:auto; 
margin-right:auto;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 300px;
	width:100%;
	overflow: auto;
	margin-top:75px;
  	border:1px solid;
	border-color:#666;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 10000px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
  text-align:center;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu img {
  border: 1px #fff solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
.sc_menu img:hover {
  filter:alpha(opacity=50);
  opacity: 0.5;
  cursor:pointer;
}
.year {
	font-size:36px;
	font-family:sans-serif;
	font-weight:bolder;
	color:#FFF;
	margin-left:50px;
}
.reelimg {
	width:444px;
	height:250px;
}
.reelimgvert {
	width:188px;
	height:250px;
}	
.reelimgsquare {
	width:250px;
	height:250px;
}

