@charset "utf-8";

/****************************************************************
                          C O M U N E S
******************************************************************/

html {
	overflow-y: scroll;
}

body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

h1 {
	font: normal 1.2em Verdana, Geneva, sans-serif;
	color:#666;
	margin: 0; 
	padding: 0;
}

h2 {
	font: normal 1em Verdana, Geneva, sans-serif;
	color:#333;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

h3 {
	font: normal .9em Verdana, Geneva, sans-serif;
	color:#666;
	margin: 0;
	margin-top: 5px;
	text-align:left;
	padding: 0;
}

a{
	color:#33F;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	/*text-indent: 2em;*/
	line-height: 1.5em;
	color:#666;
}

#contenedor {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#cabecera {
	background: #FFF;
	height: 80px;
	background-image:url(../images/delimitador.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
} 

#logo-cabecera {
	position:absolute;
    background-image:url(../images/joyhopkins.jpg);
    display:block;
    height:45px;
    width:286px;
	margin-left: 40px;
	top: 20px;
	text-indent:-9999px;
}

#social-networks {
	float:right;
	text-align:right;
	margin-right: 50px;
	width: 160px;
	margin-top: 50px;
} 

#contenedor-menu {
	height: 40px;
	width:inherit;
}

#menu {
	position:absolute;
	height: 40px;
	width:inherit;
	margin-left: -5px;	
}

#menu li {
	list-style: none;
	font-family: "Tahoma", sans-serif;
	font-weight:bold;
	font-size: 1.1em;
	float: left;
	margin-right: 27px;
	margin-top: -10px;
}

#menu a {
	text-decoration:none;
	color:#999;
}

#menu a:hover {
	color:#99CC99;
}


#pie {
	position:relative;
	height: 30px;
	background-image:url(../images/delimitador.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#pie-izquierdo {
	position:absolute;
	top: 5px;
	left: 40px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	width: 350px;
}

#pie-derecho {
	position:absolute;
	top: 5px;
	right: 40px;
	width: 200px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	text-align:right;
}

#pie-derecho a {
	color:#666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; 
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	position:absolute;
	top: 0; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.btn_close {
	float: right;
	margin: -37px -36px 0 0;
	border: 0;
}
/*-- IE6 Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}




/****************************************************************
                          H O M E
******************************************************************/

.home #columna-izquierda {
	float:left;
	width: 380px;
	height: 200px;
	margin-top: 30px;
	margin-left: 40px;
} 

.home #columna-derecha {
	float:right; 
	margin-right: 50px;
	width: 320px; 
	background: #FFF; 
	margin-top: 20px;
}

.home #selector-idioma {
	float:left;
	margin-top: -40px;
	margin-left: 40px;
	width: 300px;
} 

.home .combo {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#666;
}

.home .coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative;
}

.home .coin-slider a{ 
	text-decoration: none; 
	outline: none; 
}

.home .cs-buttons { 
	padding:0;
	margin-left: -30px;
	font-size:0;
	float:left;
}

.home .cs-buttons a { 
	margin:2px 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:url(../images/slide_p.png) no-repeat center center;
}

.home .cs-buttons a.cs-active { 
	background-image:url(../images/slide_a.png);
}

/*.home .cs-title { 
	width: 545px; 
	padding: 10px; 
	background-color: #000000; 
	color: #FFFFFF; 
}

.home .cs-prev, .cs-next { 
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px; 
}*/



/****************************************************************
                          A B O U T
******************************************************************/

.about #columna-izquierda {
	float:left;
	width: 500px;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding-right: 10px;
} 

.about ul.perfil {
	list-style: none;
	margin: 0 auto; 
	padding: 0;
}

.about ul.perfil li {
	width: 590px;
	float: left;
	display: inline;
	padding: 0;
	position: relative;
	/*border-bottom: 1px solid #99CC99;*/
	/*border-bottom: 1px solid #CCC;*/
	margin-bottom: 10px;
}

.about ul.perfil li .foto {
	width: 190px;
	float:left;
}

.about ul.perfil li .info {
	float: left;
	width: 320px;
	margin-top: 115px;
	border-bottom: 1px solid #99CC99;
	padding-bottom:7px;
}

.about ul.perfil li p {
	text-indent: 0;
	line-height: .5em;
	font-size: .8em;
	color:#666;
	font-weight: bold;
	margin-bottom: -2px;
}

.about #columna-derecha {
	float:right; 
	margin-right: 20px;
	width: 200px; 
	margin-top: 37px;
}

.about blockquote {
	margin: -5px 5px -15px 10px;
    font-size: 1em;
    background: url(../images/abrircita.jpg) top left no-repeat;
}

.about blockquote p {
	padding: 10px 0 10px 0;
	text-indent: 2em;
    font-size: .9em;    
    background: url(../images/cerrarcita.jpg) bottom right no-repeat;
}

.about cite{
    float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
    font-size: .9em;
	text-align: right;
	margin-right: 5px;
}

.about #cargo {
	margin-top: -10px;
}


.about #cv {
	margin-top: 31px;
	margin-bottom:20px;
	padding: 5px 0 10px 30px;
	border-bottom: 1px solid #999;
	/*border: 1px solid #999;
	background-color:#F6F6F6;*/
	color:#333;

}

.about #submenu {
	width:inherit;
}

.about #submenu li {
	list-style: none;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	margin-left: -30px;
}

.about #submenu a {
	text-decoration:none;
	color:#33F;
}

.about #submenu a:hover {
	text-decoration:underline;
}

.about #lista {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
	margin-left: 12px;
}

.about #lista a{
	text-decoration:none;
	color:#33F;
}

.about #lista a:hover{
	text-decoration:underline;
}




/****************************************************************
                          G O A L S 
******************************************************************/

.goals #columna-izquierda {
	float:left;
	width: 500px; /*450px;*/
	margin-left: 40px;
	margin-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
} 

.goals #columna-derecha {
	float:right; /* since this element is floated, a width must be given */
	margin-right: 20px;
	width: 200px; /*260px; */
	margin-top: 37px;
}

.goals #links {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	padding: 5px 10px 0 10px;
	line-height: 1.5em;
	border: 1px solid #999;
	background-color:#F6F6F6;
	color:#666;
	margin: 0 5px -15px 5px;
}

.goals #links h3 {
	font-size: 1.2em;
}


.goals #links ul {
	margin-left: -22px;
}


.goals blockquote {
	margin: -5px 5px -15px 0;
    font-size: 1em;
    background: url(../images/abrircita.jpg) top left no-repeat;
}

.goals blockquote p {
	padding: 15px 0 20px 0;
	text-indent: 2em;	
    font-size: .9em;    
    background: url(../images/cerrarcita.jpg) bottom right no-repeat;
}

.goals cite {
    float: right;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
    font-size: .9em;
	margin-right: 5px;	
}


.goals #lista {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .9em;
	line-height: 1.5em;
	color:#666;
}

.goals #nutshell {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
	margin-left: -22px;
	color:#666;
}

.goals #challenge-ol {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
	color:#666;
}

.goals #challenge-ul {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
	list-style-image:url(../images/checkmarks.png);
	color:#666;
}

.goals #challenge-ul2 {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: 1em;
	line-height: 1.5em;
	list-style-image:url(../images/checkmarks.png);
	color:#666;
}

.trigger {
	width: 100%;
	float: left;
	font-size: .9em;
}

.trigger a {
	text-decoration: none;
	color:#33F;
}

.trigger a:hover {
	text-decoration: underline;
	cursor:pointer;
}

.toggle_container {
	overflow: hidden;
	width: 100%;
	clear: both;
}

.no-indent{
	text-indent: 0;
}





/****************************************************************
                          W R I T I N G
******************************************************************/

.writing #columna-izquierda {
	float:left;
	width: 500px; /*450px;*/
	margin-left: 40px;
	margin-top: 10px;
	padding-right: 30px;
}

.writing #columna-izquierda-review {
	float:left;
	width: 190px;
	padding-top: 70px;
	padding-bottom: 10px;
	padding-right: 10px;
} 

.writing ul.libros {
	list-style: none;
	margin: 0 auto; 
	padding: 0;
}

.writing ul.libros li {
	width: 500px; /*420px;*/
	float: left; 
	display: inline;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.writing ul.libros li:hover {
	z-index: 99;
}

.writing ul.libros li img {
	position: relative;
}

.writing ul.libros li:hover img{
	z-index: 999;
}

.writing ul.libros li .info {
	position: absolute;
	left: 110px; 
	top: 0;
	width: 385px; /*340px;*/
	/*display: none;*/
	background: #fff;
}

/*.writing ul.libros li:hover .info {
	display: block;
}*/

.writing ul.libros li h4 {
	font-family:Verdana, Geneva, sans-serif;
	line-height: 0;
	margin-top: 7px;
	font-style:normal;
	font-weight:500;
	font-size: .8em;
	color:#333;
}

.writing ul.libros li p {
	text-indent: 0;
	line-height: 1.4em;
	font-size: .7em;
}

.writing #columna-derecha {
	float:right; /* since this element is floated, a width must be given */
	margin-right: 20px;
	width: 200px; /*260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 37px;
	/*border-top: 1px solid #369;
	border-bottom: 1px solid #369;*/
}

.writing #columna-derecha-review {
	float:right;
	width: 380px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
}

/*.writing #cita{
	font-size: 1em;
}*/

.writing blockquote {
	margin: -5px 5px -15px 10px;
    font-size: .9em;
    background: url(../images/abrircita.jpg) top left no-repeat;
}

.writing blockquote p {
	padding: 10px 0 10px 0;
	text-indent: 2em;
    font-size: 1em;    
    background: url(../images/cerrarcita.jpg) bottom right no-repeat;
}

.writing cite {
    float: right;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
    font-size: .9em;
	margin-right: 5px;	
}

.writing h3{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight: normal;
	font-size: .8em;
	margin: 0;
	line-height: 1.5em;
}




/****************************************************************
                          P R O J E C T S 
******************************************************************/

.projects #columna-izquierda {
	position:relative;
	float:left;
	width: 500px;
	margin-left: 40px;
	margin-top: 10px;
	padding-right: 10px;
	margin-bottom:20px;
} 

.projects #columna-derecha {
	float:right; 
	margin-right: 20px;
	padding-left: 10px;
	margin-top: 37px;
	width: 200px;
	
}

.projects blockquote {
	margin: -5px 5px -15px 10px;
    font-size: 1em;
    background: url(../images/abrircita.jpg) top left no-repeat;
}

.projects blockquote p {
	padding: 10px 0 10px 0;
	text-indent: 2em;
    font-size: .9em;    
    background: url(../images/cerrarcita.jpg) bottom right no-repeat;
}

.projects cite {
    float: right;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
    font-size: .9em;
	margin-right: 5px;
}

.boton{
	background-color:#9c9;
	display:block;
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
	color:#FFF;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;  
	border-radius: 10px;	
}
.boton:hover{
	text-decoration:none;
}

.projects ul.filas {
	list-style: none;
	margin: 0 auto; 
	padding: 0;
}

.projects ul.filas li {
	width: 500px;
	float: left;
	display: inline;
	padding: 0;
	position: relative;
}

.projects ul.filas li:hover {
	/*background-color:#E4E4E4;
	border: 1px solid #999;*/
}


.projects ul.filas li .fecha {
	width:70px;
	margin-left: 2px;
	float:left;
	text-align:left;
}

.projects ul.filas li .fecha-volunteering {
	width:80px;
	margin-left: 2px;
	float:left;
	text-align:left;
}

.projects ul.filas li .detalle {
	float: left;
	width: 420px;
}

.projects ul.filas li .detalle-volunteering {
	float: left;
	width: 410px;
}

.projects ul.filas li p {
	text-indent: 0;
	line-height: 1.2em;
	font-size: .8em;
}

.projects ol#numerada {
	text-indent: -19px;
	padding-left: 19px;
}

.projects ol#numerada li {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#666;
	font-size: .8em;
	width:400px;
	margin-bottom: 7px;
}

.clearfloats {
    line-height: 0px;
}


/* Here's our default note styles. */
.notedefault {
	position:absolute;
	visibility: hidden;
	width: 370px;
	margin-left: 20px;
	margin-top: -12px;
	padding: 5px;
	border: 1px solid #333;
	background-color: #999;
	color: white;
	font: normal .8em Verdana, Geneva, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.trigger-s {
	font: normal .8em Verdana, Geneva, sans-serif;
	color:#666;
	width: 100%;
	float: left;
	margin-top: 12px;
	margin-bottom: 0;
}

.trigger-s a {
	text-decoration: none;
	color:#33F;
	display: inline;
	line-height: 0;
}

.trigger-s a:hover {
	text-decoration: underline;
	cursor:pointer;
}


.toggle_container-s {
	overflow: hidden;
	width: 100%;
	clear: both;
}




/****************************************************************
                          P H O T O S
******************************************************************/

.photos #intro {
	margin: 10px 35px 5px 38px;
}

#slideshow {
	margin: 0 auto;
	height:380px;
	margin-top: 10px;
	width: 580px;
	position:relative;
}
#slideshow #slidesContainer {
	margin: 0 auto;
	width:507px;
	height:380px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin: 0 auto;
	width:auto;
}
 
.control {
  display:block;
  width:30px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  margin-top: 160px;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left2.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right2.jpg) no-repeat 0 0;
}
 
.slide img {
  float:none;
  margin: 0 auto;
}




/****************************************************************
                          C O N T A C T
******************************************************************/

.contact #columna-izquierda {
	float:left;
	width: 400px;
	margin-top: 10px;
	margin-left: 40px;
	padding-right: 0px;
	margin-bottom:20px;
}

.contact #columna-derecha {
	float:right; 
	margin-right: 40px;
	width: 300px; 
	background: #FFF;
}

.contact ul.enlaces {
	list-style: none;
	margin: 0 auto; 
	margin-top: 10px;
	padding: 0;
}

.contact ul.enlaces li {
	width: 300px;
	float: left;
	display: inline;
	padding: 0;
	position: relative;
}

.contact ul.enlaces li:hover {
	z-index: 99;
}

.contact ul.enlaces li img {
	position: relative;
	display:block;
	padding: 10px;
	padding-left: 240px;
}

.contact ul.enlaces li:hover img{
	z-index: 999;
}

.contact ul.enlaces li .info {
	position: absolute;
	top: 0;
	width: 290px;
	padding-left: 10px;
	display: none;
	background-color:#E4E4E4;
	border: 1px solid #999;
}

.contact ul.enlaces li:hover .info {
	display: block;
}


.contact ul.enlaces li p {
	text-indent: 0;
	line-height: 1.1em;
	font-size: .8em;
}




/****************************************************************
                          F O R M S 
******************************************************************/
#FileUpload {
    position:relative;
}
 
#BrowserVisible {
    position: absolute;
    top: 2px;
    right: 40px;
    z-index: 1;
	background:url(../images/browse.png) 100% 0px no-repeat;
    height:30px;
    width:400px;
}
 
#FileField {
    width:350px;
	margin-left:1px;
    height:20px;
    font-size:12px;
    border:solid 1px #999;
}
 
#BrowserHidden {
    position:absolute;
    width:385px;
	right: 40px;
    height:30px;	
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}


/*
.upload {
    position:relative;
    width:600px;
	border:1px solid #F00;
}
.realupload {
    position:absolute;
    top:0;
    right:0;
     start of transparency styles 
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity:0);
    /* end of transparency styles 
    z-index:2; /* bring the real upload interactivity up front 
    width:400px;
	border: 1px solid #0C6;
}
form .fakeupload {
	margin-left:155px;
	width: 380px;
}
form .fakeupload input {
    width:400px;
	cursor:pointer;
}*/













#contactForm, .statusMessage {
  color: #666;
} 

#contactForm {
	width: 400px;
	margin: 0 auto;
} 
 
#SpeakerRequestForm, #GoalsChallengeForm {
	color: #666;
	background-color:#FFF;
	border: 1px solid #999;
	width: 595px;
	height:auto;
	padding: 0 1.5em 1.5em 1.5em;
	margin: 0 auto;
}

#BeenThereDoneThatForm {
	color: #666;
	background-color:#FFF;
	border: 1px solid #999;
	width: 500px;
	height:auto;
	padding: 0 1.5em 1.5em 1.5em;
	margin: 0 auto;
}

/* Position the form in the middle of the window (if JavaScript is enabled) */
 
#contactForm.positioned {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
} 

#SpeakerRequestForm.positioned, #GoalsChallengeForm.positioned {
	position:absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#BeenThereDoneThatForm.positioned {
	position:absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}
 
/* Dimensions and position of the status messages */
 
.statusMessage {
	display: none;
	border: 1px solid #aaa;
	background-color: #ebedf2;
	z-index: 99999;
	margin: auto;
	width: 300px;
	height: 2em;
	padding: 1.5em;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
 
.statusMessage p {
	text-align: center;
	color:#333;
	margin: 0;
	padding: 0;
} 
  
 
/* Give form elements consistent margin, padding and line height */
 
#SpeakerRequestForm ul, #GoalsChallengeForm ul, #BeenThereDoneThatForm ul, #contactForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
 
#contactForm ul li {
	margin-bottom: 12px;
 	padding: 0;
} 

#SpeakerRequestForm ul li, #GoalsChallengeForm ul li, #BeenThereDoneThatForm ul li{
	margin-bottom: 5px;
 	padding: 0;
} 

#SpeakerRequestForm input, #GoalsChallengeForm input, #BeenThereDoneThatForm input, #contactForm input, 
#SpeakerRequestForm label, #GoalsChallengeForm label, #BeenThereDoneThatForm label, #contactForm label {
  line-height: 1em;
}
 
 
/* The field labels */
 
label {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;	
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 65px;
	padding: .4em 0 0 0;
	margin: .15em .5em 0 0;
}

label a, label a:hover{
	text-decoration:none;
	color:#666;
}

.projects label {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;	
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 190px;
	padding: .4em 0 0 0;
	margin: .15em .5em 0 0;
}

.goals label {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;	
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 150px;
	padding: .4em 0 0 0;
	margin: .15em .5em 0 0;
}

.travel label {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;	
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 75px;
	padding: .4em 0 0 0;
	margin: .15em .5em 0 0;
}

 
/* The fields */
input, textarea {
	display: block;
	margin: 0;
	padding: .4em;
	width: 310px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
 	border: 1px solid #aaa;  background: #fff;
}

 
.projects input, .projects textarea, .travel input, .travel textarea {
	display: block;
	margin: 0;
	padding: .4em;
	width: 385px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
 	border: 1px solid #aaa;  
	background: #fff;
}
.goals input, .goals textarea{
	display: block;
	margin: 0;
	padding: .4em;
	width: 385px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
 	border: 1px solid #aaa;  
	background: #fff;
}

.projects select, .travel select {
	display: block;
	margin: 0;
	padding: .4em;
	width: 397px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
 	border: 1px solid #aaa;  
	background: #fff;
	color:#666;
}

.projects table tr td{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
}

textarea {
	height: 255px;
	line-height: 1.5em;
	resize: none;
}

.projects textarea, .travel textarea {
	height: 80px;
	line-height: 1.5em;
	resize: none;
}
 
 
/* Place a border around focused fields, and hide the inner shadow */
 
#contactForm *:focus, #SpeakerRequestForm *:focus, #GoalsChallengeForm *.focus, #BeenThereDoneThatForm *:focus {
	border: 1px solid #093;
	outline: none;
}
 
 
/* Display correctly filled-in fields with a green background */
 
/*input:valid, textarea:valid {
  border: 1px solid #093;
  background: #FFF;
}*/


 
/* The Send and Cancel buttons */
 
input[type="submit"], input[type="button"] {
	float: left;
	width: 100px;
	padding: 5px;
	margin-left: 70px;
	border: 1px solid #666;
	color: #fff;
	background: #3C6;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .9em;
	font-weight:bold;
 	transition: opacity .5s;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
	cursor: pointer;
	opacity: 1;
}
 
input[type="submit"]:active, input[type="button"]:active {
	color: #333;
	background: #eee;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}
 
input[type="button"] {
	background: #F33;
}

.tip {
	color:#FFF;
	background:#666; 
	display:none;
	text-align:center;
	padding:10px;
	position:absolute;
	float:none;
	z-index:1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#SpeakerRequestForm, #GoalsChallengeForm, #BeenThereDoneThatForm, input[type="submit"], input[type="button"] {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;  
	border-radius: 10px;
}






/****************************************************************
                          C R E D I T S
******************************************************************/

.credits #columna{
	float:left;
	width: 700px;
	margin-top: 10px;
	margin-left: 40px;
	padding-right: 30px;
}

.credits ul.creditos {
	list-style: none;
	margin: 0 auto; 
	padding: 0;
}

.credits ul.creditos li {
	font: normal 1em Verdana, Geneva, sans-serif;
	color:#666;
	width: 700px;
	float: left;
	display: inline;
	padding: 10px;
	position: relative;
}

.credits ul.creditos li .criterio {
	width: 260px;
	float:left;
	text-align:right;
}

.credits ul.creditos li .info {
	float: right;
	width: 430px;
}





/****************************************************************
                      B O O K   R E V I E W S
******************************************************************/

.review #contenedor {
	width: 800px; 
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.review #cabecera {
	background: #FFF;
	height: 80px;
	background-image:url(../images/delimitador.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
} 

.review #logo-cabecera {
	position:absolute;
    background-image:url(../images/joyhopkins.jpg);
    display:block;
    height:45px;
    width:286px;
	margin-left: 40px;
	top: 20px;
	text-indent:-9999px;
}

.review #columna-izquierda {
	float:left;
	width: 500px;
	margin-left: 40px;
	margin-top: 15px;
	padding-right: 30px;	
/*	padding-top: 70px;
	padding-bottom: 10px;
	padding-right: 10px;*/
} 

.review #columna-derecha {
	float:right; /* since this element is floated, a width must be given */
	margin-right: 20px;
	width: 200px; /*260px;*/ 
	background: #FFF; 
	margin-top: 70px;
	/*border-top: 1px solid #369;
	border-bottom: 1px solid #369;*//*	float:right;
	width: 380px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF; */
}

.review h1{
	text-align:center;
}

.review h2{
	color:#666;
	font-style:italic;
	text-align:center;
	padding-bottom: 5px;
	border-bottom: 1px solid #9C9;
}

.review h3{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight: normal;
	font-size: .8em;
	margin: 0;
	line-height: 1.5em;
}


/*.review #pie {
	position:relative;
	height: 30px;
	border-top: 1px solid #CCC;
}

.review #pie-izquierdo {
	position:absolute;
	top: 2px;
	left: 20px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	width: 200px;
}

.review #pie-centro {
	position:absolute;
	top: 2px;
	left: 240px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	width: 200px;
}

.review #pie-derecho {
	position:absolute;
	top: 2px;
	right: 20px;
	width: 200px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	text-align:right;
}*/




/****************************************************************
                         MSU COURSEWORK 
******************************************************************/

.msu #columna {
	float:left;
	width: 730px;
	margin-left: 40px;
	margin-top: 10px;
	padding-bottom: 20px;
}

#div-imagen{
	width: 600px;
	margin-left:60px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .8em;
	line-height: 1.5em;
	color:#666;
	text-align:center;
}

#imagen {
	border:1px solid #999;
}

.msu #columna-izquierda {
	float:left;
	width: 500px; /*450px;*/
	margin-left: 40px;
	margin-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.msu #columna-derecha {
	float:right; /* since this element is floated, a width must be given */
	margin-right: 20px;
	width: 200px; /*260px; */
	margin-top: 37px;
}

.msu blockquote {
	margin: -5px 5px -15px 0;
    font-size: 1em;
    background: url(../images/abrircita.jpg) top left no-repeat;
}

.msu blockquote p {
	padding: 15px 0 20px 0;
	text-indent: 2em;	
    font-size: .9em;    
    background: url(../images/cerrarcita.jpg) bottom right no-repeat;
}

.msu cite {
    float: right;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
    font-size: .9em;
	margin-right: 5px;	
}

.msu #courses {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: .9em;
	line-height: 1.5em;
	color:#666;
}

.msu #lista {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: 12px;
	line-height: 1.5em;
	margin-left: -22px;
	color:#666;
}

.msu #lista li{
	margin-left: 20px;
}


.trigger_msu {
	width: 100%;
	float: left;
	font-size: .9em;
}

.trigger_msu a {
	text-decoration: none;
	color:#33F;
}

.trigger_msu a:hover {
	text-decoration: underline;
	cursor:pointer;
}

.toggle_container_msu {
	overflow: hidden;
	margin-left:-20px;
	clear: both;
}

#audio{
	margin-left: 150px;
}