body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,li {margin:0;padding:0;}

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #4A4150;	
}


#parpartus {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 570px;
	width: 930px;
	margin-top: -285px;
	margin-left: -465px;
	background-image: url(../imagenes/fondo-pal.gif);	
}

#contenedor {
	margin:20px;
}

#header {
	height:100px;
	background-color:#DAD8B8;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#660033;
	text-align:left;

}

#menu {
	float:left;
	width:250px;
	position:relative;
}

#contenido {
	float:left;
	width:640px;
	height:430px;
	background-image:url(../imagenes/fondo-contenido.gif);
	position:relative;
}

#contenido-interior {
	height:100%;
	width:100%;
	padding:10px;
	position:relative;

}

#contenido-interior h1{
	background-image:url(../imagenes/fondo-h1.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#4A4150;
	font-size:24px;
	font-stretch:semi-expanded;
	text-indent:100px;
	text-align:left;
}


#contenido-interior h2{
	font-size: 0.9em;
	height:32px;
	line-height:32px;
	color: #F8F8F8;
	font-weight: bold;
	text-align: left;
	text-indent:10px;
	background-color: #65596C;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
}

#contenido-interior ul{
	margin-left:20px;
	list-style-type: square;
}

#contenido-interior li{
	padding-top:10px;
}


#caja-contenido{
	margin-top:10px;
	height:340px;
	width:620px;
	text-align:center;
	overflow:auto;
	font-size:0.8em;
	text-align:left;
	position:relative;

}

#logo {
	float:left;
	width:250px;
	margin:0 auto;
	text-align:center;

}

#dir1 {
	float:left;
	margin-left:20px;
	width:250px;
	padding:15px;
}

#dir2 {
	float:left;
	margin-left:20px;
	width:250px;
	padding:15px;
}


div.pie {
	clear:both;
	width:880px;
	height:20px;
	line-height:20px;
	font-size: 0.7em;
	color: #EFEFEF;
	margin:0 auto;
	text-align:center;
}

div.pie a:link {
	color: #EFEFEF;
	text-decoration:none;
}

div.pie a:visited {
	color: #EFEFEF;
	text-decoration:none;
}

div.pie a:active {
	color: #EFEFEF;
	text-decoration:none;
}

div.pie a:hover {
	color: #333333;
}

div.pie span.izquierda {
  float: left;
  text-align: left;
  width: 49%;
  }

div.pie span.derecha {
  float: right;
  text-align: right;
  width: 49%;
  }

	
.negritas {
	font-weight: bold;
	color: #E15654;
}

.rojo {

	color: #E15654;
}

.separador {
	clear: both;
	height: 20px;
}




.boton {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}



.boton2 {
	padding-right:4px;
	padding-left:4px;
	padding-bottom:0px;
	padding-top:0px;
	color:#000000;
	background-image: url(../imagenes/boton_off.gif);
	border-top: 1px outset;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px outset;
	height: 22px;
	width: 156px;
	
}



