@charset "utf-8";
/* CSS Document */
html{
	min-height: 100%;
	height:auto;
}	
body
{
    background-image: url('images/fondo.jpg');
    font-family: Arial;
    letter-spacing: 0.010em;
    word-spacing: 0.025em;
    font-style: normal;
    font-weight: normal; /*font-size:62.5%;*/
    font-size: 12px;
    color: #fff;
    border-width: 0 0 0 0;
    border-style: solid;
    padding: 0;
    height: 100%;
    margin-top: 10;
    margin-bottom: 5;
    background-repeat: repeat;
}
.texto{
color: #743618;
}

h1{
	font-size:17px;
	color:#0053AE;
	}
h2
{
	color: #0053AE;
	font-size: 14px;
	font-weight: normal;
}
h3{
	font-size:13px;
	}
h4{
	font-size:11px;
	color:#000;
	}

a:link, a:active{
	color:#fff;
	text-decoration:none;
	}
a:visited{
	color:#fff;
	text-decoration:none;
	}
a:hover{
	color:#8b0b04;
	}

	.container
{
    background-position: right bottom;
    width: 960px;
    background-color: #D46C31;
    height: 650px;
}

.logo_ciu
{
	float: left;
	margin: 0 0 0 10;
}
	.footer
{
    height: 35px;
    text-align: center;
}
.footer_datos{
	float:left;
	font-size:11px;
	}


#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 #fff;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

#introContent{
	width:800px;
	padding-top:200px;
	vertical-align:middle;
	margin:auto;
	}
   .style1
{
    background-color: #0053AE;
    font-weight: bold;
    color: #FFFFFF;
    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;
}


