/* Plantilla para www.marcorangel.mx 
   17 - abr - 15 
   Aplicando Semantica HTML5 y CSS3 
   
   http://www.socicon.com
   https://icomoon.io/#home
   */

#info-columna-izq {
    display: inline-block;
	font-size: 1.1em;
    width: 32%;
}   

.info-menu {
	border: 0;
    color: #91959e;
	padding-top: 15px;
}

.info-opcion-menu {
	border-left: 5px solid white;
	height: 20px;
	margin-bottom: 5px;
	padding: 8px 0 8px 15px;
	width: 92%;
}

.info-opcion-menu:hover {
    border-left-color: #3e5797; 
	color: black; 
	cursor: pointer;
	font-weight: bold;
}

.info-menu a:link {
    color: #91959e;
}

.info-menu a:visited {
    color: #91959e;
}

.info-menu a:active {
	color: black; 
	font-weight: bold;
}

#info-detalles {
  border-left: 1px solid #cccccc;
  display: inline-block;
  padding: 10px 25px;
  width: 60%;
  vertical-align: top;
}

.info-cabezera {
  color: #8d9194;
  border-bottom: 1px solid #dedede;
  height: 15px;
  margin: 10px 0;
  padding: 10px 0;
}

.info-cabezera h{
  font-size: 1em;
  font-weight: bold;
}

.info-lineas {
  border-bottom: 1px solid #dedede;
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 15px 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.info-lineas ul {
  margin-left: 14px;
}

.info-lineas-imagen {
  /* border: 1px solid #dedede; */
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.info-lineas-imagen img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.info-lineas-texto {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}