@font-face {
	font-family: 'telefonica';
	src: url("../fonts/TelefonicaText-Regular.otf") format("opentype");
}
html {
	height: 100%;
}

body {
	background: url(../images/fondo_telefonica.jpg) top left fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px; 
	padding: 0px;
	font-family: telefonica, Sans Serif, Helvetica, Arial;

	width: 100%;
	height: 100%;
	
	z-index: 999;
}

.bgforIE {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.head {
	min-width: 960px;
	width: 100%; 
	background: #03566c url(../images/background_top.jpg) 0 100%;
	background-size:cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	height: 80px;
	
}
	.head .container {
		padding: 0px 20px;
	}
	.head .logo {
		float: left; 
		margin-top: 15px;
		margin-left: 10px;
		height: 60px;
	}
	
	.head .title{
		float: right; 
		margin-top: 15px;
		}
		.head .title img {
				height: 50px;
		}
.clear {
	clear: both;
}
	
.wrapperLight {
	min-width: 940px;
	width: 80%;
	height: 500px;
	margin: 0px auto;
	margin-top: 50px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 3px solid;
	border-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 0px 6px rgba(255, 255, 255, 0.43);
	-moz-box-shadow:    1px 1px 0px 6px rgba(255, 255, 255, 0.43);
	box-shadow:         1px 1px 0px 6px rgba(255, 255, 255, 0.43);
}

.wrapperBlue {
	width: 800px;
	height: 330px;
	margin: 0px auto; 
	background-image: url(../images/wrapper_blue.png);
	margin-top: 20px;
}

.wrapperBlue .titulo {
	text-align: center;
	padding: 15px 0px;
	background: #f3fafb;
	font-size: 1.3em;
	-webkit-box-shadow: 0px 6px 14px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 6px 14px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 6px 14px 0px rgba(50, 50, 50, 0.35);
	width: 96%;
	margin: 0px auto;
	margin-top: 100px;
}

.footer {
	color: white; 
	margin: 0px auto; 
	width: 80%;
	margin-top: 30px;
	font-size: 1em;
	text-align: left;
}

.column {
	float: left;
	width: 240px;
	border-right: 4px solid #f8fbfb;
	height: 215px;
	margin-left: 20px;
}
.column.first {
	margin-left: 0px;
	border-right: 0px;
}
.column.last {
	border: none;
}

.loginButton {
	background: none;
	border: none;
	float: right;
	margin-top: 20px;
	outline : none;
}

.loginButton img {
	border: none;
	outline : none;
}

.contact {
	text-align: center;
	width: 245px;
	margin: 0px auto;
	background: url(../images/email.png) left no-repeat;
	padding-left: 20px;
	margin-top: 20px;
}

.contact a {
	text-decoration: none;
	color: black;
}

.subtitle {
	clear: both; 
	font-size: 0.8em;
	text-align: right;
}

.bodyOnlyForIE, .ToponlyforIE {
	display: none;
}