/*
	CSS - Borja Delgado
	http://www.orangeside.org
	03 - 2005
*/

/* ESTILOS GENERALES */

* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	height: 100%;
	min-height: 100%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838076;
	background: #CFCABD url(img/contenido_borde.gif) 218px 160px no-repeat;
	behavior: url("scripts/csshover.htc"); /* IE:hover BUG */
	}

a {
	color: #838076;
	text-decoration: none;
	}

a:hover {
	color: #55524B;
	background-color: #838076;
	text-decoration: none;
	}

a img {
	border-width: 0px;
	}

fieldset {
	border: none;
	}

#contenido form fieldset p {
	clear: left;
	width: 120px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	}

fieldset div {
	margin: 0px 0px 0px 125px !important;
	margin-left: 128px; /* Explorer */
	}

label {
	display: block;
	clear: left;
	margin: 0px 0px 5px 0px;
	}

label strong {
	display: block;
	float: left;
	margin-right: 5px;
	width: 120px;
	text-align: right;
	padding-top: 2px;
	}

input, select, textarea {
	font-size: 9px;
	border: 1px solid #55524B;
	padding: 2px 5px;
	}

#mail {
	width: 200px;
	}

#antispam {
	width: 50px;
	}

#enviar {
	width: 62px;
	}

/* CABECERA */

#cabecera {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 292px;
	height: 125px;
	overflow: hidden;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 50px;
	font-weight: normal;
	color: #838076;
	}

#cabecera span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(img/queralt3.gif) left top no-repeat;
	cursor: pointer;
	}

#cabecera a {
	display: block;
	padding: 20px 0px 0px 20px;
	}

#cabecera a:hover {
	color: #838076;
	background: none;
	}

/* MENU PRINCIPAL */

#menu_principal {
	position: absolute;
	top: 120px;
	left: 210px;
	height: 20px;
	}

#menu_principal a {
	color: #838076;
	text-decoration: none;
	padding: 0px 2px 3px 2px;
	margin: 0px 5px 0px 5px;
	}

#menu_principal a:hover {
	color: #838076;
	background-color: transparent;
	border-bottom: 2px solid #838076;
	}

#menu_principal a.activo {
	color: #838076;
	font-weight: bold;
	background-color: transparent;
	border-bottom: 2px solid #838076;
	}

#menu_principal a.inicio {
	border-bottom: none;
	}

#menu_principal a:hover.activo {
	cursor: default;
	}


/* MENU SECUNDARIO */

#menu_secundario {
	position: absolute;
	top: 160px;
	left: 75px;
	width: 130px;
	padding: 24px 0px 0px 2px;
	}

#menu_secundario a {
	display: block;
	float: left;
	height: auto !important; /* Estandares */
	height: 1%; /* Explorer 5.0 Jump Bug */
	margin: -1px 0px 0px -1px;
	padding: 1px;
	background-color: transparent;
	/*
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	*/
	}

#menu_secundario a:visited {
	}

#menu_secundario a:hover {
	background-color: #838076;
	/*
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	*/
	}

#menu_secundario a.activo {
	background-color: #838076;
	/*
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	*/
	}

#menu_secundario a span {
	visibility: hidden;
	position: absolute;
	}

#menu_secundario h4 {
	clear: both;
	padding: 5px 0px 5px 0px;
	margin-left: -5px;
	}

/* No hay rollover en Explorer 5 Mac \*/

#menu_secundario a:hover span {
	visibility: visible;
	display: block;
	top: 0px;
	right: 6px;
	width: 250px;
	text-align: right;
	font-weight: bold;
	color: #838076;
	}

/* Fin ocultacion Explorer Mac */

/* CONTENIDO */

#contenido {
	position: absolute;
	top: 160px;
	left: 218px;
	border-left: 1px solid #838076;
	padding: 0px 0px 0px 20px;
	}

#contenido p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	line-height: 16px;
	}

#contenido p.portfolio {
	margin-top: 50px;
	}

#contenido h3 {
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	font-weight: normal;
	}

#contenido h3 strong {
	font-weight: bold;
	}

#contenido h3 em {
	font-style: normal;
	font-weight: normal;
	}

#contenido h3 a {
	color: #804D4A;
	font-weight: bold;
	}

#contenido h3 a:hover {
	background: none;
	text-decoration: underline;
	}

#contenido div.texto {
	width: 300px;
	}

#contenido div.texto em {
	font-style: normal;
	color: #838076;
	font-weight: bold;
	}

#contenido div.imagen {
	margin: 10px 0px 15px 0px
	}

#contenido div.imagen a img {
	border: 0px solid #838076;
	}

/* CREDITOS */

#creditos {
	margin: 50px 0px 0px 0px;
	text-align: left;
	line-height: 16px;
	}

#creditos strong {
	font-weight: normal;
	}

#creditos strong a {
	font-weight: bold;
	}

/* 404 */

#error404 {
	width: 400px;
	}

#error404 h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 55px;
	font-weight: normal;
	color: #C45E0C;
	margin: 0px 0px 10px 0px;
	}