@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../imagenes/fondo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	text-align:justify;
	}
	.ir-arriba {
display:none;
padding:20px;
background:#FFFFFF;
font-size:20px;
color:#fff;
cursor:pointer;
position: fixed;
bottom:20px;
right:20px;
}


.page {
	background-image:url(../imagenes/opacidad.png);
	width:960px;
	margin:auto}
	
	a{
		text-decoration:none;
		color: #000;
		font-weight:bold;
		
		
		}
		
		a:hover{
				text-decoration:none;
				color:#333;
			}
	.texto_grande{
			font-size:13px;
	color:#333;
		}
	
	.imagen {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F2F2F2;
  


    border: 1px #CCCCCC solid;

    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}


.cabecera{
	
	font-weight:bold;
	font-size:16px;
	color:#5d3916;
	text-transform:uppercase;
	line-height:1em;}
	

.tarifas{
	
	font-weight:bold;
	font-size:14px;
	color:#5d3916;
	text-transform:uppercase;
	line-height:1em;}