body {
	background-color:#003366;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
	text-align: justify;
	background-image: url(pix/bg.png);
	background-repeat: repeat;
	width:700px;
	margin: 30px auto;
	}

a{
	color:#CCCCCC;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	color: #FFF;
	}

h1 {
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 16px;
	color: #003366;
	text-align: left;
	padding-left: 35px;
	}

p {
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	padding-left: 35px;
	}
	
span {
	color: #336;
	font-size: 120%;
	}

	/*		
form {
	margin-top: -10px;
	margin-bottom: -10px;
	padding-left: 25px;
	}
	
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336;
	}	
		
#centrado{
	width:700px;
	margin: 30px auto;
	}	
	*/

#header {
	background-image: url(pix/top.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 115px;
	padding-left: 12px;
	padding-top: 6px;
	text-align: left;
	}

#content {
	background-image: url(pix/content.gif);
	background-repeat: no-repeat;
	width: 680px;
	height: 425px;
	padding: 6px 10px;
	clear: left;
	float: left;
	height: 427px;
	}

#home {
	width:200px;
	float:left;
	clear:left;
	height: 100%;
	padding: 90px 0px 0px 120px;
	}
	
#columnacentral {
	width:370px;
	float:left;
	clear:left;
	padding: 20px 0px 0px 30px;
	}

#columnaderecha{
	float:right;
	clear:none;
	width: 250px;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #CCCCCC;
	width: 650px;
	float:left;
	clear:left;
	padding-left: 15px;
	}

.logo {
	float:left;
	clear: left;
	padding: 10px 0 0 -15px;
	border: 0px;
	}

.right {
	float:right;
	clear: right;
	}
