﻿*
{
	margin: 0;
	padding: 0;
}

body
{
}


.headerMain
{
	position: relative;
	height: 40px;
	margin: 0 auto;
	background-color: #ECF0E8;
	background-image: url(../images/bgHeader_skyinmadrid.png);
	background-repeat: repeat-x;
	font-size: 1.2em;
}

.leftHeader
{
	height: 40px;
	width: 8px;
	display: block;
	float: left;
	background-color: #ECF0E8;
	background-image: url(../images/bgHeaderleft_SIM.png);
	background-repeat: no-repeat;
}
.rightHeader
{
	height: 40px;
	width: 8px;
	display: block;
	float: right;
	background-color: #ECF0E8;
	background-image: url(../images/bgHeaderRight_SIM.png);
	background-repeat: no-repeat;
}

h2
{
	display: block;
	float: left;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 9px;
}


.copy p
{
	background: #fff;
	display: block;
	color: #505353;
	font-size: 0.9em;
	line-height: 1.7em;
	padding: 15px;
} 


.copy
{
	background: #fff;
	margin: 0;
	border: 1px solid #DDD;
	height: 680px;
	padding: 0px;
}
.main
{
	background: #fff;
	margin: 0;
	border: 1px solid #DDD;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.boxContainer
{
    background: url(../images/bgBox.gif) repeat-y;
}

.footerContainer
{
	margin: 0 auto;
	background: #dcdcdc url(../images/bgBoxBotMid.gif) repeat-x;
	height: 10px;
	position: relative;    
}

.footerLeft
{
    background: url(../images/bgBoxBotCnrLeft.gif) no-repeat;   
    height: 10px;
    width: 8px;
    float: left;
}

.footerRight
{
    background: url(../images/bgBoxBotCnrRight.gif) no-repeat;   
    height: 10px;
    width: 8px;
    float: right;
}
