* {
	font-family: 'PT Sans', sans-serif;
	line-height: 1.05;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
img.alignleft{ margin-right: 15px;}
.alignright { float:right }
img.alignright{margin-left: 15px;}


body p{
	margin:0 0 1em 0;
}
body{
	color: #444;
}
div.contactos{
	float:right;
	padding:10px;
	border-radius:5px;
	background:#d9eaff;
	max-width: 300px;
	margin-left: 20px;
}
body.phone div.contactos{
	float: none;
	margin: 0 0 20px 0;
}
div.contactos h3:first-child{
	margin-top: 0;
}
div.contactos ul{
	padding-bottom: 0;
}
h1,h2,h3,h1 a,h2 a,h3 a,#nav a,#main-left .branchparent a{
	font-family:'PT Sans Narrow','Arial Narrow','Helvetica Condensed',sans-serif;
}
h1{
	color: #4aae22;
}
body h2,.h3{
	color: #4aae22;
	font-size: 23px;
	margin: 1em 0 0.5em;
}
body h3{
	color: #4aae22;
	text-transform: uppercase;
	font-size: 18px;
	margin: 1em 0 0.5em;
}
.h3blanco,.h4blanco,.h2blanco{
    color:white !important;
}
.h3azul,.h4azul,.h2azul{
    color:#27348b !important;
}
	body .internal-heading h3 a{
		color: gray;
	}
body .panes h3{
	color: #2c3c65
}
body blockquote{
	font-style:italic;
	color:gray;
	margin: 0 0 1em 0;
	font-size: 18px;
}
a{
	color: #32456d;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


p.importante{
	background: #ffd5d7;
	padding: 5px;
	margin-bottom:1em;
}
p.importante strong,
p.importante b{
	color: #9d000e !important;
}

.content strong,.content b{
	color: gray;
}

a.download{
    position:relative;
    color: white;
    background: #8eb900;
    border-radius: 4px;
    font-weight: bold;
    padding: 5px 10px 5px 25px;
    display: inline-block;
    margin: 5px 0;
    transition:0.3s all;
}
a.download.pull-right{
	margin-top: -5px;
}
a.download:hover{
	background: #3baf34;
	text-decoration: none;
}
a.download:before {
    position:absolute;
    font-family: FontAwesome;
    top:5px;
    left:6px;
    content: "";/*pdf*/
    content: "";/*download with cloud*/
}
.content > img,.content p > img {
max-width: 100%;
height: auto;
}
small{
	opacity: 0.65;
}

/***/
ul.nobels{
	margin-bottom: 20px;
}
ul.nobels,ul.nobels li{
	list-style-type:none !important;
	padding: 0 !important;
}
.wp-admin ul.nobels li,
.desktopOrTablet ul.nobels li{
	float: left !important;
	width:33.33% !important;
	padding-right: 20px !important;
}
ul.nobels li{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.nobels li img{
	height: 300px!important;
display: block;
width: auto;
margin: 0 auto 7px 0;
box-shadow: 0 1px 5px gray;
}

/** Marketica */
/** clearfix hack */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/******/

.text_block {
margin: 20px 0;
}