/* CSS Document */

body {
	background: #F0F0E8 url(img/bg_top.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 17px 0 0 0;
	font-size: 0.9em;
	}
	
/*--------------------------------------------------------------------*/
	
#wrap {
	margin:0 auto;
	width: 720px;
	}
	
/*--------------------------------------------------------------------*/
	
#head {
	height: 117px;
	}
	#head h1 {
		margin: 0;
		padding: 0;
		float: left;
		width: 237px;
		height: 100px;
		}
	#head h1 a {
		display: block;
		height: 100px;
		width: 237px;
		background: transparent url(img/logo.png) no-repeat;
		text-indent: -9999px;
		}
	#head p {
		display: none;
		}
	#head ul {
		float: right;
		list-style: none;
		margin: 71px 0 0 0;
		padding: 0;
		width: 480px;
		}
		#head ul li {
			margin: 1px 0;
			padding: 0;
			float: right;
			}
		#head ul li a {
			display: block;
			padding: 0 6px 16px 6px;
			text-align: right;
			color: #1AA1BE;
			text-decoration: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold; 
			text-transform: lowercase;
			}
		#head ul li a:hover {
			color: #000000;
			}
		#head ul li.sel a {
			color: #000000;
			background: url(img/bg_btn.png) bottom center no-repeat;
			}
	
/*--------------------------------------------------------------------*/
	
#cont {
	padding: 0;
	margin: 0;
	background: #F0F0E8 url(img/bg_cont.png) repeat-y;
	}
	
/*--------------------------------------------------------------------*/
	
	#splash {
		height: 160px;
		padding: 11px 0 0 0;
		background-color: #FFFFFF;
		}
	
/*--------------------------------------------------------------------*/
	.centro { text-align: center; }
	.pderecha { text-align: right; }
	.pizq { text-align: left; }
	.img_izq { float: left; margin-right: 8px; }
	.img_der { float: right; margin-left: 8px; }
	.img_bor { padding: 4px; background-color: #CCCCCC; border: 1px solid #999999; }
	
/*--------------------------------------------------------------------*/
	
	#left {
		float: left;
		width: 460px;
		padding: 10px;
		background-color: transparent;
		}
		#left h2 {
			color: #E54800;
			font-size: 1.4em;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			margin: 20px 0;
			border-bottom: 1px solid #E54800;
			}
		#left h3 {
			margin: 16px 0;
			font-size: 1.2em;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #046380;
			}
		#left a {
			color: #046380;
			text-decoration: none;
			}
		#left a:hover {
			text-decoration: underline;
			}
		#left .enviado {
			color: #669900;
			background: url(img/Si.png) no-repeat;
			padding-left: 20px;
			}
		#left a img {
			border: 0;
			}
	
		#left a.linky img {
			border: 1px solid #689195;
			margin: 2px;
			}
	
/*--------------------------------------------------------------------*/
	
	#righ {
		float: right;
		width: 200px;
		padding: 10px 0 10px 10px;
		background-color: transparent;
		text-align: right;
		}
		
		#righ h3 {
			font-size: 1.3em;
			color: #C3360B;
			border-bottom: 1px dotted #C3360B;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			}
		#righ h4 {
			font-size: 1.0em;
			color: #000000;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			margin: 4px 0;
			}
						
			#righ ul {
				margin: 0;
				padding: 0;
				list-style: none;
				font-size: 0.8em;
				}
			#right ol {
				list-style-type: square;
				}
			#righ ul li {
				margin: 0;
				padding: 0;
				}
			#righ ul li a {
				display: block;
				background: url(img/bg_li.png) bottom right no-repeat;
				padding: 2px 14px 1px 8px;
				text-decoration: none;
				color: #1E87A5;
				}
				#righ ul li a:hover {
					background-position: top right;
					}

/*---------------------------CONTACT----------------------------*/
form#contactox {
	width: 320px;
	margin: 10px 60px;
	}
form#contactox fieldset {
	border: 0;
	padding: 6px 12px;
	margin: 0;
	}
form#contactox fieldset legend {
	display: none;
	}
form#contactox fieldset label {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	}
form#contact fieldset label {
	display:block;
	}
form#contactox fieldset input, form#contactox fieldset textarea {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	display: block;
	color: #333333;
	background-color: #FFFFFF;
	width: 98%;
	}
form#contactox fieldset input:focus, form#contactox fieldset textarea:focus {
	border-color:#666666;
	}

form#contact fieldset button { margin:3px 0; }

/*--------------------------------------------------------------------*/
	
#foot {
	clear: both;
	background-color: #D2D2BB;
	padding: 20px 10px;
	border-top: 1px solid #FFFFFF;
	font-size: 10px;
	height: 50px;
	text-align: center;
	}
	#foot p {
		margin: 0;
		}
	#foot a {
		color: #036588;
		text-decoration: none;
		}
	#foot a:hover {
		text-decoration: underline;
		}
	#foot p.links a {
		font-size: 12px;
		font-weight: bold;
		color: #C3360B;
		}
	
	
	
	
	
	
	