/*
    Document   : style.css
    Created on : 11/05/2010, 22:38:16
    Author     : Pawel Fabregat <pablo.fabregat at gmail.com>
    Web        : www.pablofabregat.com.ar
*/
body {
  background: #356796;
}

h2 {
  font-weight: bold;
  font-size: 115%;
  margin: 12px 0px;
}

textarea{
  height: 100px;
}

hr{ border: 1px solid #cccccc; padding:0px; }

#container {
  width: 640px;
  margin: 1em auto 0em;
  background: #356796;
  padding: 0px 10px 10px 10px;

}
#header {
  background: url("images/logo.png") no-repeat scroll center transparent;
  height: 166px;
  cursor: pointer;
}
#header_extras{
  float: right;
  height: 157px;
  width:330px;
}
#header_banner{
  float:right;
  margin: 28px 10px 0px 0px;
  color: #fff;
  text-align: center;
}
#session_box{
  height: 82px;
  width: 178px;
  text-align: right;
  float: right;
  margin: 28px 0px 0px 0px;

  color: #fff;
}
#session_box form {
  font-size: 80%;
}
#session_box input[type=text],
#session_box input[type=password]{
  width: 113px;
  margin: 1px;
}
#session_box input[type=submit]{
  border: 0px;
  background: none;
  color: #fff;
  padding: 0px;
}
#session_box a, #session_box a:hover,
a#session_box a:visited
{
  color: #fff;
  font-size: 110%;
}

#social_icons{
  height: 14px;
  margin-top: 20px;
}
#content {

}
#main_content{
  background: #fff;
  padding: 10px;
  -moz-box-shadow: 3px 3px 5px black;
  -webkit-box-shadow: 3px 3px 5px black;
  margin: 10px 0px 0px 0px;

}


/*secciones*/
.der { float : right ; }
.izq { float : left ; }
.ctr { text-align: center ; }

.mrg_der { margin-right: 25px; }

.seccion {
  padding: 0px 20px 20px 20px;
}
.seccion_texto{
  padding: 0px 10px;
}

.seccion_titulo{ 
  text-align: center;
  font-weight: bold;
}

.lista {

}

.lista li{
  margin-bottom: 12px;

}
.mensajes {
  text-align: center;
  font-weight: bold;
  margin: 20px;
}

#register_form{
  /*    text-align: right;
      float: left;*/
}

#register_container {
  width: 250px;
  float:left;
  padding-right: 20px;
}
#register_container_extra {
  width: 310px;
  float: left;
}

#footer {
  margin: 1em auto 0em;
  width: 650px;
  color: white;
  text-align: center;
}
/* Extras */
.tooltip {
  display:none;
  background:transparent url(images/black_arrow.png);
  font-size:10px;
  height:50px;
  width:100px;
  padding:10px;
  color:#fff;
  text-align: center;
}

input.invalid {
  border: 2px solid red;
}

span.invalid {
  display: block;
  color: red;
  font-style: italic;
  font-weight: normal;
}
/*  bandas */
.banda_extras{
  width: 130px;
  float:left;
  margin : 0px 7px;
  height: 180px;
}
.banda_info{
  text-align: justify;
}

/* index */
#news{
  width: 257px;
  float: left;
  margin-left: 36px;
}
#intro{
  width: 290px;
  float: left;
  text-align: center;
  margin-left: 10px;
}

#copete {
  text-align: center;
  margin-bottom: 10px;
}

#videos {
  position:relative;
  z-index: 0;
}

#home_links{
  border: 9px #356796 solid;
  background: #175794;
  width: 254px;
  margin-left: 11px;
}

#home_links_interior{
  margin: 8px;
  background: #356796;
  padding-right: 1px;
}
/*********/
/* -- - -- - -  */

#apple {
  background-image:url(images/backmodal);
  color:#fff;
}
.apple_overlay {
  display:none;
  background-image:url(images/frontmodal.png);
  width:650px;
  padding:35px;
  font-size:11px;
}

.apple_overlay div.close {
  background-image:url(images/close.png);
  position:absolute; right:5px; top:5px;
  cursor:pointer;
  height:35px;
  width:35px;
}

.tabs {
  list-style:none;
  margin:0 !important;
  padding:0;
  width: 113px;
  float: left;
  border-right: 1px solid gray;
}

.tabs li {
  text-indent:0;
  padding:0;
  margin:0 !important;
  list-style-image:none !important;
}

.tabs a {
  display:block;
  height: 18px;
  line-height:18px;
  width: 111px;
  text-align:center;
  text-decoration:none;
  color:#000;
  padding:0px;
  margin:0px;
}

.tabs a:active {
  outline:none;
}

.tabs a:hover {
  color:#356796;
}

.tabs .current, .tabs .current:hover, .tabs li.current a {
  cursor:default !important;
  color:#000 !important;
}

.reproductor{
  display:block;
  width:125px;
  height:20px;
}

.panes {
  float: right;
  width: 480px;
  margin: 12px 12px 0px 0px;
}

.panes .pane {
  display:none;
}
.fotos li {
  float:left;
  margin-right: 10px;
}

.messages {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-weight: bold;
  display : none;
}

.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image:url('admin/images/icons/i24/status/status-ok.png');
}

/* contacto */
#contact_form #comentarios {
  width: 300px;
  height: 130px;
}

#copyright, #copyright a, #copyright a:visited {
  font-size: 80%;
  text-align: center;
  color: #fff;
}

input.invalid {
  border: 2px solid red;
}

span.invalid {
  display: block;
  color: red;
  font-style: italic;
  font-weight: normal;
}

#precios{
  text-align:center;
  margin-top: 10px;
}

.red {
  color: #d8000c;
}
.blue {
  color: #175794;
}
.green {
  color: #4f8a10;
}
