﻿h1 {
	font-size: 1.2 em;
	font-weight: bold;
	text-align: center;
	color: #555555;
}

#textoInicio {
	color: #555;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 1em;
	background-color: #f1f1f1;
	margin-bottom: 1.5em;
}

#form {
	max-width: 500px;
	width: 90%;
	padding: 1em 1em;
	margin: 0 auto;
	background-color: #f1f1f1;
	color: #555;
	-moz-box-shadow: 7px 6px 6px #7f7f7f;
	-webkit-box-shadow: 7px 6px 6px #7f7f7f;
	box-shadow: 7px 6px 6px #7f7f7f;
}

input,
textarea,
select {
	width: 90%;
	height: 40px;
	margin: 5px 0 10px 0;
	border: 1px solid;
	border-color: #7f7f7f;
	font-size: 1em;
}

textarea {
	height: 100px;
	font-size: 1.3em;
}

.marka {
	color: #ff8000;
	font-weight: bold;
}

.checkOrga {
	width: 10%;
	height: 20px;
	margin: 5px 0 10px 0;
	border: 1px solid;
	border-color: #7f7f7f;
	font-size: .5em;
}

#barrita {
	width: 90%;
	height: 2px;
	margin: 0 auto;
	border-top: 1px #adadad solid;
}
.txt_intro{

	text-align: center;
	margin-top: 3em;
	font-size: 1.3em;
	margin-bottom: 0;
}

#cuerpo{
	display: inline-block;
	max-width: 100%;
	width:100%;
	height: auto 0;
	background-color:#fff;
	height: auto;
	margin-top:1em;
	padding-top:0;
}
section#optSEL {
	display: inline-block;
	margin-top: 3em;
	width: 48%;
	height: auto;
	text-align: center;
	margin-bottom:50px;
}

.SEL_tsj {
	display: inline-block;
	width: 290px;
	height: 60px;
	background: url('../images/contraloria/btnContraloriaTribunal.jpg') no-repeat;
}

.SEL_cj {
	display: inline-block;
	width: 290px;
	height: 60px;
	background: url('../images/contraloria/btnContraloriaConsejo.jpg') no-repeat;
}