/*
 * Theme Name: PoderJudicial
 * FileName: servicio.css
 * Description: Poder Judicial del Estado de Yucatán
 * Version: 1.0
 * Author: Gabriela Areli Gonzalez Rodriguez
 * Department: Unidad de Acceso a la información
 * Organization: Poder Judicial del Estado de Yucatán
 */

h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}
section#BK_servicio{
	display: inline-block;
	width: 32.3333%;
	height:auto;
	margin-top:2em;
	vertical-align: top;

}

section#BK_servicio img{
	width: 100%;
	}
section#Servicio_img{
	display: inline-block;
	width: 100%;
	height:auto;
}
section#Servicio_img:hover{
    opacity: .5;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; 
}

section#Servicio_txt{
	display: inline-block;
	width: 100%;
	height:auto;
	min-height:10em;
	margin-top:-3px;
	background-color:#f2f2f2;
	text-align: center;
	padding-top:.5em;
}
h2{
	font-size:1.3em;
	color:#555555;
}
section#Servicio_txt p{
	font-size: .9em;
	color:#555555;
	text-align: justify;
	padding:.3em;
}

.spaceDiv{
	width:auto;
	height:2em;
}
#actualizacion{
	font-size:.8em; padding-top:3em; color:#555;
}


@media (max-width: 1024px ) { 
	section#BK_servicio{
		display: inline-block;
		width: 49%;
		height:auto;
		margin-top:2em;
	}
	section#Servicio_img{
		display: inline-block;
		width: 100%;
		height:auto;
		margin-top:2em;
	}

	section#Servicio_txt{
		width: 100%;
		min-height:7em;
	}

	
}

@media (max-width: 800px ) { 
	section#BK_servicio{
		display: inline-block;
		width: 100%;
		height:auto;
		margin-top:2em;
	}
	section#Servicio_img{
		display: inline-block;
		width: 100%;
		height:auto;
		margin-top:2em;
	}

	section#Servicio_txt{
		width: 100%;
		min-height:7em;
	}

	
}