/*-----------FORMATOS GENERALES-----------*/
body {
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #800000;
	width:950px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 0px;
}
h1 {
	text-align:center;
	margin:0 30px -15px 0;
	padding:0;
	color: #333333;
	font-family: Helvetica, sans-serif;
}

h1 a {color:#FFF;}

h5 {
	padding:0;
	margin:0 0 .5em 0;
	font-size:1.5em;
	font-weight:bold;
	color:#333;
}
.clear { 
	width: 100%; 
	height: 0 !important; 
	clear: both; 
}

.down { 
	padding-bottom: 30px; }
.up { 
	padding-top: 30px; }

.pos { 
	padding: 10px; } /* positioning for IE */
a {
	color: #ca1717;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	border: 0px
}

a.external {
	text-decoration:none;
	padding-bottom:0.02em;
	border-bottom:1px solid #A32323;
}
p img {
	padding:3px;
	border:1px solid #CCC;
	background-color:#FFF;
	text-decoration: none;
	border: 0px;
}
p a img {
	padding:0;
	border: 0px;
	text-decoration: none;
	border-style: none;
}
.categories_list ul {
padding:0;
margin:0 0 10px 0;
text-align:left;
}
.column {width: 310px;
}

.categories_list li {
	padding:5px 0;
	list-style-type:none;
	margin:0 20px 0 -20px;
	font-size: 1.2em;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
}

.ads {
float:left;
margin:0 10px 0 0;
}

/*-----------------MENU PRINCIPAL------------*/
#header {
	background-image:url(images/logo2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:230px;
	width:910px;
}
/* ---------------TAB MENU------------------------*/
.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	background-image: url(images/menur_bg.gif);
	float: left;
	width: 100%;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 20px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 18px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.gif) no-repeat right top;
}

/*---------NUMERO DE EDICION---------*/
.date {
	margin:-40px 0 10px 10px;
	color:#767171;
	line-height:1.0;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/*-------------CONTENIDO DE LA PAGINA--------*/
#container {
	width:950px;
	text-align:left;
	padding:20px 0;
	background-color:#FFF;
}

#container_inner {
	width:910px;
	margin:0 auto;
	padding:0;
	height: 100%;
}

#container_revista {
	width:910px;
	margin:20px 0 0 0;
	padding:0;
	background-image: url(images/fondo_articulos.jpg);
	background-repeat: repeat-y;
	height: 100%;
	border: 1px solid #e4e2d3;
}

#content {
	background-color:#FFF;
	width: 910px;
	padding:0 0 10px 0;
	float: left;
	width: 580px;
	font-size: 14px;
}
#content p {
	margin: 0 0 15px 0;
	padding:0;
	line-height: 24px;
	color: #767171;
}
#content ul, ol {
	color: #767171;
}
#content ul li, ol li { line-height: 130%; }
#content h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 26px;
	line-height: 26px;
	letter-spacing:-1px;
	font-style: normal;
}
#content h2 a:hover { text-decoration: none; }
#content h3 {
	margin: 24px 0 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #666;
	text-transform: uppercase;
}
#content h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-style: normal;
	color: #666666;
	font-weight: lighter;
}
#content h4 { text-decoration: none; }

#content p.alert {
	margin:0 10px 20px 10px;
	padding: 10px;
	border: 1px solid #fcef9d;
	border-width: 1px 0;
	color: #555;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	background-color: #fcf5c9;
	float: right;
}
#content .alert strong { color: #000; letter-spacing: 1px; font-variant: small-caps; }
#content .headline { margin: 0 0 10px 0; color: #666; font-size: 16px; }
#content .post { margin: 0 0 30px 0; }
#content .post .meta {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 30px;
	width: 100%;
	height: 40px;
	float:left;
	clear:both;
	overflow:hidden;
	text-transform: uppercase;
	color: #336699;
}

#content .post .page { background:none !important; }
#content .post .meta a:hover {
	text-decoration: none;
	color: #336699;
}
#content .post .meta .where { font-size: 14px; width: 130px; float:left; }
#content .post .meta .where p { margin: 7px 0 0 7px; padding: 0; line-height: 14px; font-weight:bold; }
#content .post .meta .where p span { font-size: 12px; font-weight: normal; }


#content .home {
	padding: 20px;
}
#content .home h2 {
	margin-bottom: 5px;
}
#content .home p.postmeta {
	margin: 0 0 15px 0;
	padding: 6px;
	font-size: 14px;
	text-transform: none;
	color: #333333;
	;
	width: 550px;
	background-color: #f4f3e9;
	line-height: 150%;
	font-weight: bold;
}
#content .home .entry {
	margin-bottom: 20px;
	height: 220px;
	width: 560px;
}
#content .home .nota {
	margin-bottom: 20px;
	height: 100%;
	width: 560px;
}
#content .home .ficha {
	list-style-image: url(images/nt0.gif);
	line-height: 1.6em;
	margin-left: -25px;
}
#content .home .ediciones {
	margin-bottom: 20px;
	height: 100%;
	width: 510px;
	line-height: 10px;
	background-color: #DFDBBF;
	padding-left: 15px;
	padding-right: 15px;
}
#content  .home  .ediciones  .h5{
	margin: 0 0 15px 0;
	padding:0;
	color: #767171;
}



#content .home p.box {
	margin: 0;
	padding: 10px;
	font-size: 11px;
	line-height:120%;
}
#content .home p.box a { font-weight:bold; }
#content .post .entry {}

#content .post .related { width: 100%; float:left; margin: 0 0 20px 0; padding:0; border: 1px solid #e4e2d3; font-size:12px; color: #666; }
#content .post .related .pos { margin:0; padding: 10px; }
#content .post .related .pos h3 { font-size: 14px; line-height:18px; background: url(dl.gif) no-repeat; color: #666; font-weight:normal; border: 1px solid #f4f3e9; border-width: 0 0 1px 0; padding: 0 0 8px 22px; margin:0; }
#content .post .related .pos .column { width: 300px; }
#content .post .related .pos .column a { color: #666; text-decoration: underline; }
#content .post .related .pos .column a:hover { color: #222; text-decoration: none; }
#content .post .related .pos .column h4, #content .post .related .pos .wp23related h3 { font-size: 14px; line-height:100%; text-transform: none; color:#f70; margin:10px 0 0 0; padding: 0 0 5px 0; }
#content .post .related .pos .column p { font-size: 12px; line-height: 14px; }
#content .post .related .pos .column ul { margin: 0; padding: 0; }
#content .post .related .pos .column ul li { list-style: none; }
#content .post .related .pos .wp23related {}
#content .post .related .pos .wp23related h3 { font-weight:bold; border:0; background: none; }
#content .post .related .pos .wp23related ul li { margin-bottom: 5px; font-size: 12px; }
#content .navigation { width: 100%; clear:both; padding: 0; }
#content .navigation .right { text-align:right; }
#content #searchform { margin: 0 0 12px 0; }
#content .tagcloud { text-align:center; padding: 20px; border: 1px solid #bbb; }
#content .tagcloud h2 { padding-bottom: 5px; border-color: #efefef; font-size: 18px; text-align:center; }
#content .tagcloud a { color: #111; }
#content .tagcloud a:hover { color:#555; }

/* -------------COMENTARIOS DEL CONTENIDO  -------------*/
#content #comments { clear:both; float:left; color: #444; font-size: 14px; }
#content #comments h2 { margin: 30px 0 10px 0; border:0; }
#content #comments h3 { margin: 0; }
#content #comments p.center { text-align:center; }
#content #comments ol, #content #comments ol.commentlist { margin: 0; padding: 10px; border: 1px solid #e4e2d3; }
#content #comments ol.respond { margin: 10px 0 0 0; padding: 20px; border:0; background: #f4f3e9; font-size: 12px; }
#content #comments ol.respond p { margin: 0 0 10px 0; }
#content #comments ol.respond p.box { margin: 15px 0 0 0; padding: 5px; background: #e4e2d3; font-size: 11px; line-height:14px; }
#content #comments ol li { height: 1%; color: #444; margin: 0 0 12px 0; padding: 0; list-style: none;  }
#content #comments ol li p { margin: 0 5px 12px 5px; padding: 0; line-height: 140%; }
#content #comments ol li blockquote { margin: 0 20px 12px 20px; padding:0; font-family:Georgia, Times New Roman, serif; font-style: italic; color: #666; }
#content #comments ol li.alt { background: #e8f1f0; }
#content #comments ol li.rss { padding: 0; background: #fff; text-align:right; }
#content #comments ol li.trackbacks { margin: 0; padding: 5px 0 0 0; border: 1px solid #e4e2d3; border-width: 1px 0 0 0; font-size: 10px; }
#content #comments ol li p.commenter { font-size: 12px; line-height: 16px; color: #888; margin: 0 0 10px 0; padding: 5px; border: 1px solid #e4e2d3; border-width: 0 0 1px 0; font-style:normal; background: #f4f3e9; }
#content #comments ol li p.commenter a { font-weight:bold; font-style: normal; }
#content #comments ol li p.commenter b { font-style: normal; }
#content #comments ol li p.commenter .avatar { float:left; margin: 0 8px 0 0; }
#content #comments ol li blockquote { float:none; margin: 0 0 12px 0; padding: 0 20px; width:auto; border:0; font-size: 14px; line-height: 140%; text-align: left; }
#content #comments #author, #content #comments #email, #content #comments #url { width: 250px; border-color:#e4e2d3; }
#content #comments #commentarea { border: 1px solid #e4e2d3; background: #fff; color: #333; font-family: Georgia, serif; font-style: italic; font-size: 14px; padding: 10px; width: 578px; height: 150px; }
#content #comments .subscribetocomments { margin: 10px 0; padding: 3px 0; border: 1px solid #eee; border-width: 1px 0; text-align:right; }
#content #comments .subscribetocomments input { width: 14px; height: 14px; border: 0; }
/*---------------CONTENIDO COLUMNA DERECHA--------------*/
#sidebar {
	float: right;
	height:1%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #767171;
	background-color: #DFDBBF;
	line-height: 1.5;
	width: 309px;
	_width: 300px
}
#sidebar a:hover { color: #111; text-decoration: none; }
#sidebar ul, #sidebar ol { margin: 0 0 20px 0; padding: 0; }
#sidebar ul.box, #sidebar ol.box {
	padding: 10px;
	background-color: #f4f3e9;
	border:none;
	text-decoration: none;
}
#sidebar ul.box li.last, #sidebar ol.box li.last { margin-bottom:0; padding-bottom:0; }

#sidebar a:hover { color: #111; text-decoration: none; }
#sidebar ul, #sidebar ol { margin: 0 0 20px 0; padding: 0; }
#sidebar ul.box, #sidebar ol.box {
	background: #f4f3e9;
	padding: 10px;
	text-decoration: none;
}
#sidebar ul.box li.last, #sidebar ol.box li.last { margin-bottom:0; padding-bottom:0; }
#sidebar ul.box li.subscribe { margin:0; padding: 0 0 0 24px; line-height: 18px; background: url(subscribe.gif) no-repeat; font-size: 14px; font-weight:bold; }
#sidebar ul.box li.subscribe a { color: #767171; }
#sidebar ul.box li.subscribe a.devlounge { color:#ca1717; }
#sidebar ul.ads {}
#sidebar ul.ads li { margin-bottom: 5px; text-align:center; font-size: 9px; text-transform:uppercase; letter-spacing: 1px; color:#767171;  }
#sidebar ul li, #sidebar ol li { list-style: none; }
#sidebar  ul  .titular      {
	margin: 0 0 8px 0;
	padding: 8px 0 3px 0;
	font-size: 18px;
	color:#FFFFFF;
	background-color: #CF0101;
	height: 35px;
	font-weight: bold;
	text-align: center;
}
#sidebar ul li h2, #sidebar ol li h2 {
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	border-width: 0 0 1px 0;
	font-size: 14px;
	color:#D00202;
	border-color: #CF0101;
	border-style: dotted;
	border-bottom-width: 4px;
}
#sidebar ul li h3, #sidebar ol li h3 {
	margin: 8px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 14px;
	color:#767171;
}
#sidebar ul.browse {}
#sidebar ul.browse li { margin-bottom: 10px; }
#sidebar ul.browse li a { font-size: 14px; }
#sidebar ul li.network { line-height: 14px; background: url(network-li.gif) no-repeat; padding-left: 13px;  }
#sidebar ul li.network:hover { background: url(network-li-hover.gif) no-repeat; }


/* ------ MENU LUBRIDIGITAL -----*/
.basictab{
	padding: 3px 0;
	margin-left: 0px;
	font: 14px Arial;
	border-bottom: 8px solid;
	list-style-type: none;
	text-align: left;
	border-color: #DFDBBF;
	margin-bottom: -1px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab   li   a{
	text-decoration: none;
	padding: 3px;
	border: 1px solid;
	border-bottom: none;
	background-color: #F4F3E9;
	color: #666666;
	border-color: #E0DAC0;
	font-style: normal;
	margin-right: 3px;
}


.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
	background-color: #DFDBBF;
	color: #333333;
}

.basictab li a:active{
	color: #FFFFFF;
}

.basictab li.selected a{
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #DFDBBF;
	color: #000000;
	font-weight: bold;
}

/*-----------PIE DE LA PAGINA------------*/
#footer {
	background-color:#F4F3E9;
	height:25px;
	padding-top: 10px;
	margin-bottom: -5px;
}
#footer p/*-----------PIE DE LA PAGINA------------*/
 {
	color:#666666;
	font-size:1em;
	text-align: center;
	color:#666666;
	line-height: 15px;
	display: inline;
}
/*------------ RECUADRO DE FOTOS ----------*/
.foto {
	padding: 7px;
	background-color: #FFFFFF;
	margin-right: 8px;
	float: left;
	border: 1px solid #e4e2d3;
}
/*------------ CONTENEDOR DE EDICIONES DIGITALES ----------*/
#ediciones {
	background-color:#FFF;
	width: 910px;
	padding:0 0 10px 0;
	float: left;
	width: 910px;
	font-size: 12px;
}
#ediciones .home {
	padding: 20px;
}
#ediciones .home .entry {
	margin-bottom: 20px;
	height: 378px;
}


#ediciones h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing:-1px;
	font-style: normal;
}
#ediciones p {
	margin: 0 0 15px 0;
	padding:0;
	line-height: 24px;
	color: #767171;
}

/*---------- FORMULARIO DE SUSCRIPCION ----------*/
#form_linea {
	width: 580px;
	margin-bottom: 8px;
	margin-top: 0px;
	float: right;
	height: 26px;
}
#form_linea_area {
	width: 580px;
	margin-bottom: 18px;
	margin-top: 0px;
	float: right;
	height: 140px;
}

#campo{
	margin-bottom: 8px;
	margin-top: 0px;
	float: right;
	height: 26px;
	width: 345px;

}
#boton {
	width: 180px;
	height: 26px;
	float: left;
	color: #767171;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 50px;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 1.8;
}
.submit {
	width: 120px;
	height: 26px;
	float: left;
	color: #767171;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	line-height: 1.8;
	background-color: #F4F3E9;
	margin-left: 245px;
}


.etiqueta
{
	width: 180px;
	height: 26px;
	float: left;
	color: #767171;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding-left: 10px;
	background-color: #F4F3E9;
	line-height: 1.8;
	margin-bottom: 8px;
}
.textinput {
	border-color: #E0DAC0;
	border-style: solid;
	border-width: 1px;


}
#textarea .textarea  {
	border-color: #E0DAC0;
	border-style: solid;
	border-width: 1px;
}
#textarea {
	width: 345px;
	float: right;
}
.fotosidebar {
	background-color: #FFFFFF;
	border: 1px solid #e4e2d3;
}
/*--------------tablas-------------*/
table {
	color: #7F7F7F;
	font: 0.8em/1.6em;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

thead th {
	background-color: #E0DAC0;
	color: #666666;
	text-align: center
}

tbody th {
	padding: 20px 10px;
}

tbody tr.odd {
	background-color: #F4F3E9;
	color: #666;
	text-align: center;
}

tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E0DAC0;
}

tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}
