/*Colores de Sopraval
Rojo: #d81e05 
Azul: #003893*/

/*----Structure----*/

body {
	font-family: klill, bitstream vera sans, helvetica, sans serif;
	color: #c3c3c3;
	background: #333333 url(fondo.jpg) repeat;
	text-align: center;
}

#header {
  margin-left: 100px;  
	background: #333333;
  height: 60px;
  text-align: left;
  clear: both;
  padding-bottom: 20px;
}

#cuerpo {
  margin: 0px auto;
  margin-top: 50px;
  background: #333333;
  width: 1000px;
  border: 2px dashed #0d0d0d;
}

#texto {
  width: 800px;
  text-align: justify;  
}

html>/**/body #texto {
  margin-left: 100px;
  width: 800px;
  text-align: justify;  
}

#footer {
  width: 800px;
	background: #333333;
  height: 40px;
  text-align: left;
  clear: both;
  font-size: 10px;
}

html>/**/body #footer {
  width: 800px;
  height: 40px;
  text-align: left;
  clear: both;
  margin-left: 100px;
  font-size: 10px;
}

.info a {
  color: #d81e05;
  text-decoration: none;
  font-weight: bold;
}

#footer a {
  color: #d81e05;
  text-decoration: none;
  font-weight: bold;
}

#texto img {
  border: 1px solid #0d0d0d;
}

h2 {
  padding-top: 20px;
}

img {
  float: left;
  margin-right: 20px;
  }

