/*  
Theme Name: Privacidad Lógica 
Theme URI: http://www.privacidadlogica.com
Version: 1.0.0
Author: José R. García (Basado en el tema Basic de Themify)
Author URI: http://www.jrgg.net
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	width: 100%;
	margin: 0 auto;
}
body {
	font: 1.0em/100% "PTSansNarrow", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	width: 100%;
	margin: 0 auto;
}
a {
	color: #F29839;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #03396B;
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 60%;
}
.smallAvisos {
	font-family: "PTSansNarrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

@font-face {
	font-family: "PTSansNarrow";
	src: url("fonts/PTSansNarrow.eot");
	src: url("fonts/PTSansNarrow.eot?#iefix") format("embedded-opentype"),
	     url("fonts/PTSansNarrow.woff") format("woff"),
	     url("fonts/PTSansNarrow.ttf") format("truetype"),
	     url("fonts/PTSansNarrow.svg#PTSansNarrow") format("svg");
}
/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: "PTSansNarrow", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
	margin-bottom: -15px;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f9f9f9;
	border: solid 2px #F29839;
	padding: 1px 10px;
}
input[type=text] {
	width: 250px;
	max-width: 90%;
}

input[type=search] {
	width: 250px;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #FEF7E7;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #03396B;
	color: #fff;
	border: none;
	margin-top: 8px;
	padding: 3px 10px;
	cursor: pointer;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #F29839;
	color: #fff;
}

/* */
form.wpcf7-form {
	font-family: "PTSansNarrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 960px;
	margin: 0 auto;
}

/* content */
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 650px;
	float: left;
	margin-left: 25px;
	padding: 10px;
	z-index: 100px;
}

#content p.post-meta, #content #commentform, #content .post-nav{
	font-size: 16px;
}

/* sidebar */
#sidebar {
	width: 220px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	padding: 0;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	width: 960px;
	height: 215px;
	margin: 0 auto;
	margin-bottom: -50px;
	z-index: -1;
	overflow: hidden;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	position: absolute;
	top: 20px;
	font-size: 36px;
	margin: 0;
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	position: absolute;
	top: 75px;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}

/* 
BODY
================================================ */
#body {
	background: url(images/fondo.png) repeat-y center center;
}
/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	width: 219px;
	text-align: right;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 5px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: 209px;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 0px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* 
Twitter
================================================ */
#twitter  {
	padding-bottom: 20px;
}

/* 
RSS
================================================ */
.social-widget  {
	display: inline;
	padding: 0 46px 0 0;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* 
SEARCH FORM
================================================ */
#sidebar #searchform {
	width: 197px;
	float: right;
}
#sidebar #searchform #s {
	width: 197px;
	color: #666;
	background: #FEF4EB url(images/search.png) no-repeat 8px center;
	border: solid 1px #F29839;
	padding-left: 28px;
	float: right;
}
#sidebar #searchform #s:focus {
	width: 197px;
	color: #333;
	background-color: #FFF;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 50px 0 30px;
	padding: 0;
	left: 0;
	bottom: 10px;
	z-index: 100;
	display: block;
	*display:block;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	/*float: left; Para que sea vertical*/
	position: relative;
}

/* main level link */
#main-nav a {
	display: block;
	padding: 8px 0 0 30px;
	margin: 0 5px 0 0;
	height: 25px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	background: url(images/mainNavOff.png) no-repeat left center;
}
/* main level link :hover */
#main-nav a:hover {
	background: url(images/mainNavOnOver.png) no-repeat left center;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: url(images/mainNavOnOver.png) no-repeat left center;
	color: #03396B;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #03396B;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 200%;
	line-height: 110%;
	color: #03396B;
	font-weight: 100;
}
/************************************************************************************
ENLACES
************************************************************************************/
#sidebar a, #footer a, .post-title a, .post-meta a  {
	color: #03396B;
	text-decoration: none;
	outline: none;
}

#sidebar a:hover, .post-title a:hover, .post-meta a:hover {
	color: #F29839;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 0;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-family: "PTSansNarrow", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0;
	font-size: 200%;
	line-height: 110%;
	color: #03396B;
	font-weight: 100;
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	clear: both;
	font-family: "PTSansNarrow", Arial, Helvetica, sans-serif;
	margin: 0 0 7px;
}
p.post-meta a {
	color: #03396B;
	text-decoration: none;
	outline: none;
}
p.post-meta a:hover {
	color: #F29839;
	text-decoration: none;
}
.post-meta .post-author {
	/*background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;*/
}
.post-meta .post-category {
	/*background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;*/
}
.post-meta .post-tag {
	/*background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;*/
}
.post-meta .post-comment a {
	/*background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;*/
}

.strong {
	font-weight: bold;
}

hr {
	color: #03396B;
	background-color: #03396B;
	height: 1px;
	width: 500px;
	border: 0;
	margin: 30px auto;
	text-align: center;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 3px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 20px;
	min-height: 17px;
	text-align: center;
	font-size: 16px;
}
.pagenav a {
	background: #FFF;
	border: 3px solid #F29839;
	color: #03396B;
	text-decoration: none;
}
.pagenav a:hover {
	color: #F29839;
}
.pagenav .current {
	border: 3px solid #DDD;
	text-decoration: none;
	color: #DDD
}
/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	font-family: "PTSansNarrow", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #FFF;
	border: 3px solid #F29839;
	color: #03396B;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 24px;
	height: 23px;
	margin-right: 10px;
	padding: 1px 0 0;
	text-align: center;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	color: #F29839;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
#comments {
	font-family: "PTSansNarrow", Arial, Helvetica, sans-serif;
}
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 100%;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commententry p {
	font-size: 14px;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #03396B;
}
#respond #cancel-comment-reply-link:hover {
	background: #F29839;
}
#commentform {
	margin: 10px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: normal;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 15px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 110%;
	border-bottom: solid 1px #03396B;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 0;
	clear: both;
	width: 100%;
}

#footerSuperior {
	min-width: 960px;
	margin: 0 auto;
	background-color: #AAA;
	color: #FFF;
}
#footerSuperior  .contenidoSuperior{
	width: 860px;
	margin: 0 auto;
	background-color: #0C9;
}
#footerSuperior .logo{
	float: left;
	width: 270px;
	margin: 0 auto;
	padding: 10px 0;
}
#footerSuperior .copyright{
	float: left;
	width: 590px;
	margin: 5px auto 0;
	color: #FFF;
	text-align: center;
}
#footerSuperior .cc{
	float: left;
	width: 180px;
	margin: 0 auto;
	padding: 16px 0;
}

#footerInferior {
	clear:both;
	min-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #DDD;
	color: #333;
}
#footerInferior  .contenidoInferior{
	clear:both;
	width: 860px;
	margin: 0 auto;
}

#footerInferior .footer1{
	float: left;
	width: 190px;
	margin: 0;
	padding: 10px 0;
}

#footerInferior .footer2{
	float: left;
	width: 190px;
	margin: 0 0 0 20px;
	padding: 10px 0;
}

#footerInferior .footer3{
	float: left;
	width: 440px;
	margin: 0 0 0 20px;
	padding: 10px 0;
}

/* back to top */
.back-top {
	clear: both;
	float: left;
	margin-top: -3px;
}
.back-top a {
	background: #000 url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #333;
}

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* footer text */
.footer-text {
	font-size: 90%;
	clear: both;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #03396B;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 15px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
PLUGINS
*************************************************************************************/
div.wp-socializer {
	margin: 30px auto;
}

#rss_links-2 img {
	vertical-align:middle;
	margin-right:5px;
}

#rss_links-2 p {
	margin:0 0 5px;
	padding:0;
}

p.comment-subscription-form  {
	display:block;
	margin-bottom: 5px;
}

p.comment-subscription-form input {
	float:left;
	display:block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

p.comment-subscription-form label {
	display:block;
	vertical-align: middle;
	padding: 0;
	height: 16px;
}

#recaptcha-submit-btn-area {
	margin-bottom: 20px;
}

img#wpstats{display:none}

p.mobile-switch {
	clear: both;
	min-width: 960px;
	text-align: center;
	background-color: #DDD;
	margin: -20px auto;
	padding-bottom: 15px;
}
p.mobile-switch a {
	color: #03396B;
	text-decoration: none;
}
p.mobile-switch a:hover {
	color: #FFF;
	text-decoration: none;
}

.muestraOculta {
	display: none;
	margin: 10px;
	padding: 10px;
	background-color: #FBFBFB;
	border: #EEE 1px solid;
}
#toggleButton1 h4.a {
	color: #03396B;
	text-decoration: none;
	outline: none;
}
#toggleButton1 h4.a:hover {
	color: #F29839;
	text-decoration: none;
}
#toggleImagenCollapse1 {
	display: none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }