﻿.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.LogoPopup
{
    text-align:left; 
    margin:0px auto;
}

.TituloPopup
{
    /* width:300px;  */
    text-align:center; 
    margin: 5px auto 15px;
    font:bold 15px arial; 
    color:#707c8b;
}

.ContenedorPopup
{
    overflow: auto;
    height: 200px;
    margin: 0px 30px;
}

.ContenedorPopup p
{
    margin: 10px auto;
}

.modalPopupRecomienda {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height: 300px;
}

.ContenedorReservaPopup
{
    overflow: auto;
    height: 230px;
    margin: 0px 30px;
}

.ContenedorReservaPopup p
{
    margin: 10px auto;
}
.modalPopupReserva {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height: 440px;
}

.modalPopupTarifas {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height: 550px;
}

.ContenedorPopupTarifas
{
    overflow: auto;
    height: 300px;
    margin: 10px 0px 5px 30px;
}

.modalPopupValorarProducto {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height: 400px;
}

.ContenedorPopupValorarProducto
{
    overflow: auto;
    height: 180px;
    margin: 0px;
}

.ContenedorPopupValorarProducto p
{
    margin: 10px auto;
}