/*
Hoja de Estilos CSS para Fernan.biz
http://www.fernan.biz
Nombre del Theme: Minimal (Spanish)
Theme URI: http://www.themelab.com/free-wordpress-themes/
Descripci&oacute;n: Dise&ntilde;ado por <a href="http://www.dannisbet.com">DanNisbet.com</a>.  WordPresseado por <a href="http://www.themelab.com">Theme Lab</a>. Traducido por <a href="http://www.fernan.com.es">Fernan.com.es</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

/* Elementos Body */
body {
background-color:#fff;
color:#aaa;
margin-top:5px;
margin-bottom:5px;
font-size:.85em;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
}

#container {
width:900px;
margin:10px auto 10px auto;
padding:10px;
}

#menu {
float:left;
width:300px;
padding:10px 10px 10px 10px;
background-repeat:no-repeat;
text-align:right;
border-color:#fff;
border-width:0px 1px 0px 0px;
border-style:solid;
}

#menu ul {
list-style-type:none;
}

#menu li {
padding-bottom:5px;
padding-right:0px;
}

.logo1 {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight:lighter;
font-size:3em;
}

.logo2 {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:4em;
color:#fff;
}

#content {
float:right;
padding:10px;
width:500px;
border-color:#fff;
border-width:1px;
border-style:solid;
}

#footer {
clear:both;
width:900px;
height:20px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
color:#fff;
font-size:1em;
text-align:right;
}

/* Efectos Texto */

#footer a {
color:#717171;
}

#main {
clear:both;
width:500px;
height:500px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
color:#aaa;
border-color:#aaa;
border-width:0px;
border-style:solid;
font-size:1em;
text-align:none;
}

a {
color:#aaa;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

a:hover {
color:#fff;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

h1 {
color:#aaa;
font-size:4.85em;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h1:hover {
color:#fff;
font-size:4.85em;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
color:#f00600;
font-size:2.85em;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

h3 {
color:#aaa;
font-size:.85em;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

/* Efectos Elementos 
input, select, textarea {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
width:500px;
color: #fff;
background: #555;
}
*/

input:hover, select:hover, textarea:hover {
background: #555;
}

form {
width:500px;
margin:0 auto;
float:left;
}

blockquote {
width:80%;
border-color:#fff;
border-width:1px;
border-style:solid;
background-color:#000;
padding:0px 15px 0px 15px;
}

.commentlist {
border-color:#fff;
border-width:1px;
border-style:solid;
background-color:#000;
}

hr {
width:100%;
height:0;
border:0;
}

/*
img {
border-color:#fff;
border-width:1px;
border-style:solid;
}
*/

a img{
border-color: transparent;
border-width:1px;
border-style:solid;
opacity: 0.5;
filter: alpha(opacity=50);
filter: alpha(opacity=50);
  -moz-opacity: 0.5; 
  -khtml-opacity: 0.5;
}

a:hover img{
border-color: transparent;
border-width:1px;
border-style:solid;
opacity: 1.0;
filter: alpha(opacity=100);
filter: alpha(opacity=100);
  -moz-opacity: 1.0; 
  -khtml-opacity: 1.0;
}


/* Menu Red */
#menu {
background-image:url("images/menu_red.png");
}

.logo1{
color:#f00600;
}

input, select, textarea {
border: 1px solid #f00600;
background: #000;
}

hr {
border-top:2px solid #f00600;
}



