html {
	position: relative;
	min-height: 100%;
}

#bodyMain, #bodySIvv {
	font-family: Arial;
   	font-weight: normal;	
}

#bodyMain {
	margin: 0 0 50px;
	background-color: #bb1837;	
}

#bodySIvv {
	margin: 0 0 110px;
	background-color: #e8f1ec;
}

#page {
	min-width: 1000px;
	min-height: 500px;
}

/* Header
-----------------------------------------------------------------------------*/
#headerMain, #headerSIvv {
	position: relative;
	width: 100%;	
}

#headerMain {
	height: 274px;
	background-color: #DCEDE7;
}

#headerSIvv {
	background-image: url("../resources/images/sivv/header_black2repeat.png");
	background-repeat: repeat-x;
	height: 121px;
}

/* Container
-----------------------------------------------------------------------------*/
#container {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #d3e6e0;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	border:solid #fff;
	border-width: 2px 0;
	border-bottom-width: 0;
	min-width: 1000px;
}

#logoIVV {
	background-image: url("../resources/images/home/logo_footer.png");
	width: 40px;
	height: 50px;
	margin-left: 38px;
	margin-right: 42px;
}

#telefoneFooter {
	background-image: url("../resources/images/sivv/ico_contactos.png");
	width: 24px;
	height: 24px;
}

#txtContactos {
	font-size: 11px;
	color: #bb1837;
	margin-left: 10px;
}

#txtCopyRight {
	font-size: 11px; 
	color: gray;
}

#txtCopyRightSIVV {
	font-size: 16px; 
	color: #bb1837;
	margin-right: 30px;
	font-family: Gabriola;
	font-weight: bold;
}

#txtVersionSIVV {
	font-size: 10px; 
	color: gray;
	margin-right: 30px;
}

/* Table Middle
-----------------------------------------------------------------------------*/
.row {
	display: table-row;
}

.cell-col, .cell-col-contactos, .cell-col-dir {
	display: table-cell;
	vertical-align: middle;
}

.cell-col-dir {
	width: 68%;
	text-align: right;
}

.cell-col-contactos{
	width:50%;
}