html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* FIN RESET */

body{
	background: url('../img/fondo.png') repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
}

h2{
	font-size: 18px;
	color: #966500;
	margin: 0px;
}
h3{
	font-size: 14px;
	font-weight: normal;
  color: #966500;
  margin: 0px;
}

a:link, a:visited{
	color: black;
	text-decoration: none;
}

a:active, a:hover{
	color: #966500;
}

b{
	font-size: 14px;
	text-transform: uppercase;
	color: #966500;
}

#cabecera{
	background: url('../img/cabecera.jpg') no-repeat;
	height: 140px;
	width: 1018px;
	padding-top: 76px;
	line-height: 19px;
	vertical-align: middle;
}


#cabecera a:link, #cabecera a:visited{
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 190px;
	height: 19px;
	color: black;
	margin-bottom: 5px;
}

#cabecera a:hover, #cabecera a:active{
	font-weight: bold;
	background-color: #f3f3f3;
}

#contenido{
	background: url('../img/cuerpo.jpg') no-repeat;
	height: 690px;
	width: 948px;
	line-height: 17px;
	padding-left: 70px;
}

#contenido * .izquierda{
	width: 295px;
	height: 562px;
	padding-right: 50px;
}

#contenido * .derecha{
	padding-left: 63px;
	width: 468px;
	height: 562px;
	
}

#contenido .derecha b{
	display: block;
	color: #969696;
	font-size: 14px;
	margin-bottom: 13.5px;
}

#pie{
	background: url('../img/pie.jpg') no-repeat;
	height: 95px;
	width: 1018px;
}

