* {
	margin: 0;
	padding: 0;
}

body  {
	background:#FFF;
	font-size: 13px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333; 
}

h1 {
	font-size: 197%;
	color:#666;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	background:#666;
	height:20px;
	padding:5px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 2em;
}
#menu {
	width: 980px;
	height: 145px;
	margin: 0 auto;
}
/* Logo */

#logo {
	float: left;
	margin-top:26px;
	width: 370px;
	height: 100px;
	padding-left:46px;
	background: url(../imagenes/logo.png) no-repeat;
}

#logo_com {
	position:absolute;	
	margin-top:10px;
	margin-left:15px;
	width: 345px;
	height: 18px;
	font-size:15px;
	font-family:"Comic Sans MS";
	color:#FFF;
}

#logotipo {
	position:absolute;
	margin:50px 20px 0 400px;
	width: 400px;
	height: 64px;
	font-size:20px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:oblique;
}
#redes{
	position:absolute;
	width:280px;
	height:50px;
	margin-top:70px;
	margin-left:365px;
}

#idioma{
	position:absolute;
	width:150px;
	height:50px;
	margin-top:5px;
	margin-left:530px;
}

#iniciar_sesion{
	position:absolute;
	width:220px;
	height:50px;
	margin-top:5px;
	margin-left:315px;
	color:#FFF;
}

#iniciar_sesion a{
	color:#FFF;
}

#page {
	width: 980px;
	height:395px;
	margin: 0 auto;
	padding: 2px 0 0 0;
}
#page_left{
	width:240px;
	height:395px;
	float:left;
	background:#666;
	
}
.div_rastrear{
	margin-top:-20px;
	
}

.div_rastrear img{
	float:right;
	
}

#page_right{
	width:720px;
	height:395px;
	float:right;
	overflow:auto;
}

#page_right_over{
	width:730px;
	height:395px;
	float:right;
	overflow:hidden;
}

.content_slider{
	position:absolute; 
	opacity: 0.9; 
	padding:10px; 
	margin-top:10px;  
	background:#F2F3F2; 
	width:250px; 
	height:200px; 
	color:#333; 
	font-size:16px; 
	font-family:Arial; 
	font-style:oblique;
	
}

.content_slider_int{
	margin-top:5px; 
	margin-bottom:15px; 
	color:#000; 
	font-size:18px; 
	font-family:Arial; 
	font-style:oblique; 
	font-weight:bold; 
	line-height:30px;	
}

/* Footer */

#footers {
	clear: both;
	height: 65px;
	margin-top:15px;
	padding: 5px 0;
	background: #D1D1D1;
	border-top: 5px solid #999999;
	text-align: center;
	font-size:14px;
}

#footers p {
	margin: 0;
	color: #666;
}

#footers a {
	color: #666;
}

#footers a:hover {
	color: #FFFFFF;
}





