/* Begin Typography & Colors */

body {
	color: #000;
	text-align: left;
	font-size: 75%; /* Resets 1em to 10px */
	font-family:'Cutive Mono', Courier New, Courier, monospace;
}

#content {
	float: left;
	font-size: 1.2em;
	width:100%;
	margin:0;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
    float:left;
    width: 560px;
}

.widecolumn {
	line-height: 1.47em;
}

.narrowcolumn .postmetadata {
	text-align: left;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

#footer {
	border: none;
}

small {
	font-family: 'Cutive Mono', Courier New, Courier, monospace;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	display: table;
	padding: 1px;
	margin-bottom: 10px;
	font-weight: 400;
    font-size: 13px;
	line-height: 14px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
}

#sidebar h2 {
	font-size: 1.2em;
	display:none;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

#sidebar {
	font-family: 'Cutive Mono', Courier New, Courier, monospace;
    font-size: 12px;
    line-height: 13px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font-family: 'Cutive Mono', Courier New, Courier, monospace;
    font-size: 1.1em;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
	
a, h2 a:hover, h3 a:hover {
	color: #ff2222;
	text-decoration: none;
    outline:0;
}
	
.btnhome a {
	position: absolute;
	top:30px;
	left:75px;
	width: 200px;
	height: 200px;
	background-image: url('http://www.leonardoflores.com/v1/wp-content/themes/leoflores/images/btnhome.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	z-index: 100;
}	

/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
    min-height:2580px;
    background: #fff20d url('images/background.jpg') no-repeat;
}
	
#page {
	margin: 0 20px;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	height: 260px;
	width: 380px;
	margin-bottom: 100px;
	background: url('images/head.gif') no-repeat;
}

#header a {
    height: 260px;
	width: 380px;
    display:block;
}

#headerimg {
	margin: 0;
	height: 260px;
	width: 100%;
}

.excerptcolumn {
	margin: 0;
	float: left;
	width: 360px;
	margin-right:20px;
	height: 100%;
}

.excerptcolumn p {
	margin: 0;
	padding: 1px;
	color: #000;
	background: #fff;
	display:inline;
}

.excerptcolumn p iframe {
	margin: 0;
	padding: 0;
	display:list-item;
}

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 100%;
}

.widecolumn {
	padding:0;
	margin:0;
	width: 460px;
}

.post {
	margin: 0;
	text-align: left;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
	
.wraper {
 clear: both;
 height: 0px;
 font-size: 0px;
 line-height: 0px;
}

/* End Structure */

/* Begin Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: block;
}

img.alignleft {
	display: block;
}

/* End Images */

/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry p {
	float: left;
	margin: 0;
    width:100%;
    color: #000;
}

.entry p img {
	padding: 0;
    margin-top: 100px;
    margin-bottom: 25px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
    padding: 0;
	width:180px;
	list-style:none;
    background-color:#ffffff;
}

#sidebar ul ul li, #sidebar ul ol li a {
	display: inline-block;
	margin:7px 8px 10px 7px;
	margin: collapse;
}

.page-item-11 a {
	border-bottom: 2px solid #2bfe01;
}

.page-item-2 a {
	border-bottom: 2px solid #ffe400;
}

.page-item-13 a {
	border-bottom: 2px solid #c0c0c0;
}

.addthis_toolbox {
	padding: 5px;
}
	
/* End Entry Lists */

/* Begin Sidebar */

#sidebar {
	float: left;
	text-align:left;
	display: inline;
	width:100%;
	margin-bottom: 20px;
}

#sidebar form {
	margin: 0;
}

/* End Sidebar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */


/* Work Thumbs */

#thumbs-content {
	position: relative;
	z-index: 2;
	max-width: 1420px;
	margin-top: 20px;
}

#thumbs-content * {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #000;
    text-align: center;
}

#thumbs-content .block {
	display: block;
	float:left;
	margin:0 7px 7px 0;
}

#thumbs-content p {
	margin: 5px 0;
}

#thumbs-content label {
	cursor: pointer;
	font-weight: 700;
}

#thumbs-content .thumbnail a {
	background-color: #FFFFFF;
	padding: 7px 7px 0 7px;
	min-height: 230px;
	display:block;
}

#thumbs-content .thumbnail img {
	display: block;
	border: 0;
	margin-bottom:7px;
}

#thumbs-content .thumbnail p {
	margin-bottom: 0;
	padding-top:5px;
	color: #fff;
	text-align: center;
	font-size:16px;
}

#thumbs-content input.thumbs-text,
#thumbs-content textarea {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	width: 500px;
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background: #f1f1f1
}

#thumbs-content textarea {
	height: 70px;
}

#thumbs-content .thumbnail .post-categories li {
	list-style-type:none;
}

#thumbs-content .thumbnail .post-categories li a {
	margin:0;
	padding:0;
}


/* GALERĶA */

.content-gallery {
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

/* END GALERĶA */


/* CAMPOS PERSONALIZADOS */

#thumbs-content .subtitle {
	font-size: 11px;
	line-height: 12px;
	color:#999999;
	font-weight: 400;
}

#thumbs-content .rockart {
	color: black;
	background-color:#2ebef0;
	font-weight: 400;
	display: inline;
}

#thumbs-content .jazz {
	font-weight: 400;
	text-decoration: blink;
	color:#003d98;
}

#thumbs-content .bold {
	font-weight: 700;
}

#thumbs-content .lima {
	color: #70d000;
}

#thumbs-content .cyan {
	font-size: 11px;
	color: #00a0df;
}

#thumbs-content .rojo {
	font-size: 11px;
	color: #ff0000;
}

#thumbs-content .azul {
	font-size: 11px;
	color: #449ce7;
}

#thumbs-content .book01 {
	color:#00d205;
	font-size: 11px;
	font-weight: 700;
	display: block;
	text-align: right;
}

#thumbs-content .book02 {
	color:#ff0000;
	font-size: 11px;
	font-weight: 700;
	display: block;
	text-align: right;
}

#thumbs-content .book03 {
	color:#8a00ff;
	font-size: 11px;
	font-weight: 700;
	display: block;
	text-align: right;
}

#thumbs-content .book04 {
	color:#008aff;
	font-size: 11px;
	font-weight: 700;
	display: block;
	text-align: right;
}

#thumbs-content .aiguafreda a, .aiguafreda a:visited {
	background-color:black;
	color:#ff225b;
}

#thumbs-content .backinblack a, .backinblack a:visited {
	background-color:black;
	color:white;
}

#thumbs-content .backinred a, .backinred a:visited {
	background-color:#e12d26;
	color:white;
} 

#thumbs-content .backinblack a:hover {
	background: white url('images/black-thumbnail-invert.jpg') no-repeat;
	color:black;
}

#thumbs-content .backinblack a:hover img {
	opacity: 0;
} 

#thumbs-content .yellinback a, .yellinback a:visited {
	background-color:#cbdddc;
}

#thumbs-content .gris a, .gris a:visited {
	background-color:#cbdddc;
	color: #ffffff;
	font-weight: 400;
}

#thumbs-content .rojo a, .rojo a:visited {
	background-color:#ff3636;
	color: #ffffff;
	font-weight: 400;
}

#thumbs-content .water a, .water a:visited {
	background-color:#000000;
	color: #9bc5e2;
	font-weight: 400;
}

#thumbs-content .hover01 a:hover {
	background-color:#23a6e4;
}

#thumbs-content .hover01 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover02 a:hover {
	background-color:#2f8347;
}

#thumbs-content .hover02 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover03 a:hover {
	background-color:#ffa000;
}

#thumbs-content .hover03 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover04 a:hover {
	background-color:#f7124d;
}

#thumbs-content .hover04 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover05 a:hover {
	background-color:#44e77c;
}

#thumbs-content .hover05 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover06 a:hover {
	background: black url('images/drawings-thumbnail-hover.jpg') no-repeat;
	color: #f7124d;
}

#thumbs-content .hover06 a:hover img {
	opacity: 0;
}

#thumbs-content .hover07 a:hover {
	background-color:#fadd00;
}

#thumbs-content .hover07 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover08 a:hover {
	background-color:#5c3618;
}

#thumbs-content .hover08 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover09 a:hover {
	background-color:#2bd4d1;
}

#thumbs-content .hover09 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover10 a:hover {
	background-color:#ff3300;
}

#thumbs-content .hover10 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover11 a:hover {
	background-color:#3a454a;
}

#thumbs-content .hover11 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover12 a:hover {
	background-color:#2EBEF0;
}

#thumbs-content .hover12 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover13 a:hover {
	background-color:#000;
	color:#fff;
}

#thumbs-content .hover14 a:hover {
	background-color:#ff7c00;
}

#thumbs-content .hover14 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover15 a:hover {
	background-color:#b2160b;
}

#thumbs-content .hover15 a:hover img {
	opacity: 0.5;
}

#thumbs-content .hover16 a:hover {
	background-color:#ffffff;
}

#thumbs-content .hover17 a:hover {
	background-color:#3b5999;
}

#thumbs-content .hover18 a:hover {
	background-color:#ff3f00;
}

#thumbs-content .hover19 a:hover {
	background: black url('images/drawings2-thumbnail-hover.jpg') no-repeat;
	color: #70d000;
}

#thumbs-content .hover19 a:hover img {
	opacity: 0;
}

#thumbs-content .hover20 a {
	color: #ea3428;
}

#thumbs-content .hover20 a:hover {
	background: black url('images/drawings3b.jpg') no-repeat;
	background-position: 7px 7px;
	color: #ea3428;
}

#thumbs-content .hover20 a:hover img {
	opacity: 0;
}

#content .backtypo p {
	background-color: white;
	display: block;
	max-width:560px;
}

#formulario {
	float: left;
	padding: 15px;
	width: 210px;
	height: 207px;
	background:url('images/backnews.jpg') no-repeat top right #ffffff;
}

#formulario label {
	font-size: 13px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: #ffffff;
	margin: 5px 0;
}

#formulario input[type=text] {
	margin: 5px 0;
	padding: 2px 0;
	width: 205px;
	height: 23px;
	color: #000;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: none;
	border: 1px solid #000;
}

#formulario input[type=submit] {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	background: none;
	border: none;
	color: #000;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 700;
	cursor: pointer;
}

#formulario .alertaError {
	float: left;
	margin: 10px 0 69px 0;
	padding: 2px;
	color:red;
	background: #ffffff;
}

#formulario #enviandoSuscripcion {
	float: left;
	margin: 10px 0 129px 0;
	background: #ffffff;
}

#title-form {
	display: inherit;
	margin-top: 112px;
	font-size: 13px;
	font-weight: 400;
	color:#f00a30;
	text-align: center;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	background: none;
}

.galeria-jpm {
    width: 100%;
    height: 100%;
}