/* CSS Document */

@import: url("menu.css");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0;
	background-color:#024B82;
	background-image:url(images/bg_body.png);
	background-repeat:repeat-x;
	background-position:left 170px;
	text-align:center;
	}
#main {
	width:700px;
	height:440px;
	padding:35px;
	margin:35px auto;
	text-align:left;
	background-image:url(images/centro.png);
	background-repeat:no-repeat;
	}
#header {
	height:100px;
	background-image:url(images/bg_head.png);
	background-repeat:repeat-x;
	background-color:#EDA614;
	}
	#header h1 {
		margin:0;
		padding:0;
		float:left;
		}
	#header h1 a {
		display:block;
		height:100px;
		width:245px;
		background-image:url(images/logo.png);
		}
	#header h1 a span {
		display:none;
		}
	#header h2 {
		float:right;
		margin:10px;
		font-family:"Impact", Arial, Helvetica, sans-serif;
		font-size:60px;
		color:#FFAE00;
		}
#menu {
	height:30px;
	background-image:url(images/bg_menu.png);
	background-repeat:repeat-x;
	}
	#menu ul {
		margin:0;
		padding:0;
		list-style:none;
		}
	#menu ul li {
		margin:0;
		padding:0;
		float:left;
		width:80px;
		}
	#menu ul li a {
		display:block;
		margin:3px 0;
		padding:4px 10px;
		height:16px;
		color:#024B82;
		font-weight:bold;
		text-decoration:none;
		}
	#menu ul li a:hover {
		color:#FFFFFF;
		background-image:url(images/bg_boton.png);
		background-repeat:repeat-x;
		}
#caja {
	margin:20px 10px 20px 20px;
	padding:10px;
	width:208px;
	float:left;
	display:inline;
	background-color:#ECF8FF;
	border:1px solid #CCCCCC;
	}
	#caja p {
		font-size:12px;
		color:#024B82;
		line-height:18px;
		font-weight:bold;
		font-style:italic;
		}
	#caja h3 {
		font-size:14px;
		color:#0099FF;
		font-style:italic;
		}
#cajon {
	margin:20px 20px 10px 0;
	float:right;
	width:390px;
	padding:0 10px;
	background-color:#FFFFFF;
	}
