#wrapperContacto{
	overflow: hidden;
	font-size: 1em;
	color: #67666A;
	text-align: left;
}
#cabContacto{

	font-size: 1.2em ;
	color: #207969 ;
	margin-bottom: 4%;
}
#contacto{
	overflow: hidden;
	margin: 30px 0;
}
.imagenMenu{
/*	width: 30%;*/
	float: left;
	margin-left: 2%;
} 
.descContacto {
	width: 35%;
	float: left;
	margin-left: 2%;
}
.descMenu{
	display: none;
	color: #5D5E5E;
	font-size: 1em;
}

#opcionMenu1{
	display: block;
}
.menucontacto{
	width: 37%;
	float: left;

}
.menucontacto li{
	list-style: none;
}

.menuCont{
	/*padding-top: 15px;*/
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	height: 35px;
	cursor: pointer;
	font-size: 0.9em;
	margin-left: 60px;
}

.menucontacto img{
	float: left;
	padding-top: 6px;
	padding-left: 12px;
}

.menuCont span a {
    text-decoration: none;
    color: #444242 !important;
}
.menuCont span {
	width: 205px;
	float: left;
	text-align: left;
}

#menuCont1{
	/*background: url("../images/fichaServicio/guia.jpg");*/
	/*background-repeat: no-repeat;*/
	background-color: #E1E5E8;
	margin-bottom: 4px;
}

#menuCont2{
/*	background: url("../images/fichaServicio/normatividad.jpg");
	background-repeat: no-repeat;*/

}

/*#menuCont1:hover{
	background: url("../images/fichaServicio/guia_over.jpg");
	background-repeat: no-repeat;
}
*/
#menuCont2:hover{
/*	background: url("../images/fichaServicio/normatividad_over.jpg");
	background-repeat: no-repeat;*/
	background-color: #E1E5E8; 
}

.titleTextCont {
	font-size: 1.5em;
	color: #858585;
}
.subtitleTextCont {
	font-size: 1.6em;
	margin-left: 35px;
	margin-right: 15px;
	color: #008670;
	float: left;
	margin-top: 12px;
}
.typeContact{
	float: left;
	width: 33%;
}
.titleCont_borde_redondo {
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 3px 2px #CCCCCC;
    line-height: 16pt;
    min-height: 120px;
    padding: 10px;
}
.titleCont_cajacolor1 {
    background-color: #F3F3F5;
}
.titleCont_atributos_caja {
    font-size: 0.75em;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.titleCont{
	font-size: 1.2em ;
	color: #207969 ;
	text-align: center;
	margin-bottom: 2%;
}
.titleContElec{
	text-align: center;
	margin-top: 10px;
	margin-bottom: -10px
}
.imgCont{
	overflow: hidden;
	text-align: center;
}

.imgCont img{
	margin: 10px auto;
	display: block;
}
.infoCont{
	margin-left: 20px;
    margin-right: 20px;
}
.infoCont span {
	color: #207969;
	font-weight: 600;
}
.infoCont_texto {
    color: #5D5E5E;
    font-size: 12px;
    line-height: 1.55em;
    text-align: left;
}
.infoCont p {
	font-weight: bold;
}
.infoCont li{
	margin-bottom: 10%;
        
}
.infoCont_external {
    margin-left: auto;
    margin-right: auto;
    background: #9c9aa0;
    color: #fff !important;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    padding: 3px 10px;
    text-decoration: none !important;
}
.medioElect{
	float: left;
	width: 50%;
}


.medioElect img {
margin-bottom: 25%;
}

@media (min-width: 650px) and (max-width: 900px){

	.menucontacto{ width: 100%;}
	.imagenMenu{ width: 35%;}
	.descContacto{width: 60%;}

}
@media (min-width: 400px) and (max-width: 650px){

	.menucontacto{ width: 100%;}
	.imagenMenu{ width: 100%; margin-left: 5%;}
	.descContacto{width: 90%; margin-left: 5%; margin-top: 3%;}
	.clr{clear:both;}
	.typeContact{width: 50%;}
}
@media (max-width: 400px){
	.menucontacto{ width: 100%;}
	.imagenMenu{ width: 100%; margin-left: 5%;}
	.descContacto{width: 90%; margin-left: 5%;  margin-top: 3%;}
	.typeContact{width: 100%;}
}