/* @override 
	http://localhost/creando_puentes/css/index.css
	http://www.localhost.com/creando_puentes/css/index.css
*/

/* get rid of those system borders being generated for A tags */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/*Inicio*/
body{
	margin: 0;
	padding: 0;
	color: #24402f;
	font: 14px "Myriad Pro";
}
a{
	color: white;
	text-decoration: none;
  	text-shadow: 3px 3px 7px #111;
    cursor:pointer; 
}
a:hover, a.current{
	color: #24402f;
}
p{
	text-align: justify;
	line-height: 18px;
}

#tab1 div.texto p {
	
	
}
.inicioParrafo{
	font-size: 48px;
	line-height: 38px;
}
.negrita{
	font-weight: bold;
}
#envoltorio{
	margin: auto;
	width: 849px;
	position: relative;
}

#logo1 img{
	position: absolute;
	top: 119px;
	z-index: 1;
	left: 10px;
}
#logo2{
	position: absolute;
	top: 393px;
	z-index: 100;
	left: 102px;
}

/* @group slideshow */
#slideshow{
	position: relative;
	top: 353px;
}
#slideshow img{
	position: absolute;
	z-index: 8;
	top: -74px;
	left: 0;
	display: none;
}
#slideshow img.active{
	z-index: 10;
	visibility: visible;
	display: block;
}
#slideshow IMG.last-active {
    z-index:9;
}

/* @end */

#cuerpo{	position: absolute;
	top: 129px;
	width: 570px;
	left: 282px;
}
.texto{
	position: relative;
	padding: 19px;
}

/* @group menu */

#menu{
	background-color: #a2b7a9;
	font-weight: bold;
	position: relative;
	top: 240px;
	display: inline-block;
	width: 272px;
}

#menu ul.tabs {
	height: 18px;
	list-style-type: none;
	padding: 10px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}

#menu ul.tabs li {
	float: left;
	position: relative;
	width: 63px;
}
#idioma a{
	position: relative;
	top: 247px;
	left: 224px;
	color: #24402f;
	font-weight: bold;
}
#idioma a:hover{
	color: #3e2316
}


/* @end */

#contenidos{
	width: 571px;
	position: relative;
	padding-bottom: 17px;
	float: right;
	z-index: 10;
	min-height:440px;
	background: #b9c9b5 url(../contenidos/fondo_principal_arriba.png) no-repeat;
}
#pieMarco{
	position: relative;
	clear: both;
	background: url(../contenidos/fondo_principal_abajo.png) no-repeat -2px;
	height: 22px;
	top: -21px;
	width: 619px;
	z-index: 10;
	left: -1px;
	*left: 0px;
}

#pie{
}

.cabecera img{
	position: absolute;
	top: -143px;
	left: -280px;
}
#fotos{
	display: inline;
	top: 13px;
	position: relative;
	left: 300px;
}
#fotos img{
	width: 50px;
	height: auto;
	margin-right: 13px;
}
#fotos  a{
}
#fotos  a:hover{
}
#tab3 ul{
	list-style-image: url(../contenidos/manchita.png);
}

div.contenedorContacto {
	width: 238px;
	font-size: 13px;
	margin-bottom: 19px;
	padding-right: 16px;
	padding-top: 16px;
	padding-left: 16px;
	background-color: #708975;
	height: 134px;
}
div.contenedorContacto a{
	color: #24402f;
  	text-shadow: 0px 0px 0px #111;
}
div.contenedorContacto a:hover{
	color: #3e2316;
}
#correo{
	background: url(../contenidos/fondo_contacto_mail.png) no-repeat;
}
#contenedorFormulario{
	background-image: url(../contenidos/fondo_contacto_formulario.png);
}
div.formulario {
	width: auto;
	height: 215px;
	margin-bottom: 28px;
	padding-bottom: 0;
	position: relative;
}
div.overlay img{
	float: left;
	position: absolute;
	left: -71px;
	top: 92px;
}
div.overlay ul{
	list-style-type: none;
}

div.curriculum {
	position: relative;
	height: 526px;
	width: 590px;
	top: -25px;
	overflow: hidden;
	left: 26px;
	font-size: 12px;
}
#massimoOverlay div.curriculum {
	top: -35px;
}
#massimoOverlay div.english {
	top: 9px;
}
.campo {
	background-color: #a2b7a9;
	height: 18px;
	margin-bottom: 6px;
	color: #24402f;
	border-style: none;
}
#nombre{
	width: 228px;
}
#apellido{
	width: 285px;
}
#email{
	width: 167px;
}
#comentario{
	width: 494px;
	height: 85px;
}

#botonEnviar {
	position: absolute;
	left: 416px;
	top: 239px;
	width: 83px;
	height: 33px;
	background-image: url(../contenidos/boton_enviar.png);
}
#botonEnviar:hover {
	background-position: 0 33px;
}
.error {
	background-color: #f4feaa;
	visibility: visible;
}
#info{
	position: absolute;
	z-index: 150;
	padding: 5px;
}
