/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #666666;
	background-attachment: fixed;
	background-repeat:  repeat-x;
	background-position: center center;
}
#pie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF00FF;
	border-right-color: #FF00FF;
	border-bottom-color: #FF00FF;
	border-left-color: #FF00FF;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 2000px;
	height: 100%;
	width: 100%;
}
#pieFondo {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#pieContenido {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
}
img{
	behavior:   url(iepngfix.htc);
}
#fondo {
	position:absolute; 
	width:100%; 
	z-index:2; 
	left: 0; 
	top: 0; 
	overflow: visible;
}
#logo {
	float: left;
	margin-right: 1px;
}
#direccion {
	padding-top: 50px;
	color: #A0AAAC;
	font-size: 10px;
}
#direccion a {
	color: #FF00FF;
	text-decoration: none;
}
#direccion a:hover {
	text-decoration: underline;
}
#fondoForm {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#formulario {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	padding: 5px;
}
#fContacta {
	overflow: hidden;
	position: absolute;
	z-index: 52;
	left: 30px;
	top: 2300px;
	border: 1px solid #CCCCCC;
	height: 200px;
	width: 320px;
}
#fContacta form {
	margin: 0px;
	padding: 0px;
}
#fContacta h1 {
	font-size: 10px;
	color: #FF00FF;
	padding-top: 3px;
}
#fContacta input {
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	padding: 0px;
	margin: 1px;
	vertical-align: middle;
	width: 200px;
}
#fContacta label {
	height: 20px;
	margin-top: 1px;
	padding-top: 1px;
}
#fContacta .nombres {
	float: left;
	text-align: right;
	color: #FF00FF;
}
#fContacta .campos {
	float: right;
}
#fContacta .area {
	float: left;
	width: 100%;
}
#fContacta .boton {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF00FF;
	background-image: url(../elementos/botonEnviar.gif);
	text-align: left;
	padding-left: 23px;
	border: none;
	background-repeat: no-repeat;
	background-position: left center;
	width: 150px;
	background-color: transparent;
}
#fContacta textarea {
	width: 100%;
	height: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#recorteFondo  {
	overflow: hidden;
	height: 1px;
	width: 1px;
	z-index: 50;
	position: absolute;
	left: 0;
	top: 0;
}
#trabajos {
	overflow: auto;
	position: absolute;
	z-index: 2;
	height: 2000px;
	width: 500px;
	left: 370;
	top: 0;
	text-align: left;
	vertical-align: bottom;
}
#trabajos img {
	border: 1px solid #999999;

	opacity: .5;
	cursor:pointer;
}
#cargaImagen {
	overflow: hidden;
	position: absolute;
	z-index: 102;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
}
#cargaImagenFondo {
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	z-index: 101;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}
.verIMG {
	border: 1px solid #FF00FF;
}

