@charset "UTF-8";
/* CSS Document */
	
html {
	height: 100%;
	overflow:visible;
	}
	
body {
	height:100%;
	font-size: 11px;
	background-color:#f6f6f6;
	/*text-align:center;
	vertical-align:middle;*/
	background-image: url(imags_comun/fondo.png);
	background-position:center;
	background-repeat: repeat-y;
	font-family:Helvetica, Arial, sans-serif;
	color: #333;
}

a:link {
	color: #45C0EB;
	text-decoration: none;
	}
	
a:hover {
	color: #45C0EB;
	text-decoration: underline;
	}
	
a:visited {
	color: #45C0EB;
	text-decoration: none;
	}
	
a:visited:hover {
	color: #45C0EB;
	text-decoration: underline;
	}
	
a:focus {
	outline: none;
	}
	
#principal {
	margin: 0 auto;
	width:1030px;
	z-index: 0;
	/*left:10%;
	position:absolute;
	height:90%;*/
}
	
.proyectos p {
	font-size:0.85em;
	line-height:125%;
	margin-top:0px;
	margin-bottom:0.5em;
}

input[type=text] {
	width:98%;
	background-color:#6e6e6e;
	background-image:url(imags/fondoInputs.gif);
	background-repeat:repeat-y;
	border:none;
	font-size:1em;
	color:#FFF;
	padding-top:5px;
	margin-bottom:20px;
	padding-left:5px;
}

textarea {
	width:98%;
	background-color:#6e6e6e;
	background-image:url(imags/fondoInputs.gif);
	background-repeat:repeat-y;
	border:none;
	font-size:1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	margin-bottom:20px;
	padding-top:5px;
	padding-left:5px;
}

.nav {
	position:absolute;
	left:640px;
	top:128px;
	}

#nav a {
	margin: 5px;
	text-decoration: none;
	background-image: url(imags/puntoNormal.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: fff;
}

#nav a.hover {
	background-image: url(imags/puntoActivo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav a.activeSlide {
	background-image: url(imags/puntoActivo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.controles {
	text-align:center;
	margin-left:-4px;
	margin-top:5px;
	margin-bottom:5px;
}