﻿h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}
section.#cuerpo{
	display: inline-block;
	max-width: 100%;
	width:100%;
	height: auto 0;
	background-color:#fff;
	height: auto;
	margin-top:6em;
	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: 223px; height: 223px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: url('../images/seleccion_TSJ.png') no-repeat; }
.SEL_cj {
display: inline-block;
width: 223px; height: 223px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: url('../images/seleccion_CJ.png') no-repeat; }


@media all and (max-width: 800px) {
	section#optSEL{
	display: inline-block;
	margin-top: 3em;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom:20px;
	}
	
}
@media all and (max-width: 400px) {
	section#optSEL{
	display: inline-block;
	margin-top: 3em;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom:20px;
	}
}
