body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	min-width: 760px;
}

/* definición de colores de enlaces */
a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

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

a:active {
	color: #666;
	text-decoration: none;
}

/* Definición de rollovers */

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

#botonera li {
	display: inline;
	font: 1em Arial, Helvetica, sans-serif;
	font-stretch: expanded;
}

.ceci a {
	color: #333;
}

.padleft {
	padding-left: 25px;
}

.current {
	padding-left: 25px;
	font-weight: bold;
	color: #ff6600;
}

.padleft a {
	color: #000;
}

.padleft a:hover {
	color: #ff6600;
}

/* Definiciones de contenedoras */

#contenedoravertical {
	position: absolute;
	width: 600px;
	height: 380px;
	background: #fff;
	margin: -190px 0 0 -300px;
	top: 50%;
	left: 50%;
	text-align: left;
	overflow: auto;
}
#creditos {
	position: absolute;
	width: 600px;
	height: 30px;
	margin: 220px 0 0 -300px;
	top: 50%;
	left: 50%;
	text-align: left;
	overflow: auto;
	font-size: .7em;
}

#credlef {
  padding-left:10px;
}

.nombrescreditos {
	font-size: .8em;  
}
.tituloscreditos {
	font-size: .7em;  
}

#contenedoravertical img {
	border: 0;
}

#botonera {
	position: relative;
	width: 600px;
	height: 50px;
	margin: 0;
	top: 0;
}

#idioma{
	position: absolute;
	width: 70px;
	height: 50px;
	margin-right: 2px;
	top: 0;
	right: 0;
	text-align: right;
	color: #666;
	font: bold .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#imagen {
	position: relative;
	width: 600px;
	height: 300px;
	margin: 0;
	top: 0;
	overflow: auto;
}

#imagendetalles {
	position: absolute;
	width: 540px;
	text-align: right;
	margin-right: 6px;
	top: 10px;
	right: 0;
}

#imagenmas {
	position: relative;
	width: 600px;
	height: 260px;
	margin: 0;
	top: 40px;
	overflow: auto;
	text-align: center;
}

#textos {
	position: relative;
	width: 600px;
	height: 300px;
	margin: 0;
	top: 0;
	overflow: hidden;
}

#textosmenu {
	position: relative;
	width: 460px;
	margin: 0;
	top: 40px;
	left: 140px;
	overflow: auto;
	font: .9em Arial, Helvetica, sans-serif;
}

#textosmenu ol {
	margin: 0;
	padding: 0;
}

#textosmenu li {
	list-style: none;
	margin-bottom: 1.5em;
}

#contienetextosmenutexto {
	position: relative;
	width: 135px;
	height: 330px;
	top: 0;
	overflow: auto;
}

#textosmenutexto {
	padding-top: 50px;
	color: #666;
	font: bold .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#textosmenutexto p {
	padding-right: 2px;
}

#textoscontenido {
	position: absolute;
	width: 465px;
	height: 330px;
	margin: 0;
	top: 50px;
	left: 135px;
	overflow: auto;
	font: .8em Arial, Helvetica, sans-serif;
}

#textoscontenidosepara {
	margin: 0 15px 0 15px;
}

.pdf {
	float: right;
	border: 1px dashed #eee;
}

.active a {
	color: #ff6600;
}

#contacto {
	position: relative;
	width: 600px;
	height: 330px;
	margin: 0;
	top: 0;
	overflow: hidden;
}

#curriculumuno {
	position: relative;
	width: 130px;
	height: 330px;
	margin: 0;
	top: 0;
	overflow: auto;
	color: #666;
	font: bold .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#curriculumdos {
	position: absolute;
	width: 460px;
	height: 330px;
	margin: 0;
	top: 50;
	left: 140px;
	overflow: auto;
	font: .8em Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#contienepie {
	position: relative;
	width: 600px;
	height: 30px;
	margin: 0;
	bottom: 0;
}

#pie {
	position: absolute;
	width: 600px;
	margin: 0;
	bottom: 0;
	color: #333;
	font: .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contienecambiador {
	position: absolute;
	width: 70px;
	height: 30px;
	top: 0;
	right: 0;
	overflow: hidden;
}

#cambiador {
	position: absolute;
	bottom: 0;
	right: 0;
}

#informaciondecontacto {
	position: relative;
	width: 450px;
	left: 20px;
	font-size: .7em;
	border-bottom: 1px dashed #999;
	padding: 0;
	margin-bottom: 5px;
}

#tablacontacto {
	font-size: .7em;
	font: Arial, Helvetica, sans-serif;
}

#errorsDiv {
	background: #fff6bf url(imagenes/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font: .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: none;
}

