html, body {
	height: 100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #2B3F48;
}

}
h4 {
	font-size: 10pt;
}

h5 {
	font-size: 17px;
	margin-top: 0px;
	text-align: left;
	color: #ffffff;
	padding: 5px 0 5px 10px;
	background: #0085B0;
	border-radius: 8px 8px 0px 0px;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 17px;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
	visibility: hidden;
}

p, ol, ul {
	margin-top: 0;
}

ol, ul {
	padding: 0;
	list-style: none;
}

ul.actions {
	text-align: center;
}

ul.actions li {
	
}

p {
	line-height: 180%;
}

strong {
	font-weight: bold;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

.container {
	overflow: hidden;
	margin: 0em auto;
	width: 1000px;
	background: fff;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/
.image {
	display: inline-block;
}

.image img {
	display: block;
	width: 100%;
}

.image-full {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left {
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered {
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img {
	margin: 0 auto;
	width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/
ul.staff {
	margin-bottom: 3em;
}

ul.staff li {
	display: inline-block;
}

ul.staff li img {
	width: 80%;
	border-radius: 50%;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/
ul.contact {
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li {
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1em;
}

ul.contact li span {
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a {
	color: #FFF;
}

ul.contact li a:before {
	display: inline-block;
	background: #3f3f3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
}

ul.contact li a.icon-twitter:before {
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before {
	background: #39599F;
}

ul.contact li a.icon-dribbble:before {
	background: #C4376B;
}

ul.contact li a.icon-tumblr:before {
	background: #31516A;
}

ul.contact li a.icon-rss:before {
	background: #F2600B;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/
.button {
	display: inline-block;
	padding: 0em 3em;
	background: #88C52D;
	letter-spacing: 0.20em;
	line-height: 4em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	color: #FFF;
}

.button:before {
	display: inline-block;
	background: #FFC31F;
	margin-right: 1em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #272925;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/
.title {
	margin-bottom: 0em;
}

.title h2 {
	font-size: 2.7em;
}

.title .byline {
	font-size: 1.7em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/
.box1, .box2, .box3, .box4 {
	width: 235px;
}

.box1
,
.box2
,
.box3
,
{
float














:







 







left














;
margin-right














:







 







20
px














;
}
.box4 {
	float: right;
}

/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/
.boxA, .boxB, .boxC {
	width: 320px;
}

.boxA, .boxB {
	float: left;
	margin-right: 20px;
}

.boxC {
	float: right;
}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/
.tbox1, .tbox2 {
	width: 575px;
}

.tbox1 {
	float: left;
}

.tbox2 {
	float: right;
}

#wrapper {
	background: #FFF;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header-wrapper {
	background: #005B88;
}

#header {
	position: relative;
	padding: 3em 0em;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/
#logo {
	position: absolute;
	top: 1em;
	left: 0;
}

#logo h1 {
	color: #FFF;
}

#logo a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
#menu {
	position: absolute;
	top: 2em;
	right: 0;
}

#menu ul {
	display: inline-block;
}

#menu li {
	display: block;
	float: left;
	text-align: center;
}

#menu li a, #menu li span {
	padding: 1em 1.5em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #FFF;
}

#menu li:hover a, #menu li.active a, #menu li.active span {
	color: #fff;
	background: #88C52D;
}

#menu .current_page_item a {
	background: #88C52D;
	color: #fff;
}

#menu .icon {
	
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
#banner {
	overflow: hidden;
	padding: 2em 0em 2em 0em;
	background: #202020;
	background-size: cover;
	text-align: center;
	color: rgba(255, 255, 255, .8);
}

#banner .title {
	margin-bottom: 1em;
	text-transform: uppercase !important;
}

#banner .title h2 {
	color: #FFF;
}

#banner .title .byline {
	color: rgba(255, 255, 255, .6);
}

#banner .button {
	margin-top: 3em;
	background: #88C52D !important;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/
#page {
	padding: 5em 0em;
	text-align: center;
}

#page .button {
	margin-top: 2em;
	display: inline-block;
	text-align: center;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
.content {
	padding: 15px 5px 15px 15px;
	border-right: 1px dotted #ccc;
}

#content {
	
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/
#sidebar {
	
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
	
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
	overflow: hidden;
	padding: 5em 0em;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#copyright p {
	text-align: center;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.5);
}

#copyright a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
#featured {
	overflow: hidden;
	padding: 5em 0em;
	background: #88C52D;
	color: rgba(255, 255, 255, .8);
	text-align: center;
}

#featured a {
	color: rgba(255, 255, 255, 1);
}

#featured .button {
	background: #FFF;
	margin-top: 3em;
	font-size: 1em;
	color: #88C52D;
}

#featured .title {
	
}

#featured .title h2 {
	color: #FFF;
}

#featured .title .byline {
	color: rgba(255, 255, 255, .6);
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
#mainbox {
	padding: 0em 0em 2em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: center;
}

#box {
	padding: 3em 2em 2em 2em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: center;
}

.div-frame {
	padding: 3em 2em 2em 2em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

#box .p {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #2B3F48;
}

#box .h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-style: oblique color: #2B3F48;
}

#extra {
	overflow: hidden;
	padding: 5em 0em;
}

#extra .title {
	text-align: center;
}

#extra .title h3 {
	text-align: left;
}

#extra .button {
	margin-top: 5em;
}

#extra .fa {
	display: block;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 3em;
}

input[type="submit"], input[type="button"] {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #0081c1;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	padding: 12px 24px 12px 24px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00aee8),
		to(#0096d1));
	background: -webkit-linear-gradient(top, #00aee8, #0096d1);
	background: -moz-linear-gradient(top, #00aee8, #0096d1);
	background: -ms-linear-gradient(top, #00aee8, #0096d1);
	background: -o-linear-gradient(top, #00aee8, #0096d1);
	border-radius: 14px;
	border: 3px solid #ffffff;
	box-shadow: 1px 1px 5px #afafaf;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0086B9),
		to(#0096d1));
	background: -webkit-linear-gradient(top, #0086B9, #0096d1);
	background: -moz-linear-gradient(top, #0086B9, #0096d1);
	background: -ms-linear-gradient(top, #0086B9, #0096d1);
	background: -o-linear-gradient(top, #0086B9, #0096d1);
	border: 3px solid #E9E9E9;
}

a.enlace {
	display: inline-block;
	width: 172px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/button.png);
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-shadow: #0081c1 1px 1px 0;
}

a.enlace:hover {
	color: #E9E9E9;
}

.post-wrap {
	margin-bottom: 15px;
	border-bottom: 1px dotted #CDCECF;
	padding: 10px 10px 0 10px;
}

.clearfix, .container {
	display: block;
}

.postmeta-primary {
	color: #6B7C7A;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	text-align: left;
}

.meta_date {
	padding: 3px 0 3px 0;
}

.img_info_post {
	margin-right: 5px;
}

.meta_author, .meta_comments, .meta_edit, .meta_tags {
	padding: 3px 0 3px 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/meta-separator.png);
}

.entry {
	line-height: 20px;
}

.post img.alignleft {
	margin: 0 10px 10px 0;
}

.featured_image {
	padding: 6px;
	border: 1px solid #CCCCCC;
}

.alignleft {
	margin: 0 10px 10px 0;
	float: left;
}

.readmore-wrap {
	margin-bottom: 15px;
	float: right;
}

a.readmore {
	color: black;
	background: #E5E5E5 url(../images/readmore-bg.png) 8px 7px no-repeat;
	padding: 6px 14px 6px 20px;
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-decoration: none;
}

a.fuente {
	color: white;
	background: #005B88 url(../images/readmore-bg.png) 8px 7px no-repeat;
	padding: 6px 14px 6px 20px;
	font-size: 12px;
	line-height: 12px;
	display: inline;
}

.clearfix:after, .container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

/*********************************************************************************/
/* Estilos que pueden ser genéricos                                              */
/*********************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background: #005B88;
	font-family: 'Varela', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #656565;
}

#contenedor{
	text-align: left;
	background-color: #ffffff; 
	margin: auto; 
}

#cabecera{ 
   	background-color: #9DC3E6;
   	padding: 1em 0em; 
}

#pie{
	font-size: 10pt;
   	background-color: #005B88;
   	padding: 1em 0em;
   	color: white;
}

.logo-empresa {
	padding: 1em 1em 1em 1em;
	border: 0px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}