@charset "utf-8";

html {
	font-family:Arial, Verdana;	color:#666666;	overflow-y:scroll;
}

body{margin:0; border:0; background-color:#0d1c59;}
hr{border: 1px solid #334282; margin-bottom:20px;}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

#DosColIni1 {
	width: 100%;
	text-align:center;
	background-image: url("../Img/columnas-juzgado.jpg");
	background-size: cover;
	height: 25vh; 
}
#DosColIni2 {
	width: 100%;
	text-align:center;	
	background-color:#bacddb; 
	height: 5vh; 
}
#DosColIni3 {
	width: calc(100% - 100px);
	clear: both;
	text-align:left;
	/*background-color:#0d1c59;*/
	background-image: url("../Img/fondo-e.gif");
	background-size: cover;
	height: 70vh;
	padding:0 50px 0 50px;
}

.servicios{font-size:16px; color:#afc9ef; line-height: 200%; font-weight:bold;}

.subTit{font-size:18px; color:#fff; font-weight:bold;}
.tit{font-size:28px; color:#fff; font-weight:bold;}
.direccion{font-size:13px; color:#fff; line-height: 150%;}
.fontTel{font-size:18px;font-weight:bold;}

.loginLogo{width:50%; padding-top:35px;}
.paddTop{padding-top:50px;}

.AutoAjusIconos{padding-left:0; text-align:center; margin-bottom: 0px; padding-bottom: 0px; }
.AutoAjusIconos li{	display:inline-table; border-left:0px; width:160px; height:120px; text-align:center; margin-bottom:30px; padding-bottom: 0px; }

	
	



/********** PC: 700px para arriba *********/
@media only screen and (min-width: 700px) {	
	#DosColIni1 {
		width: 48%;
		clear: none;
		text-align:center;		
		height: 100vh;
	}
	#DosColIni2 {
		width: 5%;
		clear: none;
		text-align:center;		
		height: 100vh;
	}
	#DosColIni3 {
		width: calc(47% - 100px);
		clear: none;
		text-align:left;		
		height: 100vh;
		padding:0 50px 0 50px;
	}
	
	.servicios{font-size:15px; color:#afc9ef; line-height: 180%; font-weight:bold;}
	
	.loginLogo{width:80%; padding-top:170px;}
	.paddTop{padding-top:50px;}	

	


}
