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,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}/*fin de reseteo*/

#contenedor {
	width: 960px;
	margin: auto; 
}

#cabecera {
	width: 100%;
	height: 120px;
	border-bottom: 1px solid yellow;
	float: left;
	clear: both;
}

#central {
	width: 100%;
	float: left;
	clear: both;
	background: url(../images/fondo5.gif) repeat scroll;
}

#pie {
	width: 100%;
	height: 40px;
	float: left;
	border-top: 1px solid yellow;
	background: url(../images/fondo.gif) repeat;
}


#menu {
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}

#datos {
	width: 520px;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

#datos2 {
	width: 170px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;	
}

#barra {
	width: 940px;
	float: left;
	height: 20px;
	margin-left: 10px;
	margin-top: 5px;
	background: url(../images/fondo5.gif);
}


body {
	color: white;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.alineacioncentral {
	text-align: center;
}

.negrita {
	font-weight: bold;
}

table {
	width: 100%;
	height: 40px;
}

td {
	vertical-align: middle;
}

.encabezado1 {
	font: bold 48px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1e1e1e;
}

.parrafo {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #1e1e1e;
}

.encabezado2 {
	font: bold 30px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1e1e1e;
}

.cursiva {
	font: italic normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #1e1e1e;
}

.lista {
	list-style: circle inside;
}

.parrafonegrita {
	font: bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #204995;
}

