/* 	========================= 
	Estructura general pagina 
	========================= */
/* 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}*/

html, body {
  background: #EEE;
  font-size: 14px;
  line-height: 1.5em;
  color: #333;
  font-family: 'Droid Sans', arial, serif;
}

#pagina {
  width: 920px;
  margin: 0 auto;
/*  margin-left: -0.5em;
  margin-right: 0.5em; */
  padding: 0 20px 35px;
  background: #FFF;
  /*border-top: 3px solid #B81007;*/
  overflow: hidden;
}

#cabecera {
	height: 200px;
}

#precontenido{
	float: left;
}

#contenido{
  float: left;
  width: 920px;
}

#contenido #central{
  float: left;
  width: 46em;
}

#contenido #lateral{
  float: left;
  width: 19em;
}

#pie {
  clear: both;
}

#boton{
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 5px;
  cursor: pointer;
  background: none repeat scroll 0 0 #B81007;
  border: 1px solid #9D4D2C;
  color: #fff;
  padding: 4px 6px;
  text-shadow: 1px 1px 1px #300033;
  margin-right: 4px;
  margin-bottom: 5px;
  font-weight: bold;
}

