/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background-color: #000;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url("imgs/bground.jpg");
}
/* corregir problema de scroll IE */
* html body {overflow:auto;}
img {border: none;}
a {
	color: #e2da7b;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
.invisible {display: none;}
#title {
	width: 770px;
	height: 158px;
	margin: 10px auto 0 auto;
}
#contents h1 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
ul#menu {
	display: block;
	width: 756px;
	height: 50px;
	padding: 0; 
	margin: 10px 0 0 0;
	padding: 10px 7px;
	background-image: url("imgs/menu.jpg");
	background-repeat: no-repeat;
	text-align: center;
	list-style-type: none;
	position: relative;
	z-index: 2;
}
ul#menu li {
	display: block;
	height: 23px;
	float: left;
	margin-left: 8px;
	margin-bottom: 4px;
	line-height: 20px;
	display:inline;
}
ul#menu li a {
	display: block;
	height: 21px;
	padding-left: 16px;
	padding-right: 16px;
	color: #ccc;
	text-decoration: none;
	border: 1px solid #5a5a5a;
}
ul#menu li a:hover {
	color: #fff;
	border: 1px solid #e2da7b;
}
ul#menu li a.atwork:hover {
	cursor: default;
	background-image: url('imgs/comingsoon.gif');
	font-size: 1px;
	color: #000;
	border: 1px solid #5a5a5a; 
}
ul#menu li a.new {
	background-image: url('imgs/new.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* Fijar anchos de botones de menu */
ul#menu li#news a {width: 58px;}
ul#menu li#galeria3d a {width: 74px;}
ul#menu li#anima3d a {width: 94px;}
ul#menu li#drawings a {width: 84px;}
ul#menu li#gdesign a {width: 100px;}
ul#menu li#web a {width: 90px;}
ul#menu li#resume a {width: 80px;}
ul#menu li#downloads a {width: 70px;}
ul#menu li#cortosanim a {width: 118px;}
ul#menu li#filmsmap a {width: 100px;}

ul#menu li#contact {
	display: block;
	float: right;
	width: 30px;
}
ul#menu li#contact a {
	height: 23px;
	width: 36px;
	float: right;
	padding:0;
	margin-top: 0;
	background-image: url('imgs/email.gif');
	background-position: 0px -27px;
	border: none;
}
ul#menu li#contact a:hover {background-position: 0px 0px;}
ul#menu li#translation {
	display: block;
	width: 64px;
	float: right;
	padding: 0;
}
ul#menu li#translation a {
	float: right;
	margin: 5px 0;
	padding: 0 12px;
	height: 14px;
	width: 40px;
	text-decoration: none;
	border: none;
	line-height: 14px;
}
ul#menu li#translation a:hover {background-color: #555;}
#contents {clear: both;}
#imgGrande {
	width: 561px;
	margin-left: 11px;
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #666;
	background-color: #222;
}
#imgGrande img {border: 1px solid #666;}
#imgGrande h1 {
	margin: 12px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
#imgGrande p {
	text-align: justify;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#imgGrande p.nota {
	font-size: 9px;
	margin-top: 0;
	text-align: center;
}
#imgGrande #imgDescripcion, #imgGrande #imgTamano, #imgGrande #imgDuracion, #imgGrande #imgFormato {
	font-weight: normal;
}
ul#thumbs {
	display: block;
	width: 100px;
	height: auto;
	float: right;
	margin: 0 0 30px 0;
	padding: 11px 21px 3px 21px;
	border: 1px solid #454545;
	display: inline;
	background-image: url('imgs/film.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
	list-style-type: none;
	list-style-position: outside;
	overflow: auto;
}
/* Corrige problema de doble margen en IE */
* html ul#thumbs {margin-bottom: 0;}
ul#thumbs li {
	display: block;	
	height: 62px;
	width: 98px;
	margin: 0 0 11px 0;
	padding: 0;
}
/* corregir problema 3px de IE */
* html ul#thumbs li {margin: 0 0 6px 0;}
ul#thumbs li a {
	display: block;
	height: 62px;
	width: 98px;
	padding: 0;
	border: 1px solid #454545;
}
ul#thumbs li a:hover {border: 1px solid #e2da7b;}
ul#thumbs img {margin: 0;}
#imgNavigation {
	width: 320px;
	margin: 0 185px;
	text-align: center;
}
#imgNavigation img {vertical-align: middle;}
#imgNavigation h2 {
	margin: 10px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
}
#imgNavigation a {
	display: block;
	height: 25px;
	width: 90px;
	float: left;
	padding: 0 32px;
	text-decoration: none;
	color: #e2da7b;
}
a#rssfeed {margin: 0 0 0 70px;}
#newslist {
	width: 588px;
	margin: 0 20px 30px 0;
	float: left;
	text-align: center;
}
/* evitamos problema de doble margen en IE */
* html #newslist {margin-bottom: 0;}
#newslist ul {
	margin: 0;
	padding: 0 30px;
	list-style-type: none;
	text-align: justify;
}
#newslist li {
	border-top: 1px solid #454545;
	margin: 0 0 5px 0;
	clear: right;
}
#newslist li img {
	display: block;
	margin: 10px auto 10px auto;
}
#newslist .title {font-weight: bold;}
#newslist .date {
	display: block;
	color: #c30;
}
#newslist li p {
	margin: 10px 0;
	text-align: justify;
}
a#archive {
	display: block;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
.projects {
	width: 150px;
	float: left;
	margin: 0 0 15px 0;
	padding: 5px;
	border: 1px solid #454545;
}
.projects h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}
.projects p {
	text-align: center;
	margin: 0 0 20px 0;
	color: #daa486;
}
.projects ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style-type: square;
}
.projects li {
	margin: 0 0 10px 0;
	padding: 0;
	bordeR: 1px solid #000;
}
.projects .projname{
	text-transform: uppercase;
}
.projects li .type {
	display: block;
	margin: 0;
	padding: 0;
	color: #f61;
	text-decoration: none;
}
#pie {
	clear: both;
	height: 36px;
	width: 768px;
	margin: 30px 0 0 0;
	text-align: center;
	line-height: 18px;
	background-color: #000;
	border: 1px solid #222;
}
.mybanner {
	border: 1px solid #454545;
	margin-bottom: 20px;
}

/* estilos de Canción de un Ocaso */
#pie {margin: 0;}
#contents img#teaser {margin: 0px 166px;}
#presentacion {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#titViolinista {
	height: 89px;
	width: 373px;
	margin: 0 auto;
	background-image: url('tit_cocaso.gif');
	background-repeat: no-repeat;
}
#titAredondo {
	height: 70px;
	width: 336px;
	margin: 0 auto;
	background-image: url('tit_aredondo.gif');
	background-repeat: no-repeat;
}
#titBirdtigo {
	height: 75px;
	width: 344px;
	margin: 10px auto 0 auto;
	background-image: url('tit_birdtigo.gif');
	background-repeat: no-repeat;
}
#contents h3 {
	text-align: center;
	padding: 2px 0 2px 0;
	margin: 0;
	font-size: 12px;
	background-color: #444;
	border-bottom: 1px solid #666;
}
#contents ul#galerias {
	width: 322px;
	display: block;
	margin: 0;
	list-style-type: none;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#contents ul#galerias li {
	display: block;
	width: 130px;
	height: 10px;
	float: left;
	margin: 0 2px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #666;
}
#thumbs {
	width: 330px;
	height: 356px;
	float: right;
	padding: 0 0 10px 0;
	border-left: 1px dashed #e5e5e5;
	border-right: 1px dashed #e5e5e5;
	background-color: #444;
}
/* corrige problema en IE */
* html #thumbs {width: 333px;}
#thumbs a {
	display: block;
	width: 108px;
	height: 108px;
	float: left;
	margin: 0;
	padding: 1px;
}
#thumbs a:hover {
	border: 1px solid #e2da7b;
	padding: 0;
}
#thumbs a img {margin: 0;}
table#selecVideos {
	height: 220px;
	width: 414px;
	float: left;
	margin: 110px 0 20px 0;
	background-image: url('imgs/bracket.gif');
	background-repeat: no-repeat;
	background-position: 125px 8px;
}
table#selecVideos td {vertical-align: top;}
table#selecVideos td p {margin: 0;}
table#selecVideos #comun {
	text-align: center;
	width: 150px;
	padding-top: 56px;
}
table#selecVideos #comun strong {font-size: 14px;}
table#selecVideos .opcion {
	text-align: left;
	padding-left: 55px;
}
#ficheros {
	height: 367px;
	margin: 0;
	background-image: url('imgs/cdeocaso/mastil.jpg');
	background-repeat: no-repeat;
	background-position: 0 116px;
	border-bottom: 1px solid #e5e5e5;
}
form#cargaImagen {display: none;}

/* Estilos del menú desplegable */
.submenu {
	width: 200px;
	height: 66px;
	padding: 0;
	margin-top: 4px;
	margin-left: 14px;
	margin-bottom: -44px;
	background-color: #000;
	border: 1px solid #e2da7b;
	border-top: none;
	color: #fff;
	position: relative;
	top: 36px;
	overflow: hidden;
	z-index: 1;	
}
/* corrige posicion inicial en IE */
* html .submenu {margin-top: 0;}
.submenu li {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0;
	margin-top: 2px;
}
.submenu a {
	display: block;
	width: 100%;
	line-height: 20px;
	padding-left: 5px;
	color: #dadada;
	margin: 0;
	background-color: #4a4a4a;
}
.submenu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5a5a5a;
}
.submenu a strong {
	color: #dd0;
	font-weight: normal;
}
