* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 740px;
	color: #444;
	font: 12px/normal Tahoma, Arial, Helvetica, sans-serif;
	background: #EEE6F7 url(../imagenes/bg.gif) center top repeat-x;
}

a {
	color: #5E005E;
	text-decoration: none;
}
a:hover {
	color: #aaa;
	text-decoration: underline;
}

h1 {
	float: left;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 999;
}
A h1 { display: none; }

h2 {
	margin-bottom: 5px;
	color: #5E005E;
	font: 17px/normal Tahoma, "Trebuchet MS", Verdana, sans-serif;
}
.icono1 {
	padding-left:26px; background:url(../imagenes/icono1.gif) no-repeat;
}
h2 a:hover {
	color:#999999;
	text-decoration:none;
}

h3 {
	padding-bottom:3px;
	margin-bottom: 5px;
	color: #5E005E;
	font: 17px/normal Tahoma, "Trebuchet MS", Verdana, sans-serif;
	text-transform: lowercase;
	border-bottom: 1px solid #D2BBE8;
}

h4 {
	padding-bottom:3px;
	color: #AE45A5;
	font: 17px/normal Tahoma, "Trebuchet MS", Verdana, sans-serif;
}

p {
	margin: 0 0 10px 0;
}

ol, ul {
	margin: 1em 0;
	padding-left: 2em;
}

hr {
	height: 1px;
	margin: 2em 0;
	color: #ccc;
	background-color: #ccc;
	border: none;
}

/* generales */

.clear { overflow: hidden; }

.input1 { border:1px solid #ccc; padding:5px; margin-bottom:5px; color:#5E005E; font: 12px/normal Arial, Helvetica, sans-serif; }
.input2 { border:1px solid #ccc; padding:5px; margin-bottom:5px; color:#5E005E; font: 12px/normal Arial, Helvetica, sans-serif; width:200px; }
.input3 { border:1px solid #ccc; padding:5px; margin-bottom:5px; color:#5E005E; font: 12px/normal Arial, Helvetica, sans-serif; width:400px; }
.boton { margin-top:5px; padding:2px 5px 2px 5px; border:0; background:#5E005E; color:#FFFFFF; font-weight:bold; }

.ok { color: #009900; font-weight:bold; }
.error { color: #CC0000; font-weight:bold; }

#contacto_form input, textarea, select { padding:2px; color:#6E006E; font-family:Arial; font-size:12px; background:url(../imagenes/bginputs.gif) top repeat-x; background-position:0 1px;  }
#contacto_form th { text-align:right; padding:2px 10px 2px 2px; }
#contacto_form td { text-align:left; padding:2px 10px 2px 2px; }
.contacto_error { color: #CC0000; font-weight:bold; padding-left:21px; margin-bottom:15px; background:url(../imagenes/error.gif) no-repeat; }
.contacto_ok { color: #009900; font-weight:bold; padding-left:21px; margin-bottom:15px; background:url(../imagenes/ok.gif) no-repeat; }
.boton { padding:0; }

.paginacion { padding-top:10px; text-align:center; }

.lista1 {
	margin-top: 0.5em;
	padding: 0;
	list-style: none;
}
.lista1 li {
	margin:0;
	padding: 3px 0 3px 20px;
	background:url(../imagenes/lista1.gif) no-repeat;
	background-position:0 4px;
	border-bottom: 1px solid #e1e1e1;
	color: #aaa;
}

.lista1 a {
	padding-bottom:3px;
	color: #666;
	
}
.lista1 a:hover {
	color: #683499;
	text-decoration: none;
}

/* logo */

#logo {
	height: 100px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	width: 200px;
}

#logo A {
	height: 100px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 0px;
}
#logo A:hover {
	background-position: bottom left;
	border: none;
}
#logo A#leonpurpura {
	width: 200px;
	background-image: url(../imagenes/leonpurpura.gif);
}

/* menu */

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
#menu li {
	margin-left: 1px;
	float: left;
}
#menu li a {
	height: 30px;
	padding: 0 15px;
	color: #A7409F;
	font: bold 10px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background: #7F007F url(../imagenes/menu.gif) center bottom repeat-x;
	float: left;
	display: block;
}
#menu li a:hover {
	background-color: #9B3E8F;
	background-position: center center;
	color:#DBA2D7;
}
#menu .activo {
	background-color: #AE45A5;
	background-position: center top;
	color: #fff;
}

/* divs */

#cabecera {
	width: 900px;
	height: 100px;
	margin: 0 auto 10px;
	color: #fff;

	background:rl(../imagenes/bgcabecera.jpg) center center no-repeat;
	position: relative;
}

#contenedor {
	padding: 30px 0 20px;
	background-color: #fff;
	border-bottom: 1px solid #D2BBE8;
}

#body {
	width: 900px;
	margin: 0 auto;
}

#contenido {
	width: 630px;
	/*margin-bottom: 20px;*/
	line-height: 1.5em;
	float: left;
}

#txt {
	margin-bottom: 1em;
	padding-top: 15px;
	line-height: normal;
	border-top:1px solid #E1E1E1;
}

#lateral {
	width: 240px;
	/*margin-bottom: 20px;*/
	float: right;
}

#pie {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	color: #666;
	font-size: 10px;
	line-height: 1.35em;
}
#pie a:hover {
	color: #683499;
	text-decoration: underline;
}

#pieizq {
	margin: 0;
	float: left;
}
#pieder {
	margin: 0;
	text-align: right;
	float: right;
}

/* */

div.codigo { width:630px; margin-bottom:10px; WORD-WRAP: break-word; border: 1px solid #CCC; border-left: 3px solid #CCC; font-family:"Courier New", Courier, monospace; font-size:12px; overflow: auto}
ol.codigo { margin-left:12px; }
ol.codigo li.color1 { background-color: #FFFFFF; padding:2px 5px 2px 5px; }
ol.codigo li.color2 { background-color: #F7F7F7; padding:2px 5px 2px 5px; }

/* administracion */

.td1 { border-bottom:1px solid #666; font-weight:bold; padding:5px; text-align:center; color:#333; }
.td2 { border-bottom:1px solid #ccc; padding:3px; text-align:center; }
