/*
Theme Name: Mundo Logistico
Theme URI: http://www.siper.info
Description: Mundo Logistico theme
Version: 1.0
Author: Javier Calder&oacute;n
Author URI: http://www.siper.info
Tags: Mundo Logistico

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	background: #fff url('images/back.jpg') repeat-x;
}

.bkbot
{
	background: #fff;
	border: 5px #ce182b solid;
}

.data
{
	background: #EFEFEF;
	text-align: right;
	font-size: 13px;
	padding: 0 5px 0 0;
}

.box
{
	background: transparent url('images/bkbox.jpg') repeat-y;
}

.bkfooter
{
	background: transparent url('images/bkfooter.png') no-repeat;
	height: 163px;
	vertical-align: top;
	padding: 20px 0 0 0;
}

#boxfooter
{
	padding: 0px 20px 0px 20px;
	min-height: 62px;
	height: 62px;
	color: #003451;
	vertical-align: top;
}

/* espacios */

.brr
{
	height: 10px;
	width: 10px;
}

.brr1
{
	height: 8px;
	width: 8px;
}

#content
{
	vertical-align: top;
}

#content td { vertical-align: top; }

.sidebar
{
	width: 180px;
	vertical-align: top;
}

/* espacios */

a
{
	color: #0066ff;
	text-decoration: none;
}

a:hover
{
	color: #ff9900;
	text-decoration: none;
}

/* menu */
.bknav
{
	height: 34px;
	background-image: url(images/bknav.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}

	#HDropdown
	{
		margin: 0;
		padding: 0px;
		list-style: none;
		height: 28px;
		width: 99%;
		font-family: Verdana;
		font-size: 12px;
	}
	#HDropdown li
	{
		display: inline;
		position: relative;
		float: left;
	}
	#HDropdown li a
	{
		display: block;
		float: left;
		height: 29px;
		line-height: 29px;
		padding: 0 25px;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: normal;
		font-size: 12px;
		border-left: 1px #7ec5f0 solid;
	}
	#HDropdown li a:hover
	{
		color: #a9401b;
		background-color: #FFF;
	}
	
	#HDropdown li ul
	{
		margin: 0;
		padding: 0 5px;
		line-height: none;
		position: absolute;
		top: 29px;
		left: 0;
		border: solid 1px #7ec5f0;
		border-width: 0px 1px 1px 1px;
		width: 180px;
		display: none;
		background-color: #FFF;
z-index:1000;
	}
	#HDropdown li:hover ul { display:block}
	#HDropdown li:hover a
	{
		color: #a9401b;
		background-color: #FFF;
	} 
	#HDropdown li ul li
	{
		display: block;
		border-bottom: solid 1px #dbdcd9;
		width: 100%;
		padding: 0;

	}
	#HDropdown li ul li:last-child { border-bottom:0px;}
	#HDropdown li ul a
	{
		border-width: 0px;
		color: #909090;
		padding: 0 5px 0 0;
		background-color: transparent;
	}
	#HDropdown li:hover ul li a
	{
		color: #909090;
	}
	#HDropdown li ul li a:hover { color:#a9401b}

/* menu */

/* sidebar */


/* sidebar */

/* logo */

#logo a
{
	float: left;
	padding: 0;
	width: 294px;
	height: 115px;
	background: url('images/bknav.png') no-repeat 0 -315px;
	position: relative;
	cursor: pointer;
}

#logo a:hover { text-decoration: none; }

/* logo */

/* footer */

.logi
{
	background: url('images/bknav.png') no-repeat -910px -240px;
	float: right;
	width: 50px;
	height: 60px;
	border: none;
	padding: 14px 0 0 30px;
	background-color: transparent;
}

#footer
{
	color: #000000;
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
	background-color: #badfd5;
	padding: 10px 15px;
	height: 70px;
}


#footer a {
color:#0066ff;
font-size:10px;
font-family:Verdana;
text-decoration:none;
}

#footer a:hover
{
	text-decoration: none;
	color: #ff9900;
}

/* secciones */ 

#SeccNav {
   height: 20px;
}

#SeccNav ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#SeccNav ul li {
  float: left;
}

#SeccNav ul a {
	font-family: Verdana;
	font-size: 12px;
  padding: 0px 7px;
  line-height: 2.1em;
  text-decoration: none;
  color: #2f2f2f;
  float: left;
  display: block;
}

#SeccNav ul a:hover {
	color: #ce182b;
}

#SeccNav ul .first a {
  background: none;
}

/* secciones */

/* footer */

/* social */

#linea a
{
	float: left;
	padding: 0;
	width: 180px;
	height: 26px;
	background: url('images/bknav.png') no-repeat 0 -245px;
	position: relative;
	cursor: pointer;
}

#linea a:hover { background: url('images/bknav.png') no-repeat -187px -245px;}

#ipad a
{
	float: left;
	padding: 0;
	width: 180px;
	height: 26px;
	background: url('images/bknav.png') no-repeat 0 -271px;
	position: relative;
	cursor: pointer;
}

#ipad a:hover { background: url('images/bknav.png') no-repeat -187px -271px;}

#facebook a
{
	float: left;
	padding: 0;
	width: 235px;
	height: 69px;
	background: url('images/facebook.jpg') no-repeat;
	position: relative;
	cursor: pointer;
}

#facebook a:hover { 
	background: url('images/facebookon.jpg') no-repeat;
}

#twitter a
{
	float: left;
	padding: 0;
	width: 234px;
	height: 69px;
	background: url('images/twitter.jpg') no-repeat;
	position: relative;
	cursor: pointer;
}

#twitter a:hover {	background: url('images/twitteron.jpg') no-repeat;}

#blog a
{
	float: left;
	padding: 0;
	width: 180px;
	height: 64px;
	background: url('images/bknav.png') no-repeat -379px -291px;
	position: relative;
	cursor: pointer;
}

#blog a:hover { background: url('images/bknav.png') no-repeat -569px -291px;}


/* social */

#boxing
{
	border: 1px #5284a9 solid;
	vertical-align: top;
	width: 180px;
}

#boxing p
{
	line-height: 50%;
}

.inpu1
{
	width: 160px;
	float: center;
	border: 1px #b1b1b1 solid;
	padding: 2px;
}

.send
{
	float: center;
	text-align: right;
	padding: 10px 0 0 0;
}

.send1
{
	padding: 10px 0 0 0;
	vertical-align: top;
}

.pleca
{
	background: #095f9b;
	font-size: 11px;
	height: 27px;
	line-height: 27px;
	width: 100%;
	color: #ffffff;
	padding: 0 10px;
	font-weight: bold;
}

.plecarem
{
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	width: 100%;
	padding: 0 10px;
	text-align: right;
	border-bottom: 1px #f5c21e solid;
}

a.plecarem1
{
	font-size: 11px;
	color: #0066ff;
	text-align: right;
	text-decoration: none;
	font-family: Verdana,Verdana,Helvetica,sans-serif;
}


a:hover.plecarem1
{
	text-decoration: none;
	color: #ff9900;
}


.txtpleca
{
	font-weight: bold;
	padding:1px 0 0 22px;
	text-shadow: 1px 1px 0 #000;
}

/* articulos home */

.caja
{
	padding: 5px;
	color: #5d5d5d;
}

#esteejm span
{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	color: #880055;
	padding: 0 0 0 7px;
	text-transform: uppercase;
}

#esteejm a {
	color: #3f3f3f;
	font-size: 12px;
	text-decoration: none;
}

#esteejm a:hover
{
	text-decoration: none;
	color: #880055;
}

.marco { border: 1px #cccccc solid;
  background-color: #fcfcfc;
}

.marco1
{
	border: 1px #d0d0d0 solid;
}

.coninte { padding: 7px; }
.coninte1
{
	padding: 7px;
	color: #00405b;
	text-transform: uppercase;
	font-weight: bold;
}

.bkmarco { background-color: #f4f4f4; }

#articles img
{
	float: left;
	padding: 0 7px 0 0;
}

#articles a
{
	color: #880055;
	text-decoration: none;
}

#articles a:hover
{
	text-decoration: none;
}

#articles
{
	color: #3f3f3f;
	line-height: 120%;
}

hr
{
	background: #d7d7d7;
	color: #d7d7d7;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	border: none;
	padding: 0;
	margin: 0;
}

#articles1 a
{
	color: #880055;
	text-decoration: none;
}

a.titsecc
{
	color: #003399;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana,Verdana,Helvetica,sans-serif;
	line-height: 20px;
	font-weight: bold;
}

#articles1 a:hover
{
	text-decoration: none;
}

#articles1
{
	color: #3f3f3f;
	line-height: 120%;
}

#articles1 hr
{
	background: #1e5476;
	color: #1e5476;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	border: none;
	padding: 0;
	margin: 0;
}

#readmore a
{
	float: right;
	padding: 0;
	width: 92px;
	height: 22px;
	background: url('images/bknav.png') no-repeat -186px -355px;
	cursor: pointer;
	margin: 0;
}

#readmore a:hover { background: url('images/bknav.png') no-repeat -283px -355px;}

/* articulos home */

/* single */ 

#boxcontent
{
	color: #333;
	font-size: 11px;
	padding: 0 7px;
}

#boxcontent h1
{
	color: #000000;
	font-size: 21px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#boxcontent .dat { font-size: 12px; }

#boxcontent a
{
	color: #0066ff;
	text-decoration: none;
}

#boxcontent a:hover
{
	color: #ff9900;
	text-decoration: none;
}

#boxcontent p
{
	line-height: 150%;
}

/* single */ 

/* category */ 

#boxcateg
{
	color: #333;
	font-size: 11px;
	padding: 0;
}

#boxcateg a
{
	color: #2970b4;
	font-size: 21px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}


#boxcateg a:hover
{
	color: #235d95;
	text-decoration: none;
}

/* category */ 

/* comentarios */

.ccsomments {
	padding: 0;
	width: 772px;
	height: 32px;
	background: #ccc;
}

.marcoment {

padding:10px;
}

.titcomm
{
	padding: 9px 0 0 13px;
	color: #333333;
	font-weight: bold;
}

#comnts li
{
	background-color: #dfdfdf;
	border: 1px #ccc solid;
}


.commentlist li,#commentform input,#commentform textarea
{
	font-family: Verdana;
	font-size: 12px;
}
.commentlist li
{
	font-weight: bold;
	margin: 15px 0 3px 3em;
	padding: 5px 10px 3px 10px;
}
.commentlist li .avatar
{
	float: right;
	border: 1px solid #ffbefe;
	padding: 2px;
	background: #fff;
}
.commentlist cite,.commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist p
{
	font-weight: normal;
	line-height: 140%;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
#commentform p
{
	font-family: Verdana;
	margin: 5px 0;
}
.commentmetadata
{
	font-weight: normal;
	margin: 0;
	display: block;
	font-size: 11px;
}
h3.comments
{
	padding: 0;
	margin: 40px auto 20px;
}
h2.comments {
	padding:0;
	margin:40px auto 20px;
}
#commentform input
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea
{
	width: 90%;
	padding: 2px;
}
#commentform #submit
{
	margin: 0;
	float: left;
}
.commentlist
{
	padding: 0;
	text-align: left;
}
.commentlist li a
{
	color: #ce182b;
	text-decoration: none;
	font-weight: bold;
}
.commentlist li a:hover {
	color:#880000;
	text-decoration:none;
	font-weight:bold;
}
.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

/* comentarios */

#imps
{
	padding: 10px;
	min-height: 106px;
}

.inple
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	width: 253px;
	height: 32px;
	background: transparent url('images/pleca.jpg') no-repeat;
	padding: 8px 0 0 0;
}

#imps span
{
	font-size: 12px;
	font-weight: bold;
	color: #805;
	text-transform: uppercase;
}

#imps .inpt
{
	font-size: 12px;
	width: 290px;
	background-color: #ffc7ff;
	border: 1px #bf95bf solid;
	height: 20px;
}

#imps .inpt2
{
	font-size: 12px;
	width: 216px;
	background-color: #ffc7ff;
	border: 1px #bf95bf solid;
	height: 20px;
}

.bkart
{
	background: transparent url('images/bkart.jpg') repeat-x;
	height: 211px;
}

/*navcor */

a.navcor
{
	color: #003451;
	text-decoration: none;
	font-family: Verdana;
	text-transform:uppercase;
	font-size: 11px;
	padding: 0 2px;
	font-weight: bold;
}

a:hover.navcor {
	color: #000000;
	text-decoration: none;
}
/*navcor2 */

a.navcor2
{
	color: #003451;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	padding: 0 2px;
}

a:hover.navcor2 {
	color: #000000;
	text-decoration: none;
}

.alignleft
{
	float: left;
	padding: 0 5px 5px 0;
}

.alignright
{
	float: left;
	padding: 0 0 5px 5px;
}

.row {
	background: #ffc7ff;
}

.row1 {
	background: #ffe0ff;
}



.pag1 {
	padding: 5px;
	font-family: Verdana;
	font-size: 10px;
	color: #dfdfdf;
	text-decoration: none;
	border-color: #969696;
	border-width: 1px;
	border-style: solid;
}


.pag1:hover {
	background-color: #1d1d1d;
	border-color: #c20f24;
	border-width: 1px;
	border-style: solid;
	color: #fff;
}

.plecsecc  {
	padding: 5px;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #ce182b;
	font-weight: bold;
}

.bknewsletter  {
	background-image: url( images/bknewsletter.jpg );
	background-repeat: no-repeat;
	height: 126px;
}

/* secciones */

#art1
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding:10px 5px 5px 5px;
}

.artcolor {
	background-color:#ececec;
	border:1px solid #b3b3b3;
}

a.arttit {
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	color: #ce182b;
	font-weight: bold;
}

.borcolor {
	border:1px solid #dedede;
}

.bortips2 {
	border:1px solid #dedede;
	padding:2px;
}

.bortips {
	border:1px solid #dedede;
	padding:2px;
	background-color:#000000;
}

.rowtips {
	background-color:#000000;
	color:#ffffff;
}
.titips {
	background-image: url( images/titips.gif );
	background-repeat: no-repeat;
	height:30px; 
}

.pagtips {
	padding: 3px 11px 15px 0;
	float:right;
}

.pagtip {
	padding: 5px;
	font-family: Verdana;
	font-size: 10px;
	color: #dfdfdf;
	text-decoration: none;
	border-color: #969696;
	border-width: 1px;
	border-style: solid;
}

.pagtip:hover {
	background-color: #1d1d1d;
	border-color: #c20f24;
	border-width: 1px;
	border-style: solid;
	color: #fff;
}

.lintips {
	background-image: url( images/lintips.gif );
	background-repeat: repeat-x;
	height:3px; 
}

#conttips {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding:10px;
}

a.tipstit {
	color:#c90000;
	font-size:18px;
	font-family:Verdana;
	font-weight: bold;
	text-decoration:none;
}

a:hover.tipstit {
	color:#ff0000;
	text-decoration:none;
}
.listbox1
{

}

#listtenden1
{
	margin: 0;
	padding: 5px;
	float: left;
	list-style: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	display:block;
}

#listtenden1 li
{
	line-height: 180%;
}

#listtenden1 li a
{
	display:block;
	list-style: none;
	font-family: Verdana;
	font-size: 11px;
	color:#383838;
	text-decoration:none;
}

#listtenden1 li a:hover
{
	color:#b2041a;
	text-decoration:none;
}

#listtenden
{
	margin: 0;
	padding: 5px;
	float: left;
	list-style: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	display:block;
  }

#listtenden li
{
  line-height: 180%;
}

#listtenden li a
{
  display:block;
  list-style: none;
  font-family: Verdana;
  font-size: 11px;
  color:#383838;
  text-decoration:none;
}

#listtenden li a:hover
{
  color:#b2041a;
  text-decoration:none;
}

.tag
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
}

/* Extras */
.txt14 {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: left;
}
.style10 {
	color: #FF0000;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style12 {font-size: 13px}
.txt15 {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: left;
}
.subtitulo {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.head12{
  font-family: Verdana,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  color: #ff9900;
  text-align: left;
  font-weight: bold;
}
.subtitulo1{
  color: #003399;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
}

.txt1 {
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #333333;
  text-align: left;
}

.txt {
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 160%;
  color: #333333;
  text-align: left;
}
.numerito2
{
font-family: Verdana,Helvetica,sans-serif;
font-size: 11px;
color: #666666;
}

/*-------- CAMBIOS ----------*/

.first-banner-left {
margin:6px 0px;
}
.espacio-divs{
height:6px;
width:180px;
background-color:#ffffff;}


.logotypo {
margin-top:-7px;
}