body {

	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	background: #fff;
}

body, html, table, tr, td {

	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	background: url(../images/bg/background.gif) top left repeat;
}

h1 {
	color: #2a849d;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	margin-top: 0px;
}

h2 {

	color: #bb410b;
	font-size: 12px;
	font-weight: bold;
}

/* Link Genericos */

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #2a849d;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #2569b6;
}

ul {
	margin-left: 30px;
}



li {
	margin-bottom: 13px;
	list-style: square;
}

ol {
	margin-left: 30px;
	list-style: decimal;
}

/* Estilos sitios */
#contenedor {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -383px;
	width: 765px;
	height: auto;
	background: url(../images/bg/background-principal.gif) top left repeat-y;
}
#superior {
	width: 765px; 
	height: 9px;
	background: url(../images/bg/background-inferior.gif) top left no-repeat;
}
#principal-flash {
	width: 751px;
	height: 320px;
	margin-left: 7px;
	margin-right: 7px;
	background: url(../images/bg/background-home.gif) top left repeat-x;
}
#flash-home-menu {
	position: absolute;
	top: 70px;
	left: 7px;
	width: 700px;
	height: 150px;
}
#menu-home {
	width: 751px;
	height: 97px;
	margin-left: 7px;
	margin-right: 7px;
	background: white;
}
#menu-home img {
	border: 0px;
}
#pie-de-pagina {
	width: 731px;
	height: 80px;;
	margin-left: 7px;
	margin-right: 7px;
	padding: 10px;
	font-size: 10px;
	color: #174879;
}
#pie-de-pagina img.imgder {
	float: right;
}
#cierre-contenido {
	width: 765px;
	height: 9px;
	background: url(../images/bg/background-superior.gif) top left no-repeat;
}

