@charset "utf-8";

@import url("form.css");

@import url("publicity.css");

@import url("menu.css");

@import url("table.css");

@import url("tabs.css");

@import url("microsites.css");

@import url("comments.css");

@import url("pager.css");

@import url("pilots.css");

@import url("news.css");

@import url("ppcev.css");

html {
  padding: 0px;
  margin: 0px;
}

body {
  background-color: #999;
  background-image:url(/vistas/images/back_body.jpg);
  font-size: 11px;
  line-height: 15px;
  font-family: "Arial", Verdana, SunSans-Regular, Sans-Serif;
  color: #353535;
  text-align: left;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.texto {
  font-size: 11px;
  color: #353535;
  text-align: left;
}

img{
  border: 0px;
}

hr{
  height: 1px;
  border: 0;
  color: #CCCCCC;
  background-color: #CCCCCC;
  width: 98%;
}

h1{
  margin: 15px 0px 8px 10px;
  padding: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #FF6600;
}

h2{
  margin: 2px;
  padding: 1px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

h3{
  font-size: 15px;
  margin: 5px 0px 5px 0px;
  line-height: 15px;
  font-weight: bold;
  color: #FF6600;
}

a {
  font-size: 11px;
  color: #FF6600;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}
/*
a:visited {
  
  color: #333;
}
*/

a:hover {
  text-decoration: underline;
  color: #808080;
}

a:active {
  text-decoration: none;
  color: #333;
}
/* ---- boxs ---- */

#box {
  width: 1000px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  height: 100%;
  _height: 800px;
  background-color:#FFF;
}

#left {
  float: left;
  width: 160px;
  padding: 0px;
  height: 100%;
  background-color: #FFF;
}

#content {
  width: 551px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
  float: left;
  background-color: #FFF;
  background-image: url(/vistas/images/content_bg.gif);
}

#right { 
  float: left;
  width: 281px;
  height: 100%;
  padding: 10px 0px 0px 0px;
  text-align: center;
  background-image: url(/vistas/images/right_bg.gif);
  background-repeat: repeat-y;
}

#right br{
  width: 50px;
  color: #CC0000;
}

#footer {
  background-color: #FFF;
  width: 1000px;
  height: 135px;
  clear: both;
  text-align: center;
}

#footer .white {
  background-color: #FFF;
  border-top: #CCC solid 1px;
  padding-top: 25px;
  width: 1000px;
  height: 80px;
  text-align: center;
}

#footer .copy {
  background: url(/vistas/images/footer.gif) repeat-x;
  font-size: 9px;
  color: #FFF;
  width: 1000px;
  height: 55px;
  padding-top: 13px;
  text-align: center;
}

#footer a {
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  font-size: 11px;
  color: #FFF;
  text-decoration: underline;
}
/* ---- head ---- */

#head {
  background-color: #FFF;
}

#head h1 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
  color: #000000;
  background-color: #CCC;
  padding: 5px 15px;
  margin: 0px;
}

#head p {
  padding: 10px;
  margin: 0px;
}

#logo {
  vertical-align: top;
}

#logo_02 {}

#header_options {
  float: right;
}
/* ---- module ---- */

#news {
  background: url(/vistas/images/ticker.gif);
  background-repeat: repeat-x;
  color: #FFF;
  height: 30px;
}

#news_center {
  padding-top: 20px;
  padding-left:10px;
  text-align: center;
  width: 530px;
}

#news_48 {
  height:230px;
  width:530px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left:10px;
  padding-top:20px;
  text-align: left;
  float:left;
}

#div_mod_trastiendaabajo{
  width: 330px;
  padding-bottom: 20px;
  padding-right: 10px;
  float: right;
  text-align: left;
  
}

#div_mod_trastiendaarriba{
  width: 530px;
  padding-bottom: 20px;
  padding-right: 10px;
  float: right;
  text-align: left;
  
}

#gallery {
	width:195px;
	height:357px;
	padding-top:10px;
	padding-bottom: 14px;
	padding-left: 10px;
	float:left;
}
#video {
	width:327px;
	height:357px;
	padding:10px 10px 10px 5px;
	float:right;
}

#banner_center {
	width:262px;
	height:218px;
	padding-right:10px;
	float:right;
}






/* ---- general ---- */

.waitingimage{
  padding: 5px;
  margin: 10px;
}

.waitingimagetext{
  padding: 5px;
  color: #666666;
}

.links {
  font-size: 10px;
  color: #808080;
}

.links a:link {
  text-decoration: none;
}

.links a:visited {
  text-decoration: none;
  color: #808080;
}

.links a:hover {
  text-decoration: underline;
  color: #808080;
}

.links a:active {
  text-decoration: none;
  color: #808080;
}

.textfield {
  border: 1px solid #999;
}

.line{
  border-top: #CCC solid 1px;
  padding-left: 3px;
  padding-right: 3px;
  height: 1px;
  font-size: 0px;
}

#not{
  height: 50px;
  line-height: 50px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}