body {
	background: #f9f9f9;
}

#banners > * {
	display: block;
	margin: 0 auto;
}

div#column-one {
	padding: 30px 10px;
}

/*div#column-content {
	font-size: 12px;
	margin-left: -175px;
}*/

.portlet h5 {
	display: block;
	background-color: #38592E;
	padding: 0.2em 0.4em;
	margin: 0;
	height: inherit;
	font-weight: bold;
	white-space: nowrap;
	color: white;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

.firstHeading {
	margin-top: 0;
	padding-top: 10px;
}

div#content {
	background: #E8F4E8;
	border: 1px solid #ddd;
	margin: 0 0 10px 0;
	padding: 1em;
}

div#content a:hover {
	text-decoration: none;
	color: #f60;
}

#eol-p-cactions {
	border-bottom: 0;
}

#eol-p-cactions>li>a {
	background-color: #fbfbfb;
	padding: 3px 8px;
	font-size: 12px;
	color: #38592e;
	border: 1px solid #ddd;
}

#eol-p-cactions>li.new>a {
	color: #ba0000;
}

#eol-p-cactions>li.selected>a {
	font-weight: bold;
	background-color: #eaf5ea;
	z-index: 10;
	border-bottom: 1px solid #eaf5ea;
}

#eol-p-cactions>li>a:hover {
	color: #fff;
	background-color: #ff7f00;
}

#eol-p-cactions>li.selected>a:hover {
	color: #ff7f00;
	background-color: #eaf5ea;
}

#p-cactions {
	top: -18px;
	left: 0;
}

#p-cactions li {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

#p-cactions li a {
    color: #38592E;
    padding-bottom: 1px;
}

#p-cactions li a:hover {
	background-color: #E8F4E8;
	color: #f93;
}

#p-cactions li.selected {
	border-color: #aaa;
}

#p-cactions li.selected a {
	background-color: #E8F4E8;
	padding-bottom: 5px;
}

.portlet {
	width: auto;
	margin-bottom: 10px;
}

.portlet ul {
	font-size: 12px;
}

.portlet li {
	padding: 2px 0;
}

h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #AAAAAA;
	color: #38592E;
	padding-bottom: 0.17em;
	padding-top: 1em;
}

h1 { font-size:   2em }
h2 { font-size: 1.5em }
h3 { font-size: 1.3em }
h4 { font-size: 1.1em }

#toc, .toc, .mw-warning {
    background-color: #F9F9F9;
    border: 1px solid #AAAAAA;
    font-size: 95%;
    padding: 5px;
}

#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

#bodyContent {
	overflow: hidden;
	overflow-x: auto;
	margin-top: 1em;
}

#bodyContent a, #bodyContent a.external {
    color: black;
    text-decoration: underline;
}

#bodyContent p {
	line-height: 1.6em;
	margin: 1.2em 0 1.2em 1.5em;
	text-indent: 1em;
}

#wpMinoredit, #mw-editpage-minoredit, .editHelp, #wpWatchthis,
#mw-editpage-watch, #editpage-copywarn, #wpSummaryLabel label,
.mw-htmlform-field-Licenses, #ca-unwatch, #ca-watch {
	display: none !important;
}

.editButtons {
	text-align: center;
	font-size: 1.3em;
}

#wpSummaryLabel:before {
	content: "Resume en una frase qué es lo que has cambiado:";
	margin: 2em 0 5px 0;
	font-weight: bold;
	display: block;
}

#wpSummary {
	display: block;
	width: 99%;
}

.editButtons:before {
	content: "Usa la previsualización para ver si todo está correcto antes de guardar. ¡No llenes el historial de ediciones innecesarias!";
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 2em 0 1em;
	text-align: center;
	color: #f60;
}

.templatesUsed {
	margin-top: 4em;
	padding: 1.5em;
	background: #f6f6f6;
}

.templatesUsed li {
	list-style: none;
	padding-left: 2em;
}

.mw-templatesUsedExplanation p {
	text-indent: 0 !important;
	margin: 0 !important;
}

#wpTextbox1, #wpTextbox1-clone {
	font-family: monospace;
	width: 99%;
	margin: 0 auto;
	min-height: 800px;
	padding: 10px;
}

.plantilla {
    background: #f6f6f6;
    border: 1px solid #aaa;
    margin-left: 60px;
    margin-right: 60px;
    padding: 7px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	border-radius: 3px;
	color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
}

#wpSave, #wpPreview, #wpDiff {
	padding: 3px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.reference a {
	font-weight: bold;
	text-decoration: none !important;
}

#footer_mensajes {
	font-size: 15px;
}

#copyright {
	font-size: 10px;
}

#p-navigation .pBody ul, #p-tb .pBody ul {
	list-style: none;
	margin-left: 0.2em;
}

#toc li a {
	text-decoration: none;
}

#toc li a:hover {
	text-decoration: underline !important;
}

/* estilos legacy del antiguo sistema de incrustado */
.dobleestilo{background-color:#c8e0c8;color:#000}
.dobleestilo a{color:#000}
.dobleestiloborde{border-color:#164403 !important}
.dobleestilofloatleft{float:left !important}
.dobleestilofloatright{float:right !important}

table[align="center"] {
	margin-left: auto;
	margin-right: auto;
}

#bodyContent img {
	max-width: 100%;
	height: auto;
}

#mw-content-text a.new {
	text-decoration: none;
	border-bottom: 1px dashed;
}

#menu { height: 30px }
#cuadrologin_conectado { top: 61px }
#cuadrologin_conectado #logout_cuadrologin { padding-top: 5px }
#loginheader_links { padding-top: 11px }
#socialcount a{width:20px;padding: 0}

/* hilo 2288396 */
.eoltable {
	border-collapse: collapse;
	background-color: transparent;
}

.eoltable td {
	border: 1px solid #fcfcfc;
	color: #000;
	background-color: #e5f0e5;
	padding: 5px;
}

.eoltable tr:hover td:not(.separator) {
	background-color: #dde9de;
}

.eoltable th {
	text-align: center;
	background-color: #395a30;
	color: #fff;
	border: 1px solid #5e7756;
	padding: 5px 10px;
}

.eoltable td.separator {
	background-color: #fff;
	color: #000;
	border-bottom: 2px solid #ff7f00;
	border-top: 2px solid #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
}

.eoltable tr:nth-child(1) td, .eoltable tr:nth-child(1) th {
	border-top: 2px solid #ff7f00;
}

.eoltable tr:nth-last-child(1) td, .eoltable tr:nth-last-child(1) th {
	border-bottom: 2px solid #ff7f00;
}

.eoltable .blank {
	border: 0 !important;
	color: transparent;
	background-color: transparent;
}
