﻿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#optCorreo {
	display: inline-block;
	margin-top: 3em;
	width: 48%;
	height: auto;
	text-align: center;
	margin-bottom:50px;
}

.correo_tsj {
display: inline-block;
width: 200px; height: 200px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: url('../images/correo_tsj.jpg') no-repeat; }
.correo_cj {
display: inline-block;
width: 200px; height: 200px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: url('../images/correo_cj.jpg') no-repeat; }


@media all and (max-width: 800px) {
	section#optCorreo{
	display: inline-block;
	margin-top: 3em;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom:20px;
	}
	
}
@media all and (max-width: 400px) {
	section#optCorreo{
	display: inline-block;
	margin-top: 3em;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom:20px;
	}
}
