@charset "utf-8";
/* CSS Document */
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}

.logoTOP { 
background-image:url(images/logoTOP.png);
background-repeat:no-repeat;
background-position:top left}
.logoMIDDLE { 
background-image:url(images/logoMIDDLE.png);
background-repeat:no-repeat;
background-position:top left}
.logoBOTTOM { 
background-image:url(images/logoBOTTOM.png);
background-repeat:no-repeat;
background-position:top left}

a.langmenu:link, a.langmenu:visited, a.langmenu:active {
	text-decoration: none;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.langmenu:hover {
	text-decoration: none;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #dc1ec3;
}
.padding {
	padding: 10px;
}
.imgpadding {
	padding-right: 10px;
	padding-bottom: 10px;
}
.imgpadding2 {
	padding-left: 10px;
	padding-bottom: 10px;
}
.imageborder {
	border: 2;
	border-color: #eeeeee;
}
.paddingCams {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 13px;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2187bc;
	font-weight: bold;
}
.headingSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2187bc;
	font-weight: bold;
}
.headingSMred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC3300;
	font-weight: bold;
}
.headPINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DC1EC0;
	font-weight: bold;
}

.parrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.parrafowht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.roundcont {
	width: 100%;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.png) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.png) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

