
/* 
    Document   : cssEmpresa
    Created on : 13/06/2013, 12:10:09 PM
    Author     : ldelgallego
    Description:
        Purpose of the stylesheet follows.
*/
#map_nav{
    margin-top:15px;
    margin-bottom:15px;
    color:#868686;
}

/*INSTITUCIONAL///////////////////////////////////////////////////////////////////////////////////*/

.bloquetxt{
	font-size:11px;
	text-align:justify;
	width: 100%;
	padding-left:5%;
	padding-right:5%;
	padding-top:15px;
        padding-bottom:5px;      
	float:left;
	
	margin-bottom:10px;
	transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	}
	
.bloquetxt a:hover{
/*	border: #fff solid thin;
	background-color:#F3F3F3;*/
        color: firebrick;
	}
	
.bloquetxt a{
	color: blue;
	}

.titularinsti{
	background-color: #006dcc;
	height:35px;
	margin-bottom:15px;
	padding-left:7px;
width:100%;
	}

.titularinsti h4{
	color:#FFF;
        font-size: 12px;
        font-weight: bold;
	}
