/*for under construction*/
h4{font-size:40px;}
/*general styles*/
html, body {
    background: #C1CFDF url(img/bg.jpg) repeat-x;
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    min-width: 600px; /* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 90%;
    text-align: center;
	font-family:"MS Sans Serif",Geneva,sans-serif;
}
#tocenter {
    margin: 0 auto;
    max-width: 1024px;
    min-width: 750px;
    text-align:justify;
	_width:800px;
}

a{
	color:#000;
	font-weight:bold;
}
img{border:none;}
h1 {
    color: #e40054;
    font-size: 18px;
}

h2 {
    color: #FFF;
    font-size: 16px;
	text-align:center;
}
h3 {margin-top:35px;margin-bottom:0px;color:#437897}

/* Header styles */
#header {
    clear: both;
    float: left;
    width: 100%;
	height: 250px;
    background: url('img/header.jpg') right no-repeat;
}
 #header p, #header h1, #header h2 {
    padding: .4em 15px 0 15px;
    margin: 0;
}
 #header ul {
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
 #header ul li {
    display: inline;
    list-style: none;
    margin: 0 1%;
    padding: 0 4px;
    position: relative;
    float: left;
    opacity: 0.4;
	filter:Alpha(opacity=40);
    background: white;
}
 #header ul li a {
    display: block;
    float: left;
    text-align: center;
    position: relative;
	padding: 205px 0 25px;
    height: 100%;

    color: #000;
    text-decoration: none;




}
 #header ul li a:hover {
    opacity: 0.8;
	filter:Alpha(opacity=80);
}
 #header ul li:hover {
    opacity: 0.8;
	filter:Alpha(opacity=80);
}
 #header ul .now {
    opacity: 0.8;
	filter: Alpha(opacity = 80);

}

/* column container */ .colmask {
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
	top:20px;
}

/* holy grail 3 column settings */ .holygrail {
    background: #fff; /* Right column background colour */
} .holygrail .colmid {
    float: left;
    width: 202%;
    margin-left: -200px; /* Width of right column */
    position: relative;
    right: 100%;
	background: #C1CFDF url(img/bg.jpg) repeat-x;
    _background:#C1CFDF repeat-x;  /* Centre column background colour */
} .holygrail .colleft {
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 376px; /* Left column width + right column width */
    background: #fff; /* Left column background colour */
} .holygrail .col1wrap {
    float: left;
    width: 50%;
    position: relative;
    right: 200px; /* Width of left column */
    padding-bottom: 1em; /* Centre column bottom padding. Leave it out if it's zero */
} .holygrail .col1 {
    margin: 0 228px; /* Centre column side padding:
     Left padding = left column width + centre column left padding width
     Right padding = right column width + centre column right padding width */
    position: relative;
    left: 199%;
	_width:350px;
    overflow: hidden;
} .holygrail .col1 img{
	position:relative;
	left:30%;
	_left:80px;
}

 .holygrail .col2 {
    float: left;
    float: right; /* This overrides the float:left above */
    width: 170px; /* Width of left column content (left column width minus left and right padding) */
    position: relative;
    right: -9px; /* Width of the left-had side padding on the left column */
} .holygrail .col3 {
    float: left;
    float: right; /* This overrides the float:left above */
    width: 170px; /* Width of right column content (right column width minus left and right padding) */
    margin-right: 45px; /* Width of right column right-hand padding + left column left and right padding */
    position: relative;
    left: 51%;
	_left:50%;
}
.holygrail .col3 img{margin-bottom: 10px;}
.holygrail .col2, .holygrail .col3{
	background:#FF1365;
	padding:100px 5px;
	top:5px;
	border:3px solid #fff;
}
 .holygrail .col2 input,.holygrail .col2 textarea {
    width: 130px;
	overflow:visible;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size:12px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*El estilo del Guestbook*/
.bookentry{
	float:left;
	position:relative;
	width:40%;
	margin:10px;
	padding:5px;
	border:dashed 1px #e40054;
}
.bookentry div{
	text-align:right;
}
.bookentry p{
	font-style:italic;
}
.bookentry h3{
	text-align:center;
}

