@charset "utf-8";
/* Estilos generales */
body {
	margin: 0;
	background-image: url(/img/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #cbcdd0;
	}
#wrap {
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 100%;
	}
#wrap-superior {
	width: 100%;
	height: 150px;
	}
#logo {
	background-image: url(/img/logo.jpg);
	width: 304px;
	height: 150px;
	float: left;
	}
#menu {
	width: 696px;
	height: 150px;
	float: left;
	}
#wrap-menu {
	width: 1000px;
	height: 25px;
	}
#fecha {
	width: 171px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	float: left;
	}
#navegacion {
	background-image: url(/img/flechas.jpg);
	background-repeat: no-repeat;
	width: 794px;
	float: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
	padding: 5px 0 0 35px;
	margin: 0;
	}
#wrap-contenido {
	width: 1000px;
	min-height: 550px;
	background-color: #eee;
	border: 1px #fc9900 solid;
	border-top: 0px;
	border-bottom: 0px;
	position: relative;
	}
#contenido {
	width: 960px;
	height: 100%;
	padding: 20px;
	}
#wrap-copy {
	width: 1000px;
	height: 17px;
	padding-top: 3px;
	background-color: #fc9900;
	border: 1px #fc9900 solid;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	clear: both;
	}
#wrap-inferior {
	width: 100%;
	height: 100px;
	background-image: url(/img/fondo_inferior.jpg);
	}
.reflejo {
	background-image: url(/img/reflejo.jpg);
	background-repeat: no-repeat;
	width: 1002px;
	height: 100px;
	margin: 0 auto 0 auto;
	}
/* Estilos especificos */
.textos {
	width: 95%;
	padding: 5px;
	border: 1px #fc9900 dotted;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0 auto 0 auto;
	}
.separador {
	visibility: hidden;
	width: 1px;
	}
.titulo {
	border-bottom: 1px #fc9900 dotted;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	}
#trabajos {
	width: 95%;
	background-color: #fc9900;
	padding: 5px;
	border: 1px #000 dotted;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto 0 auto;
	}
#trabajos img {
	margin: 5px;
	border: 1px #000 dotted;
	}
a.des, a:link .des, a:hover .des, a:active .des, a:visited .des {
	border-bottom: 1px #fc9900 dotted;
	text-decoration: none;
	color: #000;
	}
#formulario {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 97%;
	margin: 0 auto 0 auto;
	}
#formulario fieldset {
	border: 1px #fc9900 dotted;
	}
#formulario legend {
	font-size: 12px;
	font-weight: bold;
	}
#formulario label {
	display: block;
	margin: .5em 0 0 0;
	font-weight: bold;
	color: #666;
}
#formulario input, select, textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px #999 solid;
	}
#formulario input:focus, select:focus, textarea:focus {
	border: 1px #fc9900 solid;
	padding: 1px;
	}
#formulario .enviar {
  display: block;
  margin: 1em 0;
  border: 1px #000 solid;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	border-bottom: 0;
}