body, html, div, p, img, form, input, h1, h2, h3{
	padding:0;
	margin:0;
}
body{
	/*ont:14px/20px Georgia, "Times New Roman", Times, serif;*/
	font-family:  Arial,'Georgia', Sans-Serif;
	font-size: 18px;
	color:#5E5E5E;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3{
	line-height:normal;
	font-weight:normal;
}

h1{
	font-size: 24px;
}
.clear{
	clear:both;
}

#container{
	width:100%;
	background:url(images/bg.png) repeat-x;
	margin:0 auto;
	background-color:white;
}
#main{
	//width:963px;
	margin:0 auto;
	//padding-bottom: 35px;
 	width: 1150px;
}


#logo{
	float:left;
	width:100%;
	height:130px;
	background:url(images/logo.png) no-repeat;
	margin:20px 0 0 0;
}


#splash{
	float:left;
	width:100%;
	height:254px;
	background:url(images/splash_image.png) no-repeat left top;
	background-size: 45%;

}

#splash .text{
	float:right;
	align: right;
	width: 500px;
	
	text-align:left;

	padding:30px 40px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;

  background:url(images/access-splash-text-bg.png) repeat-y;
  background-position: right ;

}
#splash .text h1{
	font-size: 31px;
	font-weight: bold;
	color: #3463ab;
	margin: 0 0 15px 0;
}
#splash .text h2{
	color: #000;
	font-size: 22px;
}

#splash_register{
	float:left;
	width:100%;
	height:226px;
	background:url(images/register-splash-image_mid.png) no-repeat left top;
}

#splash_register .text{
	float:right;
	align: right;
	width: 570px;
	height:180px;
	text-align:left;

	padding:30px 40px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;

  background:url(images/access-splash-text-bg.png) repeat-y;
  background-position: right ;

}
#splash_register .text h1{
	font-size: 38px;
	font-weight: bold;
	color: #3463ab;
	margin: 0 0 15px 0;
}
#splash_register .text h2{
	color: #000;
	font-size: 22px;
}



#workarea{
	float:left;
	width:100%;
	/*background:url(images/workarea_bg.gif) top repeat-y;*/
}
#workarea_top{
	float:left;
	width:100%;
	/*background:url(images/workarea_top.jpg) no-repeat top;*/
	padding:30px 0;
}


#leftarea{
	float:left;
	width:730px;
	padding:18px 10px 0 ;
	moz-box-sizing: border-box;
  box-sizing: border-box;

}
#leftarea p{
	margin:0 0 20px 0;
}


#rightarea{
	float:right;
	padding:18px;
	background: #f4f4f4;
	width: 400px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#loginbox{
	float:left;
	width:365px;
	color:#000;
	font-size:18px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loginbox .top{
	float:left;
	width:100%;
	background-color: #7191c4;
	color:#FFF;
	padding: 10px 30px;
	font-size:24px;
	-webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
         -o-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#loginbox .login{
	width:100%;
	float:left;
	padding: 20px 30px 30px 30px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	background:#fff;
	-webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
         -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;

}

#loginbox .register{
	width:100%;
	/*float:left;*/
	padding: 10px 10px 10px 10px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	background:#fff;
	-webkit-border-radius: 10px 10px 10px 10px;
       -moz-border-radius: 10px 10px 10px 10px;
         -o-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;

}


#loginbox .bottom{
	width:100%;
	float:left;
	
	height:13px;
}
#loginbox .remember{
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
#loginbox .forget{
	float:left;
	width:100%;
	color:#42ABBB;
}
#loginbox .forget a{
	color:#42ABBB;
}
#loginbox .check{
	width:15px;
	height:15px;
	border: 1px solid #6BD9EA;
	margin:0 5px 0 0;
}
#loginbox .input{
	width:100%;
	border: 1px solid #3463ab;
	margin:0 0 40px 0;
	padding:20px;
	color :#000;
	font-size: 16px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


#politicasbox .sidebox {
  background-color: white;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  border: 1px solid #e5efff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#politicasbox .sidebox .title_red{
	font-size:26px;
	margin-top: 0px;
	padding:20px;
	color:#fff;
	background: #5f87c4;
	-webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
         -o-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}

#politicasbox .sidebox ul {
  color: #787878;
  font-size: 16px;
  font-family: Arial;
  list-style-type: none;
  width: 100%;
  padding: 0px;
}

#politicasbox .sidebox ul li {
  border-bottom: 1px solid #e5e5e5;
  background: url(images/flecha-lista.png) no-repeat left top;
  line-height: normal;
  min-height: 23px;
  padding: 20px 20px 20px 55px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#politicasbox .sidebox a{
	color: #06c;
  text-decoration: none !important;
 }

#leftarea .input {
  width: 100%;
  border: 1px solid #3463ab;
  margin: 0 0 40px 0;
  padding: 20px;
  color: #000;
  font-size: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.enviar{
	-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
border: medium none;
color: #FFFFFF;
background-color: #7191c4;
cursor: pointer;
display: block;
font-size: 24px;
margin: auto;
padding: 15px 30px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

/*#loginbox .submit{
	width:96px;
	height:42px;
	line-height:42px;
	color:#FFF;
	font-size:18px;
	display:block;
	border:none;
	background:url(images/login_button.gif) top no-repeat;
	cursor:pointer;
	margin:10px 0 0 50px;
}
#loginbox .submit:hover{
	background-position:bottom;
}
*/

/*
backup 2014
#loginbox .submit {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(images/login_button.gif) no-repeat scroll center top;
  border:medium none;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  font-size:18px;
  height:42px;
  line-height:42px;
  margin:10px 0 0 50px;
  width:96px;
}

#loginbox .submit:hover {
  background-position:center bottom;
}


#loginbox .links {
color:#42ABBB;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:100%;
}

#loginbox .links a{
color:#42ABBB;
}
*/

#theme-my-login.login input[type=submit] {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  border:medium none;
  color:#FFFFFF;
  background-color:#7191c4;
  cursor:pointer;
  display:block;
  font-size:24px;
  margin:15px auto;
  padding:15px 30px;
  -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;

  
}

#theme-my-login.login input[type=submit]:hover {
  background-position:center bottom;
}



#theme-my-login.login .tml-action-links {
color:#42ABBB;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top :30px;
padding:0;
width:100%;
}


#theme-my-login.login .tml-action-links a{
	margin-top:30px;
	color:#3c79ae;
}


#footer{
	width:100%;
	
  background-color: #5f87c4;
	text-align:center;
	padding:10px 0 8px 0;
	color:#FFF;
	font-size:14px;
	height: 90px;
}
#footer a{
	color:#FFF;
}

#footer p {
border-top:1px solid #a0e352;
line-height:28px;
margin:0;
padding:0;
text-align:center;
vertical-align:middle;
	}

#main {
  width: 1150px;
  margin: 0 auto;
}

.logo-footer{ float:left; width:159px; height:54px; margin-top: 22px;	background-image: url(images/footer-esther-logo.png);}

.text-footer{ float:right; color:#fff; font-size:14px; margin:40px 0 0 0;}

.text-footer a{color:#fff;}

.text-footer span{ margin:0 20px;}

/* A�adido por Ra�l Mellado, 20/02/2010 */
#loginbox .alumni_submit2 {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(images/foro_alumni_button.png) no-repeat scroll center top;
  border:medium none;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  font-size:18px;
  height:67px;
  line-height:67px;
  margin:10px 0 0 0px;
  width:227px;
}



#loginbox .alumni_submit2:hover {
  background-position:center bottom;
}

.error, .error a {
	color:red;
}

.error a {
	text-decoration:underline;
}


#necesita-button{
	float:none;
	margin-bottom: 20px;
	margin-top: 30px;
	width:100%;
	text-align:center;
}
#necesita-button a{
	display:block;
	border:1px solid #3463ab;
	padding:5px;
	
		-webkit-border-radius: 15px;
       -moz-border-radius: 15px;
         -o-border-radius: 15px;
            border-radius: 15px;
}
#necesita-button a:hover{
	text-decoration:none;
	background:#eff6ff;
}
#necesita-button .icon{
	display:inline-block;
	width:72px;
	height:83px;
	background:url(images/necesita-button-icon.png) no-repeat top;
	vertical-align:middle;
	margin:0 8px 0 0;
}
#necesita-button .text{
	display:inline-block;
	color:#3463ab;
	font-size:16px;
	vertical-align:middle;
	margin:0 0 0 8px;
}
#necesita-button .text span{
	font-size:22px;
	line-height:34px;
}
