﻿/* ---------------------------------------------------------------------
///// RESETEO DEL CSS ///// 
--------------------------------------------------------------------- */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}



.underConstruction{
margin:80px auto;
width:714px;
height:456px;
background-image:url('images/underConstructionBackground.png');
background-position:left bottom;
background-repeat:no-repeat;
}

.underConstruction h1.underConstructionTitle{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:20px;
	color:#ffffff;
	background-color:#F4C33B;
	padding:4px 0 4px 50px;
	width:3000px;
	margin-left:265px;
	font-weight:normal;
	
}


.underConstruction p{
font-size:12px;
color:#515151;
margin-left:350px;
	
}

	.underConstruction p a{
	text-decoration:none;
	color:#3B74B7;
	}
	
		.underConstruction p a:hover{
		text-decoration:underline;
		}


.underConstruction h1.footer{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	background-color:#F4C33B;
	padding-top:12px;
	padding-bottom:8px;
	width:7000px;
	margin-left:-2000px;
	padding-left:2040px;
	margin-top:20px;
	
}


.underConstruction h1.footer span{
margin-left:350px;
margin-top:-20px;
}

.underConstruction h1.footer a{
/*background-image:url('images/bmtLogo-01.png');*/
background-position:left top;
background-repeat:no-repeat;
display:inline;
width:48px;
height:36px;
margin:4px 5px;
padding:8px 0 8px 50px;
}











