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

body {
	background:#171717;
}


img, div, h1 { behavior: url(iepngfix.htc) }

a {
	outline:none;
}

#container {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	padding: 8px;
	height: 700px;
}
#que {
	float: left;
	width: 250px;
	margin-right: 30px;
}
.nombres {
	font-size: 14px;
	color: #207C96;
}


#quienes {
	float: left;
	width: 250px;
}
#logo {
	width: 330px;
	height: 60px;
	margin-bottom: 25px;
	margin-left: 70px;
}


#acerca {
	display: block;
	width: 80px;
	height: 32px;
	overflow: hidden;
	line-height: 1000px;
	margin: 0px;
	background-color: transparent;
	background-image: url(i/que.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#form {
	display: block;
	width: 164px;
	height: 32px;
	overflow: hidden;
	line-height: 1000px;
	margin: 0px;
	background-color: transparent;
	background-image: url(i/contacto.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contacto {
	float: left;
	width: 500px;
	margin-top: 15px;
}


#txt {
	display: block;
	width: 150px;
	height: 32px;
	overflow: hidden;
	line-height: 1000px;
	margin: 0px;
	background-color: transparent;
	background-image: url(i/quienes.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}




p {
	font-size: 12px;
	line-height: 20px;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica;
	text-align: left;
}
a:link, a:visited {
	color: #2694b3;
	text-decoration: none;
}

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

#overlay, #overlay-content { margin:0; padding:0; }

#overlay {
	width:100%;
	height:100%;
	top:0; left:0;
	background-color:#000;
	position:absolute;
	z-index:1;
	display:none;
}

#overlay-content {
	margin:0;
	width:500px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid 5px #207C96;
	background-color:#171717;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -230px 0 0 -230px;
	z-index:2;
	color:#FFF;
	display:none;
	overflow:auto;
}

form {
	margin:0 10px;
}

label {
	display:block;
}

textarea {
	width:400px;
	height:80px;
}

small { font-size:11px; }

input, textarea {
	border:solid 2px #207C96;
	background-color:#171717;
	-moz-border-radius:3px;
	color:#FFF;
}

#errores { color:red; font-size:11px; display:none; }
