/* CSS Document */
body
{
	margin:0;
	background-color:#555555;
	font-size:10px;
	color: #000000;
}

#wrapper
{
width:776px;
height:auto;
margin:0 auto;
padding:0;

}
#header {
	width:776px;
	margin:0 auto;
	height:97px;
	background-image:url(../images/cabeza_ausipe.jpg);
	background-repeat:no-repeat;
}

#subheader{
width:776px;
margin:0 auto;
padding:0px;
height:55px;
}

#side-a {
	float: left;
	width:159px;
	margin-right:1px;
}

#side-b {
	float:right;
	width:156px;
	text-align:left;
}

#content { 
	float: left;
	width:420px;
	text-align:left;
	height:auto;
}

#container{
float:left;
background-image:url(../images/login_repite_fondo.gif);
background-repeat:no-repeat;
background-position:center bottom;
padding:0 20px;
height:auto;
}

#footer
{
clear: both;
background-image:url(../images/pie_pag.gif);
height:40px;
background-position:center top;
background-repeat:no-repeat;
}

/*ESTILOS TIPOGRÁFICOS*/
p
{
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
color: #222;
text-decoration: none;
text-align: left;
letter-spacing: 0;
font-size:10px;
background-color:transparent;
}

p.chico
{
line-height: 1.5em;
font-size: 1.0em;
}

p.medio
{
line-height: 1.5em;
font-size: 1.2em;
}

p.grande
{
line-height: 1.4em;
font-size: 1.4em;
}
.CIIU_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	height: 150px;
	width: 100%;
}
a.texto:link {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
}
a.texto:visited {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
}
a.texto:hover {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
}
.boton01
{
	background: transparent url(../images/btn_normal.gif) no-repeat center top;
	width:83px;
	height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	border:none;
	cursor: pointer;
	cursor: hand;
}
