/* GENERAL */

	html {
		overflow:auto;
		background-image:url('../imagenes/bg.png');
	}

	html, body {
		padding:0px;
		margin:0px;
		border:0px;
	}

	body {
		text-align:center;
		font-family:arial;
		font-size:12px;
		color:#444;
	}

	img {
		border:0px;
	}

	A:link {
		text-decoration: none;
		color:#cc0000;
		font-weight:bold;
	}

	A:visited {
		text-decoration: none;
		color:#cc0000;
		font-weight:bold;
	}

	A:active {
		text-decoration: none;
		color:#cc0000;
		font-weight:bold;
	}

	A:hover {
		text-decoration: underline;
		color:#cc0000;
		font-weight:bold;
	}


/* ESTRUCTURA */

	div#container {
		background:white;
		margin:auto;
		width:750px;
	}



/* TOP */
	div#top {
		background-image:url('../imagenes/bg-top.gif');
		background-repeat:repeat-x;
		border-top:solid 5px #023c89;
		text-align:left;
		
	}

	div#top a.logo {
		margin-right:150px;
	}


/* HEADER */
	div#header {
		background-image:url('../imagenes/bg-header.jpg');
		background-repeat:no-repeat;
		height:255px;
		margin-bottom:0px;
		text-align:justify;
		color:white;
	}

	div#header div {
		padding-top:30px;
		margin-left:290px;
		width:260px;
	}

	div#header div h1 {
		font-size:15px;
		font-weight:bold;
		padding:0px;
		margin:0px;
	}



/* CONTENIDO */

	div#contenido {
		background:white;
		width:750px;
		text-align:center;
	}

	div#contenido h1.slogan {
		font-size:20px;
		font-weight:bold;
		text-decoration:underline;
		padding:0px;
		margin:0px;
		color:#df0000;
	}

	div#box {
		background:white;
		text-align:left;
		float:left;
		width:353px;
		border:0px;
		height:130px;
		padding:10px;
	}

	div#box div {
		text-align:justify;
		background:white;
	}
	
	div#box img {
		text-align:left;
		float:left;
		margin-right:10px;
	}

	div#box div h1 {
		font-size:18px;
		font-weight:bold;
		padding:0px;
		margin:0px;
		color:#004485;
	}







	h1.title {
		font-size:18px;
		font-weight:bold;
		padding:0px;
		margin:0px;
		color:#004485;
	}


/* FOOTER */
	div#footer {
		font-size:11px;
		background-image:url('../imagenes/bg-footer.gif');
		padding-top:5px;
		margin-top:10px;
		height:33px;
		width:750px;
		float:left;
		color:#f2f2f2;
	}

	div#footer p {
		padding:0px;
		margin:0px;
		color:#ddd;
	}

	div#footer A:link {
		text-decoration: none;
		color:#f2f2f2;
	}

	div#footer A:visited {
		text-decoration: none;
		color:#f2f2f2;
	}

	div#footer A:active {
		text-decoration: none;
		color:#f2f2f2;
	}

	div#footer A:hover {
		text-decoration: underline;
		color:white;
		font-weight:bold;
	}
	



/* LINKS */

	A:link {
		text-decoration: none;
		color:#cc0000;
	}

	A:visited {
		text-decoration: none;
		color:#cc0000;
	}

	A:active {
		text-decoration: none;
		color:#cc0000;
	}

	A:hover {
		text-decoration: underline;
		color:#cc0000;
		font-weight:;
	}