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

/* GENERALES */

* {margin:0;padding:0;}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #999;
}

/* FIN GENERALES */

/* CUERPO */

#background {
	width: 900px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}

#firmacv {
	width: 15px;
	height: 105px;
	left: 880px;
	bottom: 180px;
	background-image: url(../imagen/firmacv.jpg);
	position: absolute;
}

#logo {
	width: 365px;
	height: 40px;
	margin-left: 50px;
	background-image: url(../imagen/logo.jpg);
}
	
#english, #espanol {
	width: 360px;
	height: 20px;
	margin-left: 490px;
	background-image: url(../imagen/flecha.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-indent: 20px;
	line-height: 20px;
	color: #000;
	border-top: 1.5px solid #808285;
}

#english {
	margin-top: -40px;
}

#espanol {
	border-bottom: 1.5px solid #808285;
}

#foto {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	margin-top: 40px;
	background-image: url(../imagen/edificio.jpg);
}

/* FIN CUERPO */

/* PIE */

#textoizq {
	width: 260px;
	height: 70px;
	margin-left: 50px;
	margin-top: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#textoizqbold {
	font-weight: bold;
}

#textoder {
	width: 260px;
	height: 70px;
	margin-left: 590px;
	margin-top: -70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

#textoderbold {
	font-weight: bold;
}

/* FIN PIE */
