body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #55A3BA;	
	margin: 0;
	padding: 0;
	color: #000;
}
hr { border:1px dotted #ccc;}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2,h4, h5, h6, p {
	margin-top: 0;
	margin-bottom:5px;	
	padding-right: 15px;
	padding-left: 15px; 
}

h3{
	margin-top: 0;
	margin-bottom:5px;	
	padding-right: 15px;
	padding-left: 0px; 
}

a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration:none; 
}
a:visited {
	color: #4E5869;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
width: 1024px; 
  /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;  /*this overrides the text-align: center on the body element. */
	color:#FFF;
}

/*se agrgó esto del viejo login*/

.header {height:85px; 
width:100%;
background:#fff; 
}

.portalogo {	
	
	height:75px;	
	padding-top:10px;
	width: 1024px;
margin: 0 auto;
	
}

.logo { background: url(img/logoAliat.png) center no-repeat;
	width:515px;
	height:75px;
	}
/*termina viejo login*/

.izquierda{ background:url(img/blanco.png) repeat-y;	
width:473px;
	
	margin-left:22px;
	float:left;	
}

.derecha { width:400px;

float: right;}

/*.logo { background:url(img/logo.png) no-repeat;
margin-top:0px;
margin-bottom:0px;
margin-left:14px;
height:114px;
width:459px;}*/


.content { width:960px;	

}

.chica {
	background: url(img/chica.png) no-repeat;
	background-position:bottom;
	/*bottom:0px;*/
	height:793px;
	width:461px;
	/*display:block;*/
	position: absolute;
	margin-top:3px;
	}
	
.sombra { background:url(img/sombras.png) no-repeat;
width:473px;
height:295px;
margin-top:0px;
margin-left:0px;
position: relative;
display:block;
	}	
	
.amarillo {
	background:#E58224;
	height:260px;
	width:700px;
	display:block;
	position: absolute;	
	border-radius:10px;
	margin-top:15px;
	
	/*z-index:50;*/
	}	

.login { background:url(img/log.png) no-repeat;
margin-top:15px;
margin-left:55px;
height:227px;
width:367px;
/*float:right;*/
}

.titulo{ 
	line-height:32px;
	font-size:29px;	
	padding:20px 20px 20px 50px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
color:#45889D;}


.caja{font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-align: justify;
color:#399;
padding:10px 50px;
}

.pivacidad {font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-align: justify;
color:#45889D;

}

.texlog{ font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
width:290px;
color: #333;
padding:20px 40px;}

.vinculo
{ background:url(img/logobullet-01.png) no-repeat;
padding-left:35px;
padding-top:3px;
height:25px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


.btn1 a, .btn1 a:hover, .btn1select a {
	background:url(img/btn.png) no-repeat;
	height:32px;
	width:71px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:none;
text-decoration:none;
text-align:center;
padding-top:2px;
color:#fff;
display:block;
float:right;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer ~~ */
.footer {	
	background:#E58224;
	height: auto ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align: left;
	padding-top:10px;
	bottom:0;	
	z-index:9000;
	position: relative;
	bottom:0px;
}

.fcontent{width: 1024px;
margin: 0 auto;

}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.multicolumna2columnas{
	margin:15px;
   -moz-column-count: 2;
   -moz-column-gap: 2em;
   -moz-column-rule: 1px solid #ccf;
   -webkit-column-count: 2;
   -webkit-column-gap: 2em;
   -webkit-column-rule: 1px solid #ccf;
   text-align:justify;
}