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, 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-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong{
	font-weight: bold;
}
.clearer {
	clear: both;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size: 100%;
	cursor: default;
	background: #FF7900 url(fondo.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #1d1d1d;
}
#contenedor {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto;
	background:url(portada.jpg) top center no-repeat;
}
#logo-portada {
	width:640px;
	height:290px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#flash{
	height: 300px;
	text-align: center;
}
#footer{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	height:auto;
}
#footer p{
	margin: 0 0 15px 0;
	color: #261600;
}
#footer a{
	text-decoration: none;
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
}
#footer #submenu{
	margin: 0;
	padding: 15px 0;
	background: url(submenu.jpg) top center no-repeat;
}
#footer #submenu a{
	margin: 0 15px;
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
}
#footer #submenu a:hover{
	text-decoration: underline;
}
/*ENLACES INTERIORES*/
h1{
	font-family: "Arial Black", Arial, sans-serif;
	color: #c00;
	font-size: 30px;
	margin: 15px 0;
	font-weight: normal;
}
h1 span{
	font-size: 12px;
	margin: 0 0 15px 0;
	color: #900;
}
h2{
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #1E1E1E;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
}
h2.doble{
	font-size: 18px;
	margin: 0 0 20px 0;
	color: #1E1E1E;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
}
h2.destaca{
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #f00;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
}
h3{
	font-size: 16px;
	margin: 10px 0;
	color: #1E1E1E;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
}
h4{
	font-size: 16px;
	margin: 25px 0;
	color: #1E1E1E;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
	text-align: center;
}
h4 a{
	font-weight: normal;
}
p{
	margin: 0 0 25px 0;
	color: #261600;
}

a{
	text-decoration: none;
	color: #c00;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
.imagen{
	float: right;
	padding: 3px;
	background: #E8540C;
	border: 1px solid #ca4809;
	margin: 0 0 20px 20px;
}
.imagen-derecha{
	padding: 3px;
	background: #E8540C;
	border: 1px solid #ca4809;
	margin: 0 0 20px 0;
}
#superior{
	height: 180px;

}
#superior #logo{
	margin: 0 0 10px 0;
	float: left;
	height: 120px;
	padding: 10px 0 0 0;
}
#superior #direccion{
	margin: 0;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	float: right;
	padding: 20px 15px 0 0;
	width: 400px;
	line-height: 16px;

}
#superior #submenu{
	margin: 0;
	padding: 6px 0;
	font-size: 13px;
	text-align: center;
	background: #e8540c;
	clear: left;
}
#superior #submenu a{
	margin: 0 15px;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
}
#superior #submenu a:hover{
	text-decoration: underline;
}
#superior #submenu a.activo{
	color: #261600;
}
.columna{
	width: 380px;
	float: right;
	text-align: center;
}
.tabla{
	margin:15px 0 0 0;
}
.tabla td{
	text-align: center;
	vertical-align: top;
}
.tabla ul{
	text-align: left;
}
.tabla li{
	margin:0 0 10px 0;
	text-align: justify;
}
.nota{
	font-size: 12px;
}
.izquierda{
	text-align: left;
}
