@charset "utf-8";
/* CSS Document */

@import url("reset.css");

.clearL {clear:left;}
.clearR {clear:right;}
.clearB {clear:both;}


@font-face {
    font-family: 'BreeRegular';
    src: url('../fonts/breeregular_0-webfont.eot');
    src: url('../fonts/breeregular_0-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/breeregular_0-webfont.woff') format('woff'),
         url('../fonts/breeregular_0-webfont.ttf') format('truetype'),
         url('../fonts/breeregular_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BreeBold';
    src: url('../fonts/breebold_0-webfont.eot');
    src: url('../fonts/breebold_0-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/breebold_0-webfont.woff') format('woff'),
         url('../fonts/breebold_0-webfont.ttf') format('truetype'),
         url('../fonts/breebold_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:140%;
	background: #FFFFFF url(../images/bg.jpg) no-repeat center top;
}

#content {
	width:960px;
	padding-top:178px;
	margin:0 auto;
	position:relative;
}

#content .logoEtur {
	display: block;
	position:absolute;
	left:54px;
	top:18px;
	width:232px;
	height:91px;
}

#content .goHome {
	display: block;
	position:absolute;
	left:-575px;
	top:0px;
	width:97px;
	height:29px;
}

.social {
	position:absolute;
	top:130px;
	right:125px;
}

.social li {
	display:inline;
}

.social li a {
	display:block;
	float:left;
	width:30px;
	height:29px;
	margin-right:3px;
	text-indent:-5000px;
}

.social li a.fb {background: url(../images/sociales.png) no-repeat 0 0;}
.social li a.tw {background: url(../images/sociales.png) no-repeat -30px 0;}
.social li a.yt {background: url(../images/sociales.png) no-repeat -60px 0;}
.social li a.gp {background: url(../images/sociales.png) no-repeat -90px 0;}
.social li a.pi {background: url(../images/sociales.png) no-repeat -120px 0;}

.social li a.fb:hover {background: url(../images/sociales.png) no-repeat 0 -29px;}
.social li a.tw:hover {background: url(../images/sociales.png) no-repeat -30px -29px;}
.social li a.yt:hover {background: url(../images/sociales.png) no-repeat -60px -29px;}
.social li a.gp:hover {background: url(../images/sociales.png) no-repeat -90px -29px;}
.social li a.pi:hover {background: url(../images/sociales.png) no-repeat -120px -29px;}

.flash {
	width:640px;
	height:480px;
	margin:0 auto 15px auto;
	background-color:#FFF;
	border:1px solid #999;
}

.pasos {
	height:112px;
	margin-bottom:30px;
}

.pasos li {
	float:left;
	list-style:inside none; 
	width:288px;
	overflow:hidden;
	font-family:'BreeRegular';
	font-size:27px;
	height:112px;
	background-color:#EEE;
	margin-right:8px;
	color:#666;
	cursor:default;
	border:1px solid #DDD;
}

.pasos li.paso3 {
	margin-right:0;
}


.pasos li .numero {
	float:left;	
	padding:0 10px;
	font-family: 'BreeBold';
	height:112px;
	line-height:112px;
	vertical-align:middle;
	color:#666;
	font-size:100px;
}

.pasos li .texto {
	float:left;
	width:200px;
	line-height:30px;
	padding-top:19px;
	font-size:21px;
	line-height:110%;
}

.pasos li .texto span {
	font-size:50px;
	line-height:40px;
}

.pasos li.paso3 .texto {
	padding-top:14px;
	font-size:24px;
}

.pasos li:hover {
	color:#FFF;
	border:1px solid #0099D0;
	background-color:#0081D5;
}

.pasos li:hover .numero {
	color:#FFF;
}

#footer {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	background: url(../images/logo-footer.png) no-repeat right top;
}

#footer a {
	color:#333;
	font-size:18px;
	font-family:'BreeBold';
	width:230px;
	line-height:37px;
	height:37px;
	border-radius:2px;
	background-color:#F4811E;
	display:block;
	border:1px solid #DE6B08;
	text-align:center;
	position:absolute;
	left:-15px;
	top:-33px;
	box-shadow:1px 1px 3px #666;
}

#footer a img {
	vertical-align:middle;
}

#footer a:hover {
	border-color:#333;
}

#footer p {
	font-size:10px;
	position:absolute;
	left:512px;
	top:8px;
	color:#333;
}