html{
	font-size: 62.5%;
}

body {
	font-family: 'PT Sans',Helvetica, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 160%;
	background: url('../img/bg_header.png') #006A97 repeat-x top;	
	margin: 0px;
	overflow-x: hidden;
}

header {
	height: 620px;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.titular{
	text-align: center;
	color: #4594CE;
	margin: 0;
	padding: 60px 0px 60px 0px;
	font-family: 'Pathway Gothic One', sans-serif;	
	font-size: 60px;
	font-size: 6.0rem;
	line-height: 50px;
	line-height: 5.0rem;
	font-weight: 700;
}

.ordenador{
	width: 70%;
	float: left;
	background: url('../img/img_macbook.png') no-repeat top center;
	background-max-width: 750px;
	min-height: 450px;
	height: auto;
}
	
.video{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 440px;
	height: 280px;
}

.login{
	width: 30%;
	float: left;
	background: url('../img/img_separator_left.png') no-repeat;
	background-position-y: 50px;		
}

form{
	width: 60%;
	padding-left: 40px;
	height: 200px;
}

form h2{
	font-size: 41px;
	font-size: 4.1rem;
	color: #4594CE;
	line-height: 38px;
	line-height: 3.8rem;
	font-weight: 300;
	text-align: center;
	margin: 20px auto 20px auto 16px;
}

form input{
	float:left;
	font-size:12px;
	color: #666666;
	padding:15px 25px;
	border:none;
	width: 80%;
	/**height:10px;**/
	margin: 0px auto 20px auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: #EEE solid thin;
}

form .button {
	clear:both;
	background: url('../img/ic_next.png') right center no-repeat;
	margin: 0 auto 0 auto;
	width: 140px;
	border: 0 solid;
	color:#4594CE;
	font-size: 31px;
	font-size: 3.1rem;
	font-weight:300;
	height: auto;
	cursor: pointer;
}

form .button:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */			
}

#control, #pruebas, #calendario, #diagnostico, .contacta{
	width: 400px;
	position: relative;
}

#description{
	font-family: 'helvetica', sans-serif;
	background: url('../img/bg_description.png');
	color: #ffffff;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
}

#description .title{
	display: block;
	font-size:31px;
	font-size:3.1rem;
	line-height: 24px;
	line-height: 2.4rem;
}

#description .subtitle{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	margin-top: 20px;
	display: block;	
}

#description a{
	color: white;
	text-decoration: none;
	line-height:55px;
}

#more{
	font-family: 'Pathway Gothic One', sans-serif;	
	font-size: 60px;
	font-size: 6.0rem;
	color: #FFFFFF;
	text-align: center;
	margin: 55px 0px 0px 0px;
}

#control{
	margin-top: 200px;
	margin-left: 60px;
	background: url('../img/ic_control.png') left top no-repeat;
	padding: 0px 0px 0px 100px;
}

#pruebas{
	margin-top: 200px;
	margin-left: 400px;
	background: url('../img/ic_test.png') right top no-repeat;
	padding: 50px 70px 0px 0px;	
}

#calendario{
	margin-top: 80px;
	margin-left: 300px;
	background: url('../img/ic_calendar.png') left bottom no-repeat;
	padding: 60px 0px 0px 100px;
}

#estadisticas{
	margin-top: 120px;
	margin-left: 0px;
	background: url('../img/ic_estadisticas.png') center center no-repeat;
	padding: 80px 0px 0px 0px;
}

#diagnostico{
	margin-top: 120px;
	margin-left: 620px;
	background: url('../img/ic_diagnostico.png') left bottom no-repeat;
	padding: 60px 0px 0px 100px;
}

#description .contacta{
	margin-top: 200px;
	margin-left: 185px;
	background: url('../img/ic_mail.png') center top no-repeat;
	padding: 100px 0px 0px 0px;
	font-family: 'Pathway Gothic One', sans-serif;	
	font-size: 60px;
	font-size: 6.0rem;
	text-align: center;
	width: 500px;
	margin-bottom: 100px;	
}

#description .contacta:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.error_principal{
	text-align:center;
	color:red;
	margin-top:20px;
	font-size:12pt;
}

.error{
	text-align:center;
	color:red;
	font-size:11pt;
}