/***********************************************************************************************
    Theme Name: Tema Personal                                                               
    Description: Pagina completa con menu flotante                                          
    Version: 2.0                                                                            
    Author: Frank M.                                                                        
    Tags: Naranja, Una única página, Tamaño autoajustable, Menu flotante y fijo, CSS Valido 
***********************************************************************************************/

body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background: #edca4c url(images/fondo.jpg) repeat;
	border:0px yellow solid;
}

img {
  max-width: 600px;
  max-height: 600px;
  padding:5px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

a {color:#5A6B1E;text-decoration: underline;}
a:hover {color: #5A6B1E;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #5A6B1E; width:90%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 160px;
   margin-right: 170px;
   
   border-width: 4px;
   border-style: solid;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
   
}
.clear {clear:both;}
.spacer {height:10px;}
/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	border:0px blue solid;
}

#base{
	padding:0;
	width:100%;
	padding:30px 10px 0 10px;
	border:0px red solid;
}

#header{
    margin-top: 10px;
    position:relative;
	width: 98%;
	height: 150px;
	background:#0000AC url('images/header_bg.jpg') no-repeat bottom;
}

#container{
    position:relative;
	overflow:hidden;
	width:98%;
}

#content{
	float:left;
	display:inline; 
	width:100%;
	overflow:hidden; 
	padding: 0 15px 0 10px;
	border:0px red solid;
}
/*######### header ############*/
#blogtitle {
	position:absolute; 
	top:90px;
	width:100%;
	font-family: Arial,Verdana; 
	font-size:40px; 
	font-weight:bold;
	text-align:center;
	color:#000000;
	border:0px red solid;
	overflow:hidden;
	
}

#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana; 
	font-weight:bold;
	color:#000000; 
	text-decoration:none;
}
	
#subtitle {
	position:absolute;
	overflow:hidden; 
	font-family: Tahoma,Arial, Verdana; 
	width:100%; 
	height:45px;
	top:125px; 
	text-align:center; 
	font-size:20px;
	letter-spacing: 2px;
	color:#ff0000; 
	font-style:italic;
	border:0px red solid;
	line-height:1.1em;
}



/***** content *****/

.archivetitle {
	height:20px;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:100%;
	margin:0 0 20px 0;
	border:0px red solid;
}	

.post_top{
	margin-top:40px;
    position: relative;
	border-top:8px #5A6B1E solid;
	border-right: 2px #5A6B1E solid;
	border-left: 2px #5A6B1E solid;
	border-bottom: 2px #5A6B1E solid;
	height:30px;
	background: #c6c6c6;
}
.post_bottom{
	margin: 0 50px 0 50px;
	height:3px;
	background:url(images/line.jpg) repeat-x bottom;
}	
.posttitle{
	position:absolute;
	top:0px;
	left:5px;
	font-size:24px;
	font-family:arial;
    font-weight: bold;
	color:black;
	border:0px black solid;
}
.posttitle a{
	font-family:arial;
    font-weight: bold;
	color:black;
	text-decoration:none;
    
}
.posttitle a:hover{
	font-family:arial;
	text-decoration:underline;
	color:black;    
}
.date {
	position:absolute;
	font-family:arial;
	top:24px;
	right: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.author{
	position:absolute;
	font-family:arial;
	font-size:11px;
	top:24px;
	left:5px;
}
.author a{
	text-decoration:none;
}
.author a:hover{
		text-decoration:underline;
}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
	color: #000000;
	line-height: 2.6em;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}

.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}


.sorry {
	font-size: 14px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}

.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}

.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-block-image{
  display:flex;
  justify-content: center;
}

.wp-block-video{
  display:flex;
  justify-content: center;
}


video {
  max-width: 600px;
  max-height: 600px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}


.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

