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

body {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}
a {
	outline:none;
}

/*div {
	border:1px solid #000;
}*/

#master {
	width:980px;
	height:600px;
	margin-left:0px;
	margin-right:auto;
}

#tapa {
	width:980px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	position:relative;
}

#header {
	position:fixed;
	top:0px;
	width:960px;
	height:150px;
	background-color:#C1C1C1;
	z-index:10;
}

#botones {
	margin-top:80px;
	margin-left:40px;
	width:113px;
}

.btspa {
	display:block;
	width:113px;
	height:27px;
	background-image:url(img/bt_spanish.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.btspa:hover, .bteng:hover {
	background-position:0px -27px;
}

.bteng {
	display:block;
	width:113px;
	height:27px;
	background-image:url(img/bt_english.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

ul {
	list-style:none;
}

#menu {
	width:175px;
	height:129px;
	float:left;
	position:relative;
	background-image:url(img/bgmenu.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#menu ul {
	position:absolute;
	right:0px;
	top:48px;
}

#menu ul li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100px;
	text-align:right;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	background-position:right center;
	background-repeat:no-repeat;
}

#menu ul li a:hover {
	color:#7C7C7C;
}

.v1 {
	background-image:url(img/v1.jpg);
}
.v2 {
	background-image:url(img/v2.jpg);
}
.v3 {
	background-image:url(img/v3.jpg);
}

#logo {
	position:absolute;
	left:212px;
	top:107px;
}
#content {
	position:relative;
	top:150px;
}

#content1 {
	position:relative;
}

#curriculum {
	position:absolute;
	top:160px;
	left:213px;
	width:auto;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#curriculum p {
	text-align:left;
}

.tbrown {
	color:#9e9473;
	font-weight:bold;
	font-style:italic;
}

.desc {
	color:#9a9a97;
	font-weight:bold;
	width:580px;
	line-height:15px;
	padding-bottom:15px;
}

#cv table tr td {
	padding-bottom:20px;
	vertical-align:top;
}

.pad {
	padding-left:10px;
}

.extitle {
	font-weight:bold;
	font-size:14px;
}

#submenu {
	width:180px;
	text-align:right;
	position:fixed;
	float:left;
	top:150px;
	left:-15px;
}

#submenu ul {
	margin:0px;
}

#submenu ul li a {
	font-family:Verdana, Geneva, sans-serif;
	color:#7C7C7C;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:50px;
}

#submenu ul li a:hover {
	color:#E8E8E8;
}

#gal {
	position:relative;
	top:0px;
	left:210px;
	
}
#left {
	float:left;
}

#left h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#35352b;
	text-transform: lowercase;
	margin:0px;
}

#left p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#35352b;
	width:300px;
	padding-right:28px;
	border-right:4px solid #7c7c7c;
}

#right {
	float:left;
	position:relative;
	top:45px;
	left:15px;
	width:305px;
}

#right img {
	margin:4px;
	border:1px solid #FFF;
}

#right img:hover {
	border:1px solid #333;
}

#show {
	position:absolute;
	width:712px;
	height:430px;
	background-color:#FFF;
	z-index:2;
	visibility:hidden;
}
#close {
	right:0px;
	top:0px;
	float:right;
}

.year {
	font-size:12px;
	color:#9E9C76;
}

.boldgray {
	color:#9a9a97;
	font-weight:bold;
	vertical-align:top;
}

.in {
	border:1px solid #9e9473;
	width:250px;
	background-color:#CCC;
	margin-bottom:15px;
}

.send {
	background-color: #9e9473;
	color:#FFF;
	border:none;
	padding:2px;
}

.expo {
	display: block;
	padding: 0px;
	border-bottom: 1px solid #9e9473;
	margin-bottom: 5px;
}

#lang
{
	color: #878787;
	font-size: 10px;
	right: 5px;
	top: 2px;
	position: fixed;
	font-family: Verdana, Trebuchet, sans-serif;
	
}

/******************LIGHTBOX*****************/
#lang a
{
	color: #878787;
	text-decoration: none;
}

#lang a:hover
{
	color: #9e9473;
	text-decoration: none;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(img/prevlabel.gif) left 15% no-repeat;  	}
#nextLink { right: 0; float: right; background: url(img/nextlabel.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 85%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ display:block; width: 66px; float: right;  padding-bottom: 0.7em; outline: none; text-align:right;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/******************FORMULARIO***************/
.notification_error
{
padding-bottom: 10px;
color:#9e9473;
font-weight: bold;
border-bottom: 1px solid #9e9473;
margin-bottom: 5px;
}

.notification_ok
{
font-weight: bold;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}


