body {
    cursor: default;
    margin: 10px 0;
	background: #FFF url(../images/bg1.jpg) repeat-x;
    color: #000000;
    text-align: center;
	font: normal 13px 'Trebuchet MS', sans-serif;
}
#page {

    width: 760px;
    margin: 0 auto;
    color: #000;
    text-align: left;
}


/* links */
a {
	background: inherit;
	color: #009CFF;
	text-decoration: none;
}
a:hover {
	background: inherit;
	color: red;
}

/* headers */
h1 {
	color: #009CFF;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #009CFF;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	color: #009CFF;
	font-size: 15px;
	font-weight: bold;
}
p, h1, h2, h3 {
	margin: 10px 15px;
}

p {
display:block;
}



ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: red;	
}
ul span, ol span {
	color: #333;
}

/***********************
	  LAYOUT
************************/



/* header */
#header {
	height: 121px;
	text-align: left;
	background-color: #FFFFFF;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content img{
	border:none;
    padding: 0;
}


/* header menu */
#header-content div{
	position: absolute;
	right: 0px;
	top: 10px;
}
#header-content ul {
	position: absolute;
	right: 0px; top: 35px;
	font: bolder 15px 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 4px;	
	color: #FFF;
	background-color: #009CFF;
	text-decoration: none;

    border-left: 1px solid #FFFFFF;
}
#header-content li a:hover {
	background: #FFF;
	color: #009CFF;
	border-left: 1px solid #009CFF;
}
#header-content li a#current  {
	background: #FFF;
	color: #009CFF;
}

#headerphoto {
	border: 7px solid #FFFFFF;	/*background: #FFF url(../images/panorama.jpg) no-repeat center;*/
	margin-top: 20px;
}
/* images */
/* dropshadow photo */
.img-shadow { 
float:left; 
background: url(../images/ShadowAlpha.png) no-repeat bottom right !important; 
background: url(../images/Shadow.gif) no-repeat bottom right; 
margin: 10px 0 0 10px !important; 
margin: 10px 0 0 5px; 
} 
.img-shadow img { 
display: block; 
position: relative; 
background-color: #fff; 
border: 1px solid #a9a9a9; 
margin: -6px 6px 6px -6px; 
padding: 4px; 
} 
/* end images */


			/*CALENDAR*/
#kalender {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;

	text-align: left;	
}
#footer h3 {
	margin-left: 0;
	font: bold 15px 'Trebuchet MS', Tahoma, Arial, sans-serif;
}
#footer p {
	margin-left: 0;
	font-size: 11px;
	font-weight: normal;
}
#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	
}
#footer-content a:hover {
	text-decoration: underline;

}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

.regreso{ text-align:right; clear:both;}

/* tablas */
.precios { border:#009CFF 1px solid; width:100%; text-align:center; margin-top:15px; }

th{ background-color:#E4E4E4;}
td img{
	border:0px;
}
.color{ background-color:#FFFFCC;}

/* formularios */
#formulario {margin:15px}

legend{ padding:5px; font-weight:bold;}
label{ display:block; }
input{display:block; border:1px solid #6C8EFF; margin-bottom:0px; width:200px;}
input:focus{color:#6C8EFF; background:#F3F3F3;}
textarea{ display: block; border:1px solid #6C8EFF;}
textarea:focus{color:#6C8EFF; background:#F3F3F3;}
.boton{margin-top:15px;}

.cushycms {
	background-color: #CAEAFF;
	border: medium dashed #009CFF;
}
