/*
** globales
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img/bg.gif) repeat-x left 140px;
	font-family: "Trebuchet MS", Verdana, serif;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	color: #7F0000;
}
h1 {
	margin: 10px;
	margin-top: 30px;
}
h1 span {
	color: #000000;
}
h1 del {
	color: #999999;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

.clickable {
	cursor: pointer;
}

/*
** header
*/
#header {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(img/titulo-fondo.gif) repeat-x;
}
#header p {
	width: 730px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header span {
	display: none;
}

#header .mail {
	position: absolute;
	right: 10%;
	top: 35px;
	font-size: 120%;
	color: #FFFFFF;
	font-family: serif;
	text-decoration: none;
}

#header a:hover {
	color: #FF8C8C;
}

/*
** navegacion
*/

#navcontainer {
	margin: 0;
	padding: 4px 0 0 0;
	width: 100%;
	height: 36px;
	background: #FF0000 url(img/nav-fondo.gif) repeat-x;
	text-align: center;
}
/* IE hack */
	#navcontainer {
		margin-top: -5px; /* lol IE6 echa hacia abajo el navcontainer ¬¬' */
	}
	* > #navcontainer {	/* esto no lo lee el IE6 */
		margin: 0;
	}
/* */

#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	display: inline;
	padding: 0 0 0 15px;
	font-size: 150%;
	font-family: serif;
	font-weight: bold;
	background: url(img/navlist-img.gif) no-repeat left center;
}
#navlist li.primera {
	padding: 0;
	background: none;
}
#navlist li a {
	color: #450000;
	text-decoration: none;
}
#navlist li a:hover {
	color: #FF8C8C;
}

#activo {
	color: #FFFFFF !important;
}


/*
** imagenes principales
*/
#frontimage {
	width: 700px;
	height: 300px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(img/image-home.png) center no-repeat;
}

/*
** contenido
*/
#container {
	width: 730px;
	margin: 0 auto 0 auto;
	min-height: 30em; 
}
	/* para Internet Explorer */
	/*\*/
	* html #main {
	height: 30em;
}

#inicio #container h1 {
	margin: -90px 0 20px 0;
	height: 80px;
}

#container p {
	text-align: justify;
}

.left {
	margin-right: 10px;
	float: left;
}

.right {
	margin-left: 10px;
	float: right;
}

.box {
	margin: 20px 0 0 0;
	clear: both;
	width: 730px;
	padding: 5px;
	padding-bottom: 21px;
	background: url(img/box-sombra.gif) no-repeat bottom center;
}
.box div {
	margin: 0;
	padding: 10px;
	border: 1px solid #FFE0E0;
	background: #FFF4F4;
}

#container a {
	color: #450000;
	padding: 0 1px 0 1px;
}
#container a:hover {
	background: #450000;
	color: #FFFFFF;
	padding: 0 1px 0 1px;
}

a.boton {
	padding: 3px 11px 5px 10px !important;
	border-top: none;
	border-left: none;
	border-right: 1px solid #450000;
	border-bottom: 1px solid #450000;
	background: #FFDFDF !important;
	color: #450000 !important;
	font-weight: bold;
	text-decoration: none;
}
a.boton:hover {
	padding: 4px 10px 4px 11px !important;
	border-top: 1px solid #450000;
	border-right: none;
	border-left: 1px solid #450000;
	border-bottom: none;
	background: #FFCCCC !important;
	color: #000000 !important;
	font-weight: bold;
	text-decoration: none;
}

.firma {
	text-align: right !important;
	font-style: italic;
}


/*
** pie
*/
#footer {
	width: 100%;
	clear: both;
	margin: 0;
	margin-top: 2em;
	padding: 10px 0 30px 0;
	text-align: center;
	background: #FFCCCC;
	border-top: 1px solid #FF0000;
}

#footer a {
	color: #450000;
	padding: 0 1px 0 1px;
}
#footer a:hover {
	background-color: #450000;
	color: #FFFFFF;
	padding: 0 1px 0 1px;
}


