/* CSS Document */

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial;
  background: #f2f2f2;
}

#wrapper {
  margin: auto;
  width: 900px;
  height: 570px;
  padding: 0;
}

#main {
  width: 900px;
  height: 570px;
  border-left: 2px solid #222222;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  background-color: #ffffff;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#header {
  width: 900px;
  height: 190px;
  overflow:hidden;
  background: transparent url(img/header.jpg) no-repeat;
}

#premenu{
  height: 160px;
}

#menu {
  width: 900px;
  height: 30px;
  overflow:hidden;
  text-align: center;
  padding-left: 50px;
  border-bottom: 1px solid silver;
  margin-left: 1px;
  margin-right: 1px;
  /*border-collapse: collapse;*/
  
  background: #cccc33 url(img/menu.jpg) repeat-x;
}

#menu div {
  float: left;
  color: #303030;
  width: 132px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: trebuchet MS, Arial;
  cursor: pointer;
  padding-top: 6px !important;
  padding-top: 5px;
  background-image: url(img/menu.jpg);
}

#screen {
  /*margin-top:0 !important;
  margin-top:5px;
  padding: 3px 0 4px 5px;*/
  height: 380px;
  border-bottom: 1px solid silver;
  overflow: hidden;
}

#screen h1 {
  font-size: 18px;
  font-weight: normal;
  font-weight: bold;
  font-family: Arial, Helvetica;
}

#screen h2 {
  font-size: 15px;
  font-weight: normal;
  font-weight: bold;
  font-family: Arial, Helvetica;
}

#screen h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica;
}

#screen li {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica;
  margin-top: 4px !important;
  margin-top: -1px;
}

#footer {
  width: 900px;
  background-color: #ffffff;
  height: 20px;
  padding: 3px;
  font-size: 11px;
}

#footer a, a:visited, a:link {
  color: #000;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.cajaizquierda {
  text-align:left;
  float:left;
  width:370px;
  height:380px;
  /*margin-left: 10px;*/
  /*border: 1px solid black;*/
}

.cajaflash {
  border: 1px solid black;
  width:300px;
  height:300px;
  margin:57px 0 0 35px;
}

.cajaderecha {
  text-align:left;
  float:right;
  width:490px;
  height:380px;
}

.formulario {
  margin: 25px 0 0 20px;
}

.formulario td {
  font-size: 11px;
  font-weight: bold;
}

.formulario input {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 2px center;
  border: 1px solid #ccccff;
}

.formulario #nombre {
  background-image: url(img/user.jpg);
}

.formulario #email {
  background-image: url(img/email.jpg);
}

.formulario #telefono {
  background-image: url(img/phone.jpg);
}

.fotos img {
  border: 2px solid black;
  margin: 3px;
}

.fotos {
  text-align: center;
}
