html {
		height : 100%;
	}
	body {
		background-image : url('fondo.jpg');
		background-repeat : repeat-x;
		text-align : center;
		padding : 0;
		margin : 0;
		font-family: verdana,sans-serif;
		color: #666666;
		font-size: 11px;
		letter-spacing: 0.2pt;
		line-height: 1.6;
		height : 100%;
	  }
	#contenedor {
		margin : 0 auto 0 auto;
		width : 896px;
		text-align : left;
		z-index : 1;
		position:relative;
		height : auto;
	}
	#cabecera {
		background-image : url('cabecera.jpg');
		width : 896px;
		height : 240px;
	}
	#cabecera #contacto{
		top : 50px;
		right : 50px;
		position : relative;
		width : 240px;
		clear : none;
		float : right;
		text-align: center;
	}
	#cabecera #contacto #botoncontacto{
		background-image : url('botoncontactoup.jpg');
		width : 197px;
		height : 31px;
		padding-top:10px;
		margin:10px 0 10px 20px;
	}
	#cabecera #contacto #botoncontacto a {
		text-transform : uppercase;
		text-decoration : none;
		font-size : 14px;
		color:#0066ff;
	}
	#cabecera #contacto strong{
		color:#0066ff;
	}
	
	#cuerpo {
		background-image : url('cuerpo.png');
		width : 896px;
		height : auto;
	}
	#fondopie {
		background-image : url('fondopie.jpg');
		bottom : 100px;
		left:0px;
		height : 213px;
		position : relative;
		width : 100%;
		z-index : 0;
	}
	#mensadesalida {
		left:70px;
		color: #0066FF;
		font-weight:bold;
		position : relative;
		width : 500px;
		
		float : left;
	}
	#titulo {
		left:70px;
		position : relative;
		width : 500px;
		clear : none;
		float : left;
		font-size : 22px;
		font-weight:bold;
		margin-top:20px;
	}
	#contenido {
		margin-top:20px;
		left:70px;
		position : relative;
		width : 500px;
		clear : none;
		float : left;
	}
	#contenido #miniatura {
		background-image : url('polaroid.png');
		position : relative;
		left:-10px;
		float:left;
		width:250px;
		height:231px;
	}
	#contenido #miniatura img{
		margin:22px 0 0 23px;
	}
	#contenido #miniatura p{
		margin-left:25px;
	}
	#contenido h2{
		color: #FFFFFF;
		background-color: #0066FF;
		padding-left: 5px;
	}
	#contenido h3{
		color: #0066FF;
		font-weight:bold;
	}
	#contenido .divisoredicion{
		margin-bottom:50px;
	}
	#botonera {
		right : 50px;
		position : relative;
		width : 240px;
		clear : none;
		float : right;
		height : 500px;
	}
	#botonera #bot_sup{
		background-image : url('botonerasup.jpg');
		height : 129px;
		background-repeat : no-repeat;
	}
	#botonera #bot_sup #idiomas{
	margin:15px 0 0 90px
	}
	#botonera #bot_fondo{
		background-image : url('botonerafondo.jpg');
		background-repeat : repeat-y;
		padding-bottom:40px;
	}
	#botonera #bot_inf{
		background-image : url('botonerapie.jpg');
		height : 55px;
		background-repeat : no-repeat;
		position:relative;
		bottom:0px;
	}
	#botonera #bot_fondo a{
		margin-left:35px;
		padding-left : 5px;
		clear:right;
		display:block;
		color:#666666;
		text-transform : uppercase;
		text-decoration : none;
/* 		font-weight:bold; */
		font-size : 14px;
	}
	#botonera #bot_fondo a:hover{
		background-color:#0066ff;
		color : #FFFFFF;
	}
	
	#nevegador{
		background-color:#0066ff;
		color : #FFFFFF;
		margin-top:50px;
		left:50px;
		padding-left:20px;
		position : relative;
		width : 525px;
		text-transform : uppercase;
	}
	#nevegador a {
		color : #FFFFFF;
		text-decoration : none;
	}
	
	#pie {
		background-image : url('pie.png');
		width : 826px;
		height: 75px;
		padding: 25px 0 0 70px;
	}
	#pie p{
		margin:0px
	}


	#formulario{
		width:500px;
	}
	#formulario .etiqueta{
		width : 220px;
		float : left
	}
	#formulario .input{
		width : 250px;
		float : left;
	}
	#formulario .input input{
		width : 250px;
	}
	#formulario .input select{
		width : 250px;
	}
	#formulario .input textarea{
		width : 250px;
	}
	
	#tablaprecios {
		border-color : #0267ff;
		border-style : solid;
		border-width : 2px;
		background-color : #0267ff;
		background-image : url('fondoprecios.jpg');
		background-repeat : repeat-x;
		color : #FFFFFF;
	}
	#tablaprecios tr{
		border-style : none;
	}
	#tablaprecios td{
		border-style : none;
	}
	#tablaprecios .descripciontabla{
		padding:15px;
		width:120px;
	}
	#tablaprecios .diastabla{
		padding:15px;
		width:150px;
		text-align:right;
		background-color : #0267ff;
	}
	#tablaprecios .preciotabla{
		padding:15px;
		text-align:right;
		background-color:#3382f9;
		font-weight:bold;
	}

