/*
	custom.css ? custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

body {
        font-family:Arial,Helvetica,sans-serif;
/*font-family:'lucida grande',tahoma,verdana,arial,sans-serif;*/
        font-size:80%;
}

ul#nav { list-style: none; width:auto; float:right; text-align:right; margin-top:5px; background-color:#de7100; margin-right:20px;}

ul#nav li {
        font-family:Arial,Helvetica,sans-serif;
        font-size:0.9em;
}

.entry	{
	font-family:Tahoma, arial, helvetica, verdana, sans-serif;
	font-size:14px;
	margin-top:0px;
	
}

#sidebar {
	background-color:#efefef;
	margin-top:0px;width:220px;
}
	
#r_sidebar { 
	width: 200px; 
	float: left; 
	margin:0px;
}

ul.sidebar_list {
	padding-left:0pt;
}

li.widget h2, li.linkcat h2 {
	background-color:transparent;
	border-top:0px;
	color:#6FA7C4;
	font-size:12px;
	font-weight:bold;
	font-family:arial, helvetica, verdana, sans-serif;
	letter-spacing:normal;
	margin:2pt 0pt 0.8em;
	padding:0em 1em;
	text-transform:uppercase;
}

#r_sidebar h2  {
	background-color:#fff;
}

li.widget	{
	margin-left:5pt;
}

.tagged {
	color:#6FA7C4;
	font-weight:400;
	background-color:#fff;
	border-bottom:0px solid #DDDDDD;
	border-top:0px solid #DDDDDD;
	clear:both;
	font-size:0.9em;
	line-height:1.6em;
	padding:0px;
	margin:0pt auto;

}

.posts h4	{
	margin:0pt 0pt 0.5em;
}

.posts h4, .tagged  {
	background-image: none
}

.posts h2 {
	color:#FD9F0B;
}

h2 a, h2 a:visited  {
	color:#FD9F0B;
}

h2 a:hover {
	color:#FD9F0B;
	text-decoration:underline;
}

#tag_cloud-2 a {
	font-family: arial, helvetica, sans-serif;
	color:#FD9F0B;
	margin:0pt 3pt;
}

ul#comment_list	{
	border-top:0px solid #BBBBBB;
}

ul#comment_list li.comment {
	border-bottom:1px dotted #BBBBBB;
}

.comment_num {
	font-size:1.0em;
	font-weight:normal;
	padding:0pt 15px 0pt 20px;
	float:none;
}

.comment_num  a, .comment_num  a:visited, .comment_num  a:hover	{
	color:#6FA7C4;
}

.comments_headers {
	color:#6FA7C4;
	font-size:1em;
	font-weight:400;
	margin:0pt auto;
	padding:0pt;
	text-transform:uppercase;
}

p.unstyled {
	font-size:1em;
}

#comment_form {
	padding:0em 0pt 0pt;
}

#titulo_blog 	{
	color:#fff;
        font-family:arial,Helvetica,sans-serif;
        margin:0px auto 0pt 10px;
}

a, a:active, a:focus, a:visited {
	color:#6FA7C4;
	text-decoration:none;
	
}

a:hover {
	color:#FD9F0B;
	text-decoration:underline;
}

.comment .entry p {
	font-size:0.9em;
	margin:0pt 0pt 1em;
}

#comment_form .text_input, #comment_form .text_input:focus {
	border: 1px solid #DDDDDD;
}

#comment_form .form_submit {
	background-color: #CCCCCC;
	border-color:#CCCCCC;
	border-style:double;
	border-width:3px;
	cursor:pointer;
	font-weight:bold;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:1em;
}

#comment_form label {
	color:#6FA7C4;
	font-size:1.2em;
	padding:0pt 0pt 0pt 10px;
}

.revision	{
	font-weight:bold;
	color:#FD9F0B;
}

#tag_cloud {
	line-height:2em;
}

.ddsg-wrapper h2	{
	font-size:12pt;
	background-image:none;
	margin:0pt;
	padding:0pt;
}

.entry a, .entry a:active, .entry a:focus, .entry a:visited{
	color:#6FA7C4;
        text-decoration:none;
}

.entry a:hover {
        color:#6FA7C4;
        text-decoration:underline;
}

.entry p {
	text-align:justify
}

#search_form fieldset {border-width:0px;}
#search_formHeader fieldset {border-width:0px;float:right;padding-right:14pt;}
#search_form .search_input { width: 220px; color: #090; font: normal 0.8em Helvetica, Arial, sans-serif; border: 1px solid #999; text-transform: uppercase;vertical-align:middle ;margin-left:0px}
#search_formHeader .search_input { width: 206px; padding: 3px; color: #6FA7C4;  font: normal 0.8em Helvetica, Arial, sans-serif; border: 1px solid #6FA7C4; text-transform: uppercase;vertical-align:middle}
#search_formHeader  label {color:#FFF;padding: 3px;font: bold 0.9em Helvetica, Arial, sans-serif;text-transform:uppercase;vertical-align:middle}
#search_form label {color:#6FA7C4;font: bold 0.8em Helvetica, Arial, sans-serif;text-transform:uppercase;vertical-align:middle}
#search_formHeader  .ancla{text-decoration:none}
#search_formHeader .search_submit {border-style:solid;border-color:transparent;border-width:0px;color:#FFFFFF;font-family:Helvetica,Arial,sans-serif;font-size:0.8em;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;line-height:normal;padding:3px; vertical-align:middle;background-color:#669999}
#search_form  .search_submit {border-style:solid;border-color:transparent;border-width:0px;color:#FFFFFF;font-family:Helvetica,Arial,sans-serif;font-size:0.9em;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;line-height:normal;padding:3px; vertical-align:middle;background-color:#669999}

h2.archive_head {
	border-top:0px solid #000000 !important;
}

#masthead_fil_inf {
	border-top:0px solid #FFFFFF;
}

#autometadata	{
	float:left;
	text-align:left;
	color:#aaa;
}

.dublincore {
}
.dublincore img{
	float:left;
	padding-right:5px;
}

a img {
	vertical-align:middle;
}

#footer	{
	height:30px;
}

#content {
	padding-right:15px;
        width:515px;
}

.author	{
	text-align:right;
	font-family:arial,georgia, sans-serif;	
	color:#aaa;
	font-style:italic;
	font-size: 1.2em;
}

.pages h2, h2.page_header {
	color:#FD9F0B;
	background-image:none;
	border-bottom:1px solid #DDDDDD;
	margin:0pt 0pt 0.75em;
	padding:0pt 0pt 0.6em;
}

.tagged a:hover {
	background-color:transparent;
	color:#FD9F0B;
	text-decoration:underline;
}

#masthead h1 {
	border-top:0px;
	padding:0pt;
	font-size: 50px;
}

.perfil	{
	text-align:justify;
	vertical-align:top
}

.perfil img	{
	float:left;
	margin-right:6px;
	margin-top:2px
}

li.widget li, li.linkcat li {
	margin:0pt 6pt 0.7em;
}

.previousSmall, .nextSmall	{
	font-size:0.8em;
}

.whitespace {
	margin:0pt 0pt 2em !important;
}

.menupie {
	color:#333;
	margin:10px 0pt 0pt 10px;
	text-align:center;
}
.menupie ul {
	display:block;
	margin:0pt auto;
	width:90%;
}

.menupie ul li {
	border-left:1px solid #333;
	margin-left:5px;
	padding-left:7px;
	display:inline;
	list-style-type:none;
}

.menupie ul li.primero {
	border-left:0px;
}

.menupie ul li a , .menupie ul li a:visited {
	color:#333;
}

#masthead_fil_sup {width:auto; height:35px; background-color:#fd9f0b; background-image:url(images/fd_fil_sup.png); background-repeat:repeat-x; border-left:30px solid #dc7e10;}

#masthead_fil_med {
	margin:0px 0px 0px 0px; padding:8px 0px 15px 20px; text-align:left; height:85px; background-image:url(images/Blog.jpg); background-repeat:repeat-x; border-top:2px solid #fff; background-position:60% 0%;
}

.megusta{height:30px}



