/* CSS Document */
/* Estructura es la hoja de estilo BASE de la plantilla de OOoES */

/* Regla para eliminar la columna izquierda de openoffice.org */
#leftcol { display:none !important; }

/* Reglas para moderar la tabla del cuerpo */
#main table {
	margin: 0px;
}
#main {
	width: 100% !important;
}

/* --- Reglas para elementos generales --- */
body { margin: 0px !important; }

h1 { 
	padding: 5px;
	background-color: #E4F2FA;
       	border-radius: 5px;
}

h2 {
	padding-bottom: 2px;
	border-bottom: 2px solid #E4F2FA;
}

a {
        text-decoration: none !important;
        color: #09388F;
}

/* --- Seccion Barra Lateral --- */
#barra_lateral {
	float: left;
	width: 150px;
}

/* --- Menu --- */
#menu { }

#menu_principal {
	margin-left: 1px;
	padding-left:1px !important;
	list-style:none !important;
}
	
#menu_principal li {
	padding: 7px;
	margin-bottom:5px;
	background-color:#E4F2FA;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 0px !important; }

#menu_principal li:hover{ background-color: #E1ECF4; }

#menu_principal li.current {
	background-color: #F2F2F2;
	font-weight: bold;
	color: gray;
	cursor:default;
}

#menu_principal a {
	text-decoration: none !important;
	font-weight:bold;
	color: #06348C;
	list-style:none !important;
}

#menu_principal a.current {
	color: grey;
}

/* -- submenu -- */

#submenu {
	margin-top: 15px;
	border-radius:5px;
}

#submenu li {
	font-size: 70%;
	padding: 5px 5px 5px 3px;
	background-color:#A2D700;
	border-radius:5px;
	margin-bottom:5px;
	margin-left:7px;
	cursor: pointer;
	list-style:none !important;
}

#submenu li:hover {	background-color:#C4E65D; }

#submenu li.current {
	background-color:#D1D1D1;
	//color: white;
	cursor: default;
}

#submenu a {
	text-decoration: none !important;
} 

#submenu a.current {
	color: white;
}

/* --- Cuerpo del documento --- */ 
.contenido {
	float:right;
	width:80%;}

.content {
	margin-left: 15%;
	padding-left: 10px;
	padding-top: 1px;
	border-left: dashed 1px gray;
	margin-right:5px;
}

.content a {
	text-decoration: none !important;
	}

.seccion {
	padding: 5px;
	margin: 5px;
}

.content p {
	margin-left: 5px;
	/*margin-right: 5px;*/
	line-height: 1.5em;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;

}

.content ul {
	margin-left: 5px;
	line-height: 1.5em;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}


.content {
	margin-left: 1px;
	margin-right: 5%;
	margin-bottom:3em;
	}

.head_menu {
	background-color:#000099;
	color:white;
	font-size:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #555555;
	border-bottom-color: #555555;
	padding-top: 5px;
	padding-bottom: 2px;
}

.optionitem {
	background: #b9e06c;
	margin-bottom: 2em;
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em; cursor: pointer;
	border-radius: 5px;
}

dt {
	font-size: 16px;
	color: #06348C;
	font-weight: bolder;
	line-height: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

dd {
	line-height: 1.3em;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 12px;
	padding-top:0px;
	margin-top: 5px;
}

/* --- Pie de pagina --- */
#pie {
	clear:left;
}

.tabs {
	display: none ! important;
}

#projecttools {
	display: none ! important;
}
#leftcol { display: none ! important;
}
#navcol { display: none ! important;
	width: 0px !important;
}
#contextualinformation { display: none ! important;
}
#contextualinformation.contentpart { display: none ! important;
}
#toptabs { display: none ! important;
}
/* Columna del menu ContentPadding */
.ContentPadding {
 margin: 0px !important;}	
#SideColumn { display: none !important; width: 0px !important;}


