.bgColor1 {
	background:#FFFFFF;
}

.bgColor2 {
	background: #1a58a6;
}

.bgColor3 {
	background: url(../images/index_bg.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	min-height:600px;
}

.bgColor3B {
	background: #d4e1ea; 
}


.bgColor4 {
	background: #d4e1ea; 
}

.bgColor5 {
	background: #395556;
}

.bgColor6 {
	background: #000;
}

.bgColor7 {
	background: #134354;
}

.borderBottomSeccion1{
	border-bottom: 1px solid #1a58a6;
}

.borderTopSeccion2{
	border-top: 1px solid #FFFFFF;
}

.borderBottomSeccion2{
	border-bottom: 1px solid #d4e1ea;
}

.borderTopSeccion3{
	border-top: 1px solid #1a58a6;
}

.borderBottomSeccion3{
	border-bottom: 1px solid #1a58a6;
}

.borderTopSeccion4{
	border-top: 1px solid #d4e1ea;
}

.borderBottomSeccion4 {
	border-bottom: 1px solid #134354;
}

.borderTopSeccion5{
	border-top: 1px solid #FFFFFF;
}


.borderBottomDark {
	border-bottom: 1px solid #171e1d;
}

.indexLema{
	background:rgba(26,88,166,1);
	padding:15px 10px;
	margin: 0;
	position: relative;
	width: 100%;
	border-radius:4px;
	box-sizing:border-box;
}

.indexLema p{
	color: #fff;
	padding: 0px 6%;
	width: 88%;
	position:relative;
	 text-align:center;
	 font-size:18px;
	 line-height:1.6em;
	 font-family:"Times New Roman", Times, serif;
}

.indexPractica{
	padding:15px 10px;
	margin: 0;
	position: relative;
	width: 100%;
	box-sizing:border-box;
}

.indexPractica p{
	color: #333;
	padding: 0px 3%;
	width: 94%;
	position:relative;
	 text-align: justify;
	 font-size:14px;
	 line-height:1.4em;
}



.iconosIndex {
	border-radius:50%;
	background:rgba(26,88,166,1);
	width:170px;
	height:170px;
	margin:20px auto;
	box-sizing:border-box;
	text-align:center;
}
.iconosIndex img{
	padding:20px;
	box-sizing:border-box;
}
					

.iconosIndex h4{
	margin-top:-25px;
	background:rgba(26,88,166,1);
	text-shadow:none;
	border-radius: 4px;
	color:#FFF;
}


.imgIndexResponsive {
	display:none;
	border:2px solid #1a58a6;
	border-radius:4px;
	box-sizing:border-box;
}



.imgRadius10 {
	border-radius:10px;
	border:4px solid #036;
}
.imgBorder {
	border:4px solid #036;
}
.paddingTop40{
	padding:40px 0;
}
.paddingTop40B{
	padding:0 0 40px 0;
}


.indexIconSeccion{	
	padding: 0 10%;
	width: 80%;
	height: auto;
}
.indexIcon {
	float: left;
	padding: 0 1.5%;
	width: 30%;
}

.indexBox {
	border: 2px solid #e4e3e1;
	margin: 10px 0%;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.indexBoxTop{
	width: 100%;
	height: 51px;
	background:url(../images/iconbox.jpg) #e4e3e1 no-repeat;
	background-size: contain;
	border-bottom: 2px solid #e4e3e1;
}

.indexBoxTitle {
	float: left;
	width: 80%;
	padding-left: 20%;
	height: 50px;
	margin:auto;
}

.contactPadding {
	padding: 1% 3%;
}

.footerPadding {
	width: 80%;
	padding: 0 10%;
	height: auto;
	overflow: hidden;
}

.footerMargin {	
	margin: 0px;
}

.footerImageMap {
	border: 5px solid #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.footerImageMap:hover {
	opacity:0.6;
}



.indexBoxTitleIcon {
	z-index: 5;
	float: left;
	width: 10%;
	height: auto;
}

.indexBoxText {
	color: #e4e3e1;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:10px;
	box-sizing:border-box;
	min-height:235px;
}

.indexBoxText p {
	padding: 0;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
	height: auto;
}

.pInnerPages {
	padding: 5% 5%;
	color: #171e1d;
}

.pInnerPages a {
	color: #171e1d;
}

.pInnerPages a:hover{
	color: #171e1d;
}

.hrOffWhite{
	margin: 0px;
	border: 0px;
	height: 0;
	border-top: #d5d5d5 1px solid;
	border-bottom: #e5e5e5 1px solid;
}

.hrOffBlack {
	margin: 1% 0px;
	border: 0px;
	height: 0;
	border-top: #101010 1px solid;
	border-bottom: #333333 1px solid;
}

.verMas {
	font-weight: bold;
	color: #134354;
	background: #d4e1ea;
	margin: 1%;
	font-size: 14px;
	padding: 12px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.verMas:hover {
	color: #FFF;
	background: rgb(23,119,175);	
}

.div90{
	width:90%;
	margin:auto;
	position:relative;
	overflow:hidden;
}




@media only screen and (max-width : 768px) {  
.imgIndexResponsive {
	display: block;
}
.indexLema p{
		 font-size:14px;
		 line-height:1em;
	}

.iconosIndex {
		width:90px;
		height:90px;
		margin-bottom:65px;
	}
	.iconosIndex h4{
		font-size:12px;
		margin-top:-5px;
	}


}


@media only screen and (max-width : 480px) {  
	.indexLema p{
		 font-size:14px;
		 line-height:1em;
	}
.imgIndexResponsive {
	display: block;
}
	.iconosIndex {
		width:90px;
		height:90px;
		margin-bottom:65px;
	}
	.iconosIndex h4{
		font-size:12px;
		margin-top:-5px;
	}

.verMas {
	font-size: 10px;
	padding: 8px 6px;
}



}

.feedframe {
	width:100%;
	margin: 0 auto;
}



