/* base semi-transparente */
    .overlay{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 175%;
        background: #000;
        z-index:1001;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
    }
	
    /* estilo para lo q este dentro de la ventana modal */
    .modal {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        padding: 16px;
        background: #fff;		
		color: #333;
        z-index:1002;		
        overflow: auto;
    }
	 .modal2 {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 65%;
        padding: 16px;
        background: #fff;		
		color: #333;
        z-index:1002;		
        overflow: auto;
    }

.buttons{
color:#FFFFFF;
text-decoration:none;
}

.buttons a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

.footer{
border-top:dotted 1px #FF3300;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFCA13;
}

.tarifa1{
background-color:#ffd900;
border-bottom:1px #b97a00 solid;
border-top:0px;
border-right:0px;
border-left:0px;
}
.tarifa2{
background-color:#ffe96a;
border-bottom:1px #b97a00 solid;
border-top:0px;
border-right:0px;
border-left:0px;
}
.contenedor_tarifas{
border:1px #b97a00 solid;
}
.menu{
font-size:12px;
color:#003300;
}
.contenido{
padding:0px 20px 0px 20px;
}
.header{
	padding:0px 10px 0px 10px;
    color:#FFFFFF;
	font-size:12px;
}
a:link {
	color:#003300;
	text-decoration:none;
}
a:visited {
	color:#003300;
	text-decoration:none;
}

.slideshow { height: 270px;
text-align:center }
.slideshow img {
padding:0px 10px 0px 10px;}
