@charset "utf-8";
/* CSS Document */
html{
	min-height: 100%;
	height:auto;
}	
body
{
	font-family: Helvetica;
	letter-spacing: 0.015em;
	word-spacing: 0.050em;
	font-style: normal;
	font-weight: normal; /*font-size:62.5%;*/
	font-size: 12px;
	color: #666;
	border-width: 0 0 0 0;
	border-style: solid;
	padding: 0;
	height: 100%;
	margin-top: 10;
	margin-bottom: 5;
}

h1{
	font-size:17px;
	color:#000;
	}
h2
{
    color: #0F51FF;
    font-size: 14px;
    font-weight: normal;
}
h3{
	font-size:13px;
	}
h4{
	font-size:11px;
	color:#000;
	}

a:link, a:active{
	color:#666;
	text-decoration:none;
	}
a:visited{
	color:#999;
	text-decoration:none;
	}
a:hover
{
    color: #000000;
}

body.gradient{
	background:url(../images/bg_body.jpg) repeat-x;
	}
	
	.container
{
    background-position: right bottom;
    width: 980px;
    border: 1px solid #F0F0F0;
    background-color: #FFF;
    background: url(../inmo/latbigi.jpg) #fff no-repeat bottom right;
    height: 650px;
}

.logo_ciu
{
	float: left;
	margin: 0 0 0 10;
}
	.footer
{
	height: 25px;
	padding-left: 25px;
}
.footer_datos{
	float:left;
	font-size:11px;
	margin:10px 0 0 90px;
	}


#wrapper_navMenu{
	width:200px;
	margin:0 0 0 8px;
	}
	
#wrapper_navMenu li{
	font-size:11px;
	text-align:right;
	line-height:30px;
	list-style:none;
	border-bottom:dashed 1px #c2c2c2;
	}

#introContent{
	width:800px;
	padding-top:200px;
	vertical-align:middle;
	margin:auto;
	}
   .style1
{
    background-color: #B8C5F1;
    font-weight: bold;
    color: #343434;
    border: solid 1px #858585;
    width: 90px;
    text-align: center;
    font-size: 12px;
}
        .style2
{
    text-align: left;
    border: solid 1px #858585;
    background-color: #ffffff;
    padding-left: 15px;
}


