* { /*global reset*/
	margin: 0;
	padding: 0;
	}
body {
	background: #3E3941 url(assets/images/bck_all.jpg) repeat-x left top;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	}
h1 , h2 , h3 , h4 {
	font-family: verdana, sans-serif;
	}
h1 , h2 , h3 {
	
	}
h1 {
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
	font-size: 22px;
	text-align: right;
	color: #FB7323;
	}
h2 {
	width: 200px;
	margin-bottom: 0px;
	color: #FB7323;
	font-size: 1.6em;
	font-weight: normal;
	}
h2.pagetitle {
	width: 100%;
	}
h3 {
	font-size: 1.9em;
	font-weight: normal;
	margin: 0 0 10px 0;
	margin-top: 40px;
	background: #1E1D1F;
	color: #ccc;
	padding: 4px 90px 4px 20px;
	clear:both;
	border-left: 4px solid #FB7323;
	}
h3 a:hover {
	color: #FFF;
	text-decoration: none;
	}
h3.nou {
	border-bottom:  none;
	}
h4 {
	border-bottom: 1px solid #444;
	color: #FB7323;
	font-size: 1.3em;
	}
h5 { /*date*/
	float: right;
	display: block;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
	}
p { 
	line-height: 130%;
	margin-bottom:20px;
}
#rap {
	width: 910px;
	margin: 0 auto;
	background:#3E3941 url(assets/images/bck_cuerpo.jpg) no-repeat top left;
	border-left: 1px solid #343336;
	border-right: 1px solid #343336;
	}
#wrapper {
	width: 100%;
	}
a , a:visited {
	color: #CCC;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	text-decoration: underline;
	}
img {
	border: none;
	}
abbr  {
	border: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.print {
	display: none;
	}
/**----------------------------**/

/** Header
------------------------------**/

#cab {
	float: right;
	margin-top:22px;
	margin-right: 38px;
}	
.description {
	margin-right: 14px;
	font-size: 16px;
	text-align: right;
	color: #666;
	}

/*Icons*/
#head li , #head li a {
	float: left;
	width: 24px;
	height: 33px;
	list-style: none;
	}
#head ul {
	margin-left: 5px;
	}
#head li {
	margin: 8px 0 0 0;
	}
#head li span {
	display: none;
	}
#head li#home a {
	background: transparent url(assets/images/icons.png) no-repeat 0px 0px;
	}
#head li#home a:hover {
	background: transparent url(assets/images/icons.png) no-repeat 0px -33px;
	}
#head li#print a {
	background: transparent url(assets/images/icons.png) no-repeat -24px 0px;
	}
#head li#print a:hover {
	background: transparent url(assets/images/icons.png) no-repeat -24px -33px;
	}
#head li#contact a {
	background: transparent url(assets/images/icons.png) no-repeat -48px 0px;
	}
#head li#contact a:hover {
	background: transparent url(assets/images/icons.png) no-repeat -48px -33px;
	}
/**----------------------------**/

#cab {
	float: right;
	margin-top:22px;
	margin-right: 38px;
}

#english {
	float: left;
}

/* MENU */
#menu {
	background:transparent url(assets/images/bck_menu.gif) repeat-x bottom left;
	width: 910px; 
	height: 75px;
	border-bottom: 1px solid #343336;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 20px;
}
#menu ul li {
	float:left;
	margin-left: 15px;
	width:auto;
}
#menu ul li img {
	height:28px;
}
.menu_aux { 
	height: 50px;
}
#menu .activo {
	background: url(assets/images/menu_activo.png) no-repeat center top !important;
	background-image: none; 
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="css/i/menu_activo.png", sizingMethod="image");*/
}

/** Menu
------------------------------ **/
#sidebar {
	float: left;
	width: 180px;
	margin-top: 20px;
	}
#sidebar a {
	padding: 3px;
	color: #808080;
	text-decoration: none;
	}
#sidebar a:hover {
	padding: 3px;
	color: #eee;
	text-decoration: none;
	}
#sidebar ul , #menu li#search {
	margin-bottom: 10px;
	}
#sidebar li {
	margin-left: 10px;
	list-style: none;
	padding: 3px;
	}
#sidebar li#search h2 {
	margin-bottom: 5px;
	}

/**----------------------------**/

/** Postbody
------------------------------**/
#postbody {
	float: right;
	width: 635px;
	margin-right: 48px;
	text-align: left;
	border-left: 1px dashed #545454;
	padding-left:20px;
	}
.post {
	margin: 0 0 3em 0;
	}
.premeta {
	padding: 3px 0;
	border-bottom: 1px dashed #222;
	}
.premeta .famdat {
	color: #bbb;
	}
.postmeta {
	padding: 3px 0;
	border-top: 1px dashed #222;
	}
.storycontent {
	padding: 3px 10px;
	}
.storycontent p {
	font-size: 1.3em;
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.35em;
	}
.storycontent img {
	margin: 10px;
	border: 8px solid #302E33;
	}
.storycontent a:hover img { /*why does this not work in IE while the Flickr hover does??*/
	border: 8px solid #55515A;
	}
	
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.storycontent ul {
	list-style: disc;
	list-style-position: inside;
	}
.storycontent ol {
	list-style: decimal;
	list-style-position: inside;
	}
.storycontent li {
	padding-left: 10px;
	}
#nav , .nav{
	margin: 0 auto;
	padding: 0 0 35px 0;
	text-align: center;
	}
#navtop , .navtop{
	margin: 0 auto;
	padding: 10px 0 35px 0;
	text-align: center;
	}
blockquote {
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #444;
	border-left: 10px solid #444;
	font-style: italic;
	background: #202020;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font-family: 'Courier New', Courier, Fixed;
	font-size: 1em;
	}
	
/*famfamfam Icons*/
/* If you wish to remove the icons in the postbody, delete this code*/
.famdat , .famaut , .famtag , .famtab , .famedt , .famcom , .famlst {
	padding: 2px 0 2px 18px;
	}
.famdat {
	}
.famaut {
	background: url('assets/images/author.png') left center no-repeat;
	}
.famtag {
	margin-top: 2px;
	background: url('assets/images/tag.png') left center no-repeat;
	}
.famtab {
	margin-top: 2px;
	background: url('assets/images/tab.png') left center no-repeat;
	}
.famedt {
	background: url('assets/images/edit.png') left center no-repeat;
	}
.famcom {
	background: url('assets/images/comment.png') left center no-repeat;
	}
.famnxt {
	padding: 2px 20px 2px 0;
	background: url('assets/images/next.png') right center no-repeat;
	}	
.famlst {
	background: url('assets/images/last.png') left center no-repeat;
	}

/* Comments */
ol#commentlist {
	padding-left: 25px;
	}
ol#commentlist li {
	padding-top: 3px;
	margin: 20px 0;
	list-style-position: outside;
	list-style-type: decimal;
	}
.commenttext {
	margin-bottom: 2px;
	padding: 0;
	border-bottom: 1px dashed #222;
	}
.commenttext p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.25em;
	}
/**----------------------------**/

/** Footer
------------------------------**/
#foot {
	clear: both;
	margin: 0 16px;
	padding: 10px 0; 
	text-align: right;
	}
#foot p {
	margin: 7px 0;
	font-size: .9em;
	}
#foot img {
	vertical-align: bottom;
	}
	
/* PIE */
#pie {
	background:#000 url(assets/images/bck_pie.gif) repeat-x top left;
	width: 910px; 
	margin:0 auto; 
	height: 275px;
	text-align: center;
}	
#pie .contacto{
	margin-top:25px;
}
/**----------------------------**/

/** Forms
------------------------------**/
form fieldset {
	margin-bottom: 10px;
	border: none;
	}
form label {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	margin:4px;
	color: #999;
	}
form textarea {
	background: #202020;
	border: none;
	color: #FFF;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding:10px;
	}
form input.text{
	background: #202020;
	border: none;
	color: #FFF;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding:10px;
}
form input.button , form input#gobutton {
	padding: 4px;
	background: #202020;
	color: #999;
	border: 1px solid #444;
	font-size: 1.2em;
	cursor: pointer;
	}
form input#gobutton {
	height: 20px;
	padding: 0 3px;
	}
form input.button:hover , form input#gobutton:hover {
	background: #333;
	}
form fieldset ol {
	margin: 0;
	padding: 0;
	}
form fieldset li {
	display: block;
	list-style: none;
	padding: 5px;
	margin: 0;
	overflow: auto;
	}
form em { /*Intended for "*" to indicate required field*/
	font-weight: bold;
	font-style: normal;
	color: #FB7323;
	}
/**----------------------------**/

/** sIFR
------------------------------**/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	
/* LATEST POSTS */

.fondo_cab {
	width: 910px;
	height: 302px;
	margin-bottom: 30px;
	background:#1E1D1F url(assets/images/cab_personas.jpg) no-repeat top left;
}

#latest_posts {
	float: right;
	z-index: 99;
	width: 300px;
	width: 220px;
	padding: 10px 50px 30px 50px;
}

ul.bolo_orange {
	list-style-image: url(assets/images/bolo_orange.gif);
	font-size: 13px;
}
ul.bolo_orange li{
	margin-bottom:4px;
}
ul.bolo_orange a {
	color: #B0B0B0;
	text-decoration:none;
}
ul.bolo_orange a:hover {
	color: #FFF;
}


.color1 {
background-color: #4B4850;
padding:5px;
}
.color2 {
background-color: #3A383C;
padding:5px;
} 
.admincomment  {
background-color: #1E1D1F;
}
.gravatar {
float: left;
margin: 10px;
border: 8px solid #302E33;
}