<style type="text/css">
	a:link {color: #000000}
	a:visited {color: #000000}
	a:hover {color: #000000}
	a:active {color: #000000}
	
	body {
		margin:0px 0px 0px 0px; 
		font-family: arial, helvetica, arial, sans-serif;
		font-size:12px;
		background-color:#F4FCF6;
		
	}
	
	/* LEFT ///////////////////////////////// */
	
		#left {
			margin-right:350px;
		}
		
		h1 {		
			font-size:30px;
			margin:0px;	
		}
		

		.vertitle {
			border-bottom:
			1px solid #CEEBD6;
			margin:0px 0px 4px 0px;
			font-size:15px;
			font-weight:bold;
		}
	
		.boxpromo {
			font-size:14px;
		}
	
	/* DERECHA ///////////////////////////////// */
	
		#derecha {
			background:#E2E2D3;
			float: right;
			width: 330px;
			margin: 0px;
			padding:0px;
		}
		
		#derecha .titulo {		
			margin:0px;
			padding:0px;
			height:25px;
			font-size:13px;
			line-height:25px;	
			margin-bottom: 6px;
		}
		
		
		#derecha-box {
			padding: 5px;
			margin: 0px 0px 7px 0px;
			width:320px;

		}
		
		#derecha-box li {		
		
		}
		
		#derecha-box a {
			line-height:26px;
		}
		
		#derecha-box li img {
			margin-top:5px;
			margin-right: 7px;
			float:left;
			line-height:26px;
		}
	
	/* CONTACTO FORM ///////////////////////////////// */

		#contacto-form {
			padding-top:7px;
		}
		
		#contacto-form .label {
			width:80px;
			margin-right: 0px;
			float:left;
			text-align: right;
			padding-right:5px;
			line-height:25px;
		}
		
		#contacto-form  input {
			width:200px;	
			margin: 3px 0px 2px 0px;	

		}
		
		#contacto-form textarea {
			overflow:hidden;
			font-size:12px;
			width:80%;
			height:70px;
			margin:4px 0 0 0;
		}
	
		#contacto-form  #boton {
			width:35%;
			font-size:13px;
			font-weight:bold;
			margin-top: 15px;
			font-weight:normal;
		}
		
		
	/* ENVIAR MAIL ///////////////////////////////// */

		#enviar-mail {
			background:#bedeb4;
			margin:2px 0px 5px 0px;
			padding: 10px;
			width:308px;
			overflow:hidden;
			bordeR: 1px solid white;
		}		
		
		#enviar-mail .line {
			height:25px;
			line-height:25px;
		}
		
		#enviar-mail .line input {
			width: 100%;
			margin:0px;
			padding:0px;
			height:20px;
			margin: 0px 0 0px 0;
			border: 1px solid #4D6B53;
			font-size:16px;
			float:right;
			width:215px;
			
		}

		#enviar-mail textarea {
			
			overflow:hidden;
			width: 298px;
			border: 1px solid #4D6B53;
			margin:0px;
			padding:0px;
			height:70px;
		}			
	
		#enviar-mail .label {
			text-align: left;
			font-size:11px;
			margin: 0 0 7px 0;
			font-weight:bold;
			line-height: 15px;
			
		}		
				
		#enviar-mail  .label1 {
			overflow:hidden;
			font-size:12px;
			width:60px;
			float:left;
			line-height: 22px;
		}
			
		#enviar-mail .ej {
			line-height:14px;
			font-size:11px;
			color:#666666;
			margin:0px;
			padding:0px;
		}
		
		#enviar-mail #boton1 {
			font-weight:bold;
			font-family:arial;
			width:100%;
			margin:0px;
		}
		
		/* BASE ///////////////////////////////// */
		
		#base {
			margin: 15px 0 0 0;
			height:25px;
			border-top: 1px solid #4D6B53;
			padding-right:20px;
			clear:both;
			background:#BEDEB4;
		}
		
		#base #d {
			font-size:20px;
			float:right;
		}
		
		#base #l {
			font-size:20px;
			float:left;
		}
		

		
	
	</style> 
