
div.item {
	height: auto;
	width: 313px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}
div.item img {
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
}
div.margen{
	margin-left: 30px
}
div.margen_g {
	margin-left: 170px;
}
a.conoce {
	color: #0196b8;
	padding: 10px 30px 8px 30px;
	font-size: 14px;
	font-weight: bold;
	border: 4px solid #0196b8;
	border-radius: 5px;
}
a.conoce:hover{
	color: #FFF;
	background: #0196b8;
}
a.ver {
	color: #0196b8;
	padding: 10px 20px 8px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 4px solid #0196b8;
	border-radius: 5px;
}
a.ver:hover{
	color: #FFF;
	background: #0196b8;
}

div.izquierda,
div.derecha { 
	height: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

div.izquierda {
	width: 660px;
	float: left;
}
div.derecha {
	float: right;
}
div.item_mini {
	height: auto;
	width: 200px;
	text-align: center;
	float: left;
}
div.item_full {
	height: auto;
	width: 430px;
	text-align: left;
	float: left;
}
div.aqui_estoy{
	height: 68px;
	width: 315px;
	position: absolute;

	background:rgb(1,150,184);
    background: transparent\9;
    background:rgba(1,150,184,0.13);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#210196b8,endColorstr=#210196b8);
    zoom: 1;
}
img.aqui_estoy {
	position:absolute;
	width: 10px;
	height: 70px;
}

