/* Estructura
----------------------------- */
* {
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	color:#414142;
	background-color:#FDFDFE;
	height:100%;
	text-align:center;
}

#cabecera {
	position:relative;
	width:600px;
	margin:0px auto;
	text-align:left;
}

#contenido {
	position:relative;
	width:598px;
	margin:0px auto;
	background-color:#F8F8F9;
	color:#414142;
	border:1px solid #A7A9AC;
	margin-bottom:2px;
	text-align:left;
}

* html #contenido {
	width:600px;
	w\idth:598px;
}

#pie {
	position:relative;
	width:598px;
	margin:0px auto;
	padding-bottom:25px;
	text-align:left;
}

/* Elementos genéricos
----------------------------- */

a span {
	display: none;
}

p {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #522398;
	padding-bottom:20px;
}

h1 span {
	display: none;
}

h2 {
	font-size: 0.95em;
	font-weight: bold;
	color: #522398;
	padding-bottom:16px;
	padding-top:10px;
}

h2 span {
	display: none;
}

h3 {
	font-size: 80%;
	font-weight: bold;
	color: #808183;
	padding-bottom:2px;
}

h3 span {
	display: none;
}

.invisible {
	display: none
}

a img {
	border:0px;
}

strong {
	/*color:#522398;*/
	color:#000000;
}

.negrita {
	font-weight:bold;
}

.cursiva {
	font-style:italic;
}

/* Formularios
----------------------------*/
form p {
	padding:0px;
	margin:0px;
	vertical-align:top;
}

label {
	float:left;
	clear:both;
 	font-size:0.8em;
	font-weight:bold;
	color: #522398;
	margin-bottom:4px;
}

input.text {
 	font-size:1em;
	font-weight:normal;
	padding:0px 2px;	
	border-top:1px solid #522398;
	border-left:1px solid #522398;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	vertical-align:top;
}

textarea {
 	font-size:1em;
	font-weight:normal;
	padding:0px 2px;
	border-top:1px solid #522398;
	border-left:1px solid #522398;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	overflow:auto;
	vertical-align:top;
}


/* Logo
----------------------------*/
#logo {
	position:relative;
	width:239px;
	height:41px;
	margin-top:20px;
	margin-bottom:6px;
}

/* Imagen seccion
----------------------------*/
#imagenseccion_contenedor {
	position:relative;
	width:598px;
	height:147px;
	margin-bottom:4px;
	margin-top:20px;
}

#imagenseccion {
	position:relative;
	width:598px;
	height:147px;
	display:block;
}

/* Elementos varios
----------------------------*/
#menu, #path, #opciones, #menuseccion, #menubottom {
	display:none;
}

/* Seccion
----------------------------*/
#seccion_contenedor {
	position:relative;
	width:568px;
	padding:15px;
}

* html #seccion_contenedor {
	width:598px;
	w\idth:568px;
}

/* Contenido sección
----------------------------*/
#contenidoseccion {
	position:relative;
	width:568px;
}

#contenidoseccion p {
   	font-size:0.75em;
	color:#414142;
	padding-bottom:10px;
	text-align:justify;
}

p.ultima {
	padding-bottom:18px;
}

#contenidoseccion p.rightalign {
	text-align:right;
	padding-bottom:0px;
}

#contenidoseccion p a {
	color:#522398;
	text-decoration:underline;
}

a.seccionsiguiente {
	display:none;
	font-weight:bold;
}

a.seccionsiguiente span {
	display:inline;
}


/* Pie de página
----------------------------*/
#copyright {
	float:right;
	font-size:0.7em;
	margin-right:30px;
	padding-top:2px;
}

#designedby {
	float:right;
	font-size:0.7em;
	font-stretch:condensed;
}

a.softime {
	font-weight:bold;
	text-decoration:none;
	color:#739600;
	padding-left:2px;
}

a:hover {
	text-decoration:underline;
}

#enconstruccion {
	margin-top:80px;
	margin-left:220px;
	color:#522398;
	font-size:15pt;
	font-weight:bold;
}