/* --------------------------------
   General
----------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*iepngfix htc*/
img, div, input { behavior: url("../iepngfix.htc") }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #dadada url('../img/body_tdg_acero_1.jpg') repeat-x top fixed;
	color: #444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 20px;
}

small,.small {font-size: 0.9em;}

a {
	color: #990000;
	text-decoration: underline;
	padding: 0px 2px;
	border:0px;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	/*background-color:#CC9999;*/
}

/*p {padding: 0.2em 0 1.2em;}*/
p{ padding:0px}

blockquote, code {
	/*background: #4A4A4A;*/
	/*border: 1px solid #333;*/
	/*color: #BBB;*/
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	/*background: url('../img/quote.gif') no-repeat left top;*/
	padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}

th {background: #CC0000 url('../img/navigation_red.jpg') repeat-x; color:#fff; text-align:center}

.tabprod {border:1px solid #660000; background:#f4f4f4}
.tabrow {background: #D2D2D2}
/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em Georgia,sans-serif;}
h2 {font: normal 1.8em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif; color:#990000; border-left: 15px solid #990000; padding-left:10px;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin: 15px 0px;}


/* --------------------------------
   Main layout
----------------------------------- */

.clean {clear:both;}

#paper_left {
	/*background: url('../img/paper_left.gif') no-repeat left top;*/
	margin: 0 auto;
	padding-bottom: 34px;
	width: 950px;
}
#paper_right {
	/*background: url('../img/paper_right.gif') no-repeat right bottom;*/
}

#layout_wrapper {
	background: #50504A url('../img/grain_dark.gif');
	margin: 0 auto;
	width: 950px;
}
#layout_container {padding: 5px;}
#layout_content {border: 1px solid #333;}

#header_image {
	height: 250px;
	background: #222 url('../img/cab_2.jpg') center bottom no-repeat;
	border-bottom: 1px solid #222;
	border-top: 1px solid #111;
}

#header_image_peq {
	height: 120px;
	background: #222 url('../img/cab_2.jpg') center bottom no-repeat;
	border-bottom: 1px solid #222;
	border-top: 1px solid #111;
}

/* --------------------------------
   Site title
----------------------------------- */

#site_title {
	padding: 12px 20px;
	background:url(../img/bg_sitetitle.jpg) bottom right no-repeat #FFFFFF;
	height:80px;
}
#site_title h1 	{
	color: #990000;
	font: normal 3em Georgia,sans-serif;
	margin: 0 0 0px;
}
#site_title h2 {
	color: #666666;
	font: normal 1.1em sans-serif;
	margin: 0;
}

#site_title a {
	text-decoration: none;
}
#site_title a:hover {
	text-decoration: underline;
}

#site_title #left{
	float:right;
	clear:both;
	position:relative;
	width:400px;
	margin-top:-5px;
	right:-10px;
	padding:0px;
	font-size:11px;
	}
	
#site_title #left ul li{
	list-style:none;
	}
	
#site_title #left img{
	margin:0px 3px;
	vertical-align:bottom;
	}
	
#site_title #left .col1{
	position:relative;
	width:auto;
	float:left;
	margin-right:30px;
	}

#site_title #left .col2{
	position:relative;
	width:auto;
	float:left;
	margin-right:5px;
	}
	
#site_title #left .col3{
	position:relative;
	width:auto;
	float:right;
	}

/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #353535 url('../img/navigation_red.jpg') repeat-x;
	border-bottom: 1px solid #640007;
	border-top: 1px solid #D90000;
}
.navigation ul {
	display: inline; 
	margin: 0; 
	/*position:relative;    COMENTADO POR ALBERTO*/
	}
.navigation ul li {
	border-right: 1px solid #640007;
	float: left;
	list-style: none;
}
.navigation a {
	color: #fff	;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 10px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: #990000;
	color: #EEE;
}

.subnavigation ul {
	display:inline;
	background:#303038;
	float:left;
	width:100%;
	border-top:1px solid #151515;
	padding:0px;
	margin:0px;
	}

.subnavigation ul li {
	text-align:left;	
	border-right:1px solid #060606;
	list-style: none;
	float:left;
	}

.subnavigation a {
	color:#FFFFFF;
	display:block;
	border-top:1px solid #666666;
	border-bottom:1px solid #060606;
	font-weight:normal;
	padding: 10px 14px;
	}

.subnavigation ul li a:hover {
	background-color: #1F1F1F;
	text-decoration:none;
	}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}

/* -------------------- INN NAVIGATION ------------------------ */

#inn_navigation ul {
	position:relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#inn_navigation ul li {
	position:relative;
	font:12px Verdana, sans serif;
	width:182px;
	text-align:right;
	display:block;
	background-color:#333333;	
	border-right:1px solid #060606 ;
}

#inn_navigation ul li a {
	text-decoration:none;
	display:block;
	color:#fff;
	padding:10px;
	border-top:1px solid #45454F;
	border-bottom:1px solid #060606 ;
	height:35px;
	padding:8px;
}

#inn_navigation ul li a:active {
	color:#fff;
	text-decoration:none;
	display:block;
	}

#inn_navigation ul li a:visited {
	/*color:#fff;*/
	text-decoration:none;
	display:block;
	}

#inn_navigation ul li a:hover {
	color:#000000;
	text-decoration:none;
	background: #999 url('../img/navigation_inn_gris.jpg') repeat-x;
	display:block;
	}

#inn_navigation ul li .nav-selected{
	color:#fff; 
	background: #cc0000 url('../img/navigation_red.jpg') repeat-x;
	}

#inn_navigation ul ul {
	display:none; 
	left:183px;
	top:0;
	width:280px;
	position:absolute;
	background:#303038;	
	z-index:250;
	}

#inn_navigation ul ul li, #inn_navigation ul ul ul li{
	font:12px Verdana, sans serif;
	text-align:left;
	width:100%;	
	border-left:1px solid #45454F;
	position:relative;
	}

#inn_navigation ul ul li a, #inn_navigation ul ul ul li a {
	width:100%;
	border-top:1px solid #45454F;
	border-bottom:1px solid #060606;
	border-right:1px solid #060606;
	padding-right:none;
	color: #999;
	background: #444444 url('../img/navigation_gris.jpg') repeat-x;
	}

#inn_navigation ul ul li a:active, #inn_navigation ul ul ul li a:active 	
#inn_navigation ul ul li a:link, #inn_navigation ul ul ul li a:link 
#inn_navigation ul ul li a:visited, #inn_navigation ul ul ul li a:visited {
	color:#999;
}

#inn_navigation ul ul li a:hover, #inn_navigation ul ul ul li a:hover {
	color:#000000;
	padding-right:none;
	background: #999 url('../img/navigation_inn_gris.jpg') repeat-x;
	width:100%;
	display:block;
	}
	
#inn_navigation ul ul li .nav-selected{
	color:#000000; 
	background: #999 url('../img/navigation_inn_gris.jpg') repeat-x;
	}
	
/*#inn_navigation ul ul li .nav-selected, #inn_navigation ul ul li a .nav-selected, #inn_navigation ul ul ul li a .nav-selected {
	color:#000;
}*/

#inn_navigation ul li:hover ul {
	display:block;
	}	
	
#inn_navigation ul ul li:hover ul {
	display:block;
	}	

/*#inn_navigation ul li:hover {
	_margin-bottom:-2px;
}	*/

#inn_navigation ul ul li a:hover,  {
	border-top:1px solid #45454F;
	border-bottom:1px solid #060606;
	}

#inn_navigation ul ul ul {
	display:none;
	position:absolute;
	left:301px;
	top:0;
	background:#303038;
	width:280px;
	z-index:250;
	}
	
#inn_navigation ul li:hover ul ul{
display:none;
}

#inn_navigation ul ul li:hover ul,
#inn_navigation ul ul ul li:hover ul
{display: block;}


/* -------------------- INN NAVIGATION Z ------------------------ */

#inn_navigation_z ul {
	position:relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#inn_navigation_z ul li {
	position:relative;
	font:12px Verdana, sans serif;
	width:182px;
	text-align:right;
	display:block;
	background-color:#333333;	
	border-right:1px solid #060606 ;
}

#inn_navigation_z ul li a {
	text-decoration:none;
	display:block;
	color:#fff;
	padding:10px;
	border-top:1px solid #45454F;
	border-bottom:1px solid #060606 ;
	height:35px;
	padding:8px;
}

#inn_navigation_z ul li a:active {
	color:#fff;
	text-decoration:none;
	display:block;
	}

#inn_navigation_z ul li a:visited {
	/*color:#fff;*/
	text-decoration:none;
	display:block;
	}

#inn_navigation_z ul li a:hover {
	color:#000000;
	text-decoration:none;
	background: #999 url('../img/navigation_inn_gris.jpg') repeat-x;
	display:block;
	}

#inn_navigation_z ul li .nav-selected{
	color:#fff; 
	background: #cc0000 url('../img/navigation_red.jpg') repeat-x;
	}

#inn_navigation_z ul ul {
	/* ABAJO */
	background:#303038;	
	z-index:99;
	}

#inn_navigation_z ul ul li, #inn_navigation_z ul ul ul li{
	font:12px Verdana, sans serif;
	text-align:left;
	width:100%;
	position:relative;
	text-align:right;
	}

#inn_navigation_z ul ul li a, #inn_navigation_z ul ul ul li a {
	color: #AAAAAA;
	background:#666;
	/*background: #999 url('../img/navigation_inn_gris.jpg') repeat-x;*/
	}

#inn_navigation_z ul ul li a:active, #inn_navigation_z ul ul ul li a:active 	
#inn_navigation_z ul ul li a:link, #inn_navigation_z ul ul ul li a:link 
#inn_navigation_z ul ul li a:visited, #inn_navigation_z ul ul ul li a:visited {
	color:#AAAAAA;
}

#inn_navigation_z ul ul li a:hover, #inn_navigation_z ul ul ul li a:hover {
	color:#fff;
	padding-right:none;
	background: #999 url('../img/navigation_inn_gris.jpg') repeat-x;
	display:block;
	}
	
#inn_navigation_z ul ul li .nav-selected{
	color:#fff; 
	background: #999 url('../img/navigation_inn_gris.jpg') repeat-x;
	}
	
/*#inn_navigation_z ul ul li .nav-selected, #inn_navigation_z ul ul li a .nav-selected, #inn_navigation_z ul ul ul li a .nav-selected {
	color:#000;
}*/

#inn_navigation_z ul li:hover ul {
	display:block;
	}	
	
#inn_navigation_z ul ul li:hover ul {
	display:block;
	}	

/*#inn_navigation_z ul li:hover {
	_margin-bottom:-2px;
}	*/

#inn_navigation_z ul ul li a:hover,  {
	border-top:1px solid #45454F;
	border-bottom:1px solid #060606;
	}

#inn_navigation_z ul ul ul {
	display:none;
	position:absolute;
	left:301px;
	top:0;
	background:#303038;
	width:280px;
	z-index:250;
	}
	
#inn_navigation_z ul li:hover ul ul{
display:none;
}

#inn_navigation_z ul ul li:hover ul,
#inn_navigation_z ul ul ul li:hover ul
{display: block;}


/* -------------------- INN NAVIGATION MEN ------------------------ */

/*#inn_navigation_men {	
	text-align:left;
    position:relative;
	padding:0;
    margin:0 auto;
}

#inn_navigation_men ul{	
    position:relative;
	padding:0;
    margin:0 auto;
	list-style: none;
	text-align:left;
	background-color:#333333;
	width:100%;
	display:block;
	float:left;
}

#inn_navigation_men li{
	position:relative;
    padding:0;
    margin:0 auto;
	list-style: none;
	text-align:left;
	background-color:#333333;
	width:100%;
	display:block;
	float:left;
}

#inn_navigation_men li a{
	text-decoration:none;
	
	border-bottom:1px solid #060606 ;
	border-right:1px solid #060606 ;
	display:block;
	vertical-align: middle;
	height:35px;
	padding:8px;
}

#inn_navigation_men ul li a:hover{
	background: #cc0000 url('../img/navigation_inn_gris.jpg') repeat-x;
	display:block;
}


#inn_navigation_men ul li a:hover{
	background: #cccccc;
}
*/
/*
#inn_navigation_men ul li a .nav-selected{
	color:#000;
}

#inn_navigation_men ul li {	
	text-align:right;
	display:block;
	float:left;
	background-color:#cccccc;		
	list-style: none;
}

#inn_navigation_men ul li a{	
	color:#000000;
	height:45px;
}
*/


/* -------------------- HORIZONTAL ------------------------ */

#inn_navigation_hor ul {
	position:relative;
	list-style: none;
	vertical-align:top;
	background-color:#303038;
	margin: 0;
	padding: 0;
}

#inn_navigation_hor ul li {
	position:relative;
	font:12px Verdana, sans serif;
	width:auto;
	vertical-align:top;
	text-align:left;
	display:inline-block;
	background-color:#333333;	
	border-right:1px solid #060606 ;
}

#inn_navigation_hor ul li a {
	text-decoration:none;
	display:inline-block;
	color:#fff;
	padding:5px 10px;
	border-top:1px solid #45454F;/*#7BBF75*/
	border-bottom:1px solid #060606 ;/*#359027*/
	width:96px;
	height:35px;
}

#inn_navigation_hor ul li a:active {
	color:#fff;
	text-decoration:none;
	display:block;
	}

#inn_navigation_hor ul li a:visited {
	/*color:#fff;*/
	text-decoration:none;
	display:block;
	}

#inn_navigation_hor ul li a:hover {
	color:#fff;
	text-decoration:none;
	background: #cc0000 url('../img/navigation_red.jpg') repeat-x;
	display:block;
	}

#inn_navigation_hor ul li .nav-selected {
	color:#fff;
	text-decoration:none;
	background: #cc0000 url('../img/navigation_red.jpg') repeat-x;
	display:block;
	}
/* -------------------------------------------- */


/* --------------------------------
   Main
----------------------------------- */

#main {
	background: #4A4A4A;
	color: #333333;
}


/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
	background: #222;
	border-bottom: 1px solid #0f0f0f;
	border-top: 1px solid #666666;
	color: #AAA;
	padding: 16px;
}
#bottom ul li {
	border-bottom: 1px solid #303030;
}
#bottom ul li a {
	color: #777;
	display: block;
	padding: 4px 6px;
}
#bottom ul li a:hover {
	background: #2A2A2A;
	color: #FFFFFF;
	text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {color: #777;}
#tag_cloud a:hover {color: #FFC;}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #2A2A2A url(../img/footer_red.jpg);
	border-bottom: 1px solid #460002;
	border-top: 1px solid #CC0000;
	color: #460002;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #460002;}
#footer a:hover {color: #460002;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3 {width: 31%; margin-right: 3%; text-align:center;}
.col3cent {width: 40%; margin-right: 3%; text-align:left;}
.col3last {width: 21%; margin-right: 3%; text-align:center;}
.col3last {margin-right: 0; float:left}

.col2{width: 20%; margin-right: 3%;}
.col2last {width: 74%; margin-right: 20px; margin-top:10px; float:right}
.h_item .col2last .wide .left img {width:230px; height:200px; border:1px solid #333333};
.wide {width:100%; margin-bottom:8px; float:left; clear:both}

/* Images */
.img_bordered {padding: 3px; background:#CCCCCC; width:auto}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Icons */
span.comment {background: url('../img/icon_comment.gif') no-repeat left center; padding-left: 18px;}

/* Label */
.label {
	background: #222 url('../img/post_top.gif') repeat-x left top;
	border-bottom: 2px solid #555;
	color: #BBB;
	margin: 0;
	padding: 0.5em 0.8em 0.6em;
}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/* --------------------------------
   Posts
----------------------------------- */

.post {
	background: #f0f0f0 /*#00456f*/;
	border-bottom: 1px solid #f9f9f9;
}
.post_top {
	background: #cc0001 url('../img/post_top_red_2.jpg') repeat-x left bottom;
	border-bottom: 4px solid #550002;
	border-top: 1px solid #B70004 /*#D90000*/;
	padding: 10px 16px 13px;
}

.post_title h2 {
	color:#FFFFFF;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
}

.post_body {
	/*background: url('../img/post_body.jpg') no-repeat left top;*/
	border-top: 1px solid #333;
	padding: 16px 16px;
}
.post_body_nopad {
	background: url('../img/post_body.jpg') no-repeat right top;
	border-top: 1px solid #333;
	padding: 0px;
}
.post_metadata {padding: 10px;}
.post_metadata .content {
	background: #424242;
	color: #999;
	font-size: 0.9em;
	padding: 10px 12px;
}
.post_metadata a {color: #BBB;}
.post_metadata a:hover {color: #DDD;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}


/* ----------------------------------------
  Forms
------------------------------------------- */

form {margin: 0; padding: 0;}

/* Inputs */
input#s, textarea, input.styled {
	background: #DDD;
	border: 3px solid #555;
	font: normal 1em Verdana,sans-serif;
	padding: 3px;
	width: 160px;
}
textarea {width: 440px;}

/* Seachform */
table.search {
	border-collapse: collapse;
	width: 250px;
}
table.search td {vertical-align: top;}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #666;
	border: 1px solid #444;
	padding: 2px;
}
.comment_author {
	color: #EEE;
	padding-top: 2px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
	border-bottom: 1px solid #333;
	border-top: 1px solid #505050;
	list-style: none;
	padding: 8px 10px 1px;
}
.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #444;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #999;
	font-size: 0.9em;
	padding-top: 4px;
}
.nicelist .date a {
	color: #BBB;
	text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {padding-bottom: 6px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #555;
	border-top: 1px solid #444;
	font-size: 0.9em;
	padding: 7px 8px 9px;
}
.pagenavigation a {
	color: #CCC;
	text-decoration: none;
}
.pagenavigation a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: url('../img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {
	background-color: #CC0000;
}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	float:right;
	margin-bottom: 1.5em;
	width: 340px;
	}
.box_peq {
	float:right;
	margin-bottom: 3px;
	width: 100%;
	height:100%;
	clear:both;
	/*background:#2364a4;*/
}
.box_title {
	/*background: url('../img/grain_blue.gif');*/
	background: #353535 url('../img/navigation_red.jpg') repeat-x;
	/*background-color: #CC0000;*/
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {
	padding: 8px 10px;
	background: #CCCCCC;
	clear:both;
}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}

/* --------------------------------------------------------------------  */

/*
Gallery
-----------------------------------------------------------------------*/
.galleryimage {
	margin: 0 -0 0em -8px;	
}

.galleryimage a {	
	background: url('../img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.galleryimage a:hover {
	background-color: #990000;
}
.galleryimage  img {
	display: block;
	width:99px;
	height:80px;
}

.h_item {
	margin-bottom: 40px;
	/*margin-top:20px;*/
}

.h_item_bg{
	margin-bottom: 40px;
	background:url('../img/bg_hitem.jpg') left top no-repeat;
	}
	
.border_bot_red{
	color:#990000;
	border-left: 15px solid #990000;
	padding-left:10px;
	}

.border_bot_red2{
	color:#990000;
	border:1px solid #990000;
	border-left: 15px solid #990000;
	background:#FFCCCC;
	padding-left:10px;
	width:96%;
	}

/*
Breadcrumb
-----------------------------------------------------------------------*/
.breadcrumb{
	padding:8px 0px;
	font-size:11px;
	line-height:14px;
}

.breadcrumb a{
	text-decoration: none;	
}

.breadcrumb a:hover{
	text-decoration: none;	
	background:#dadada;
}

