html,body {
	font-family:Arial;
	font-size:10px;
}

h1 {
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p {
	font-family:Arial;
	font-size: 10px;
	color: #000000;
}

ul, li {
	font-family:Arial;
	font-size: 10px;
	color: #000000;
}

label {
	font-family:Arial;
	font-size: 10px;
	color: #000000;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color:#FF6600;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color:#3366FF;
}
a:active {
	text-decoration: underline;
	color:#3366FF;
}

#mainbox {
	border:5px solid #000000;
	width:720px;
	height:642px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	background:#000000;
	width:720px;
	height:85px;
	margin-top: 0px;
}

#header {
	background:#000000;
	width:720px;
	height:85px;
	margin-top: 0px;
}

.img a {
	display: block;
	padding: 5px;
	margin: 6px;
	border: 1px solid #000000;
	background: #ffffff;
	line-height: 0px;
}

.img a:visited {
	border: 1px solid #000000;
	background: #ffffff;
}

.img a:hover {
	border: 1px solid #ffffff;
	background: #000000;
}

.booking a {
	width:177px;
	height:172px;
	background: url(../images/booking.gif) no-repeat 0 0;
	display:block;
	float:left;
	text-decoration:none;
}

.booking a:hover {
	background-position: 0 -172px;
}

.guestbook a {
	margin-left:3px;
	width:128px;
	height:172px;
	background: url(../images/guestbook.gif) no-repeat 0 0;
	display:block;
	float:left;
	text-decoration:none;
}

.guestbook a:hover {
	background-position: 0 -172px;
}

.prayer a {
	width:310px;
	height:76px;
	margin-top:3px;
	background: url(../images/prayer.gif) no-repeat 0 0;
	display:block;
	float:left;
	text-decoration:none;
}

.prayer a:hover {
	background-position: 0 -76px;
}

.photo a {
	width:153px;
	height:172px;
	background: url(../images/photos.gif) no-repeat 0 0;
	display:block;
	float:left;
	text-decoration:none;
}

.photo a:hover {
	background-position: 0 -172px;
}

.video a {
	width:151px;
	height:172px;
	margin-left:3px;
	background: url(../images/videos.gif) no-repeat 0 0;
	display:block;
	float:left;
	text-decoration:none;
}

.video a:hover {
	background-position: 0 -172px;
}

.press a {
	width:310px;
	height:76px;
	margin-top:3px;
	background: url(../images/press.gif) no-repeat 0 0;
	display:block;
	float:left;
	text-decoration:none;
}

.press a:hover {
	background-position: 0 -76px;
}

    #wrappaginas{
        height:470px;
        overflow:hidden;
        position:relative;
    }
    #pagina1, #pagina2, #pagina3, #pagina4, #pagina5, #pagina6 {
        position:relative;
        top:0px;
        left:0px;
        height:470px;
        display:block;
        }
    #pagina1 {
		background: #e5e5e5 url(../images/bg-news.png);
		background-repeat:no-repeat;
		background-position:bottom right;
        }
    #pagina2 {
		background: #e5e5e5; 
        }
    #pagina3 {
		background: #e5e5e5 url(../images/bg-news.png);
		background-repeat:no-repeat;
		background-position:bottom right;
        }
    #pagina4 {
		background:#e5e5e5 url(../images/bg-news.png);
		background-repeat:no-repeat;
		background-position:bottom right;        }
    #pagina5 {
		background:#e5e5e5 url(../images/bg-news.png);
		background-repeat:no-repeat;
		background-position:bottom right;        }
    #pagina6 {
		background:#e5e5e5 url(../images/bg-news.png);
		background-repeat:no-repeat;
		background-position:bottom right;        }    
    .headingHome {
        font-size:13px;
        font-weight:bold;
    	color:#7a2320;
    	text-transform:uppercase;
        letter-spacing:-1px;
    	margin-bottom:5px;
        overflow:hidden;
    }
    
    .demoHome {
    	position:absolute;
    	width:480px;
    	height:220px;
    	z-index:10000;
    	bottom:20px;
    	right:10px;
    	display:none;
        z-index: 9999;
	}
    
    .detalles {
        position: absolute;
        top:15px;
        left:475px;
        width:230px;
    }
    
    .detalles p {
        letter-spacing:-1px;
        margin-bottom:10px;
    }
    
    .detalles em {
        font-style:normal;
        font-weight:bold;
        color:#ca0005;
    }
    
    .selector div { /* Botones selectores */
        float:left;
        background-repeat:no-repeat;
        background-position:left top;
        cursor:pointer;
        }
    .selector:hover div {
        background-position:left center;
        }

    #homeBotonera {
        margin:0;
        }
    #homeBotonera .selector div p {
        line-height:12px;
        font-size:11px;
        letter-spacing:-1px;
        text-align:center;
        margin-top:50px;
        color:#000;
    }
    #homeBotonera .selector div p strong {
        color:#7a2320;
    }
    #homeBotonera .selector.activo div {
        background-position:left bottom;
        cursor:default;
        }
    #homeBotonera .selector.activo div p,#homeBotonera .selector.activo div p strong {
        color:#fff;
        }
    #homeBotonera #sel1 {
        width:120px;
        height:85px;
        }
    #homeBotonera #sel2 {
        width:120px;
        height:85px;
        }
    #homeBotonera #sel3 {
        width:120px;
        height:85px;
        }
    #homeBotonera #sel4 {
        width:120px;
        height:85px;
        }
    #homeBotonera #sel5 {
        width:120px;
        height:85px;
        }
    #homeBotonera #sel6 {
        width:120px;
        height:85px;
        }
    #homeBotonera #sel7 {
        width:167px;
        height:148px;
/*        background-image: url(imageSelector.php?f=home_bt_06.png);*/
/* ahora situado en i_css.css */
}
    
    .colHome {
        width:45%;
        float:left;
        }
    .colHome.margin {
        margin-left:55px;
        }
    .colHome h3 {
        background:url(file:///E|/Sites/img/bg_dotted.png) repeat-x left bottom;
        padding-bottom:15px;
        font-size:20px;
        }
    .colHome h3 img {
        margin-left:8px;
        font-size:10px;
        }
    .colHome h3 div {
        background:url(file:///E|/Sites/img/soIcons.png) no-repeat right center;
        }
    .colHome p {
        line-height:15px;
        }
