body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/fondo2.jpg) repeat-x top center;
	height: 100%;
}

#wrapper {
	position:relative; 
	height: 100%;
	height: auto;
}

/* Header */

#header {
	width:100%;
	height: 166px;
	margin: 0 auto;
	background: url(../img/ICVM9.gif) no-repeat center top;
	margin-bottom: 30px;
	margin-top: 15px;
}


/* Page */

#page {
	width: 90%;
	height: 70%;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color:#000;
	text-align:justify;
}

/* Content */

#content {
	width: 64%;
	padding-left: 5%;
	padding-top: 30px;
	float: left;
	font-family: "Trebuchet MS";
	margin-bottom: 20px;
}

/* Tabla*/

.tabla {
	width: 80%;
}

.tabla .style3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.tabla .style4 {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	text-align: center;
}

.tabla .style5 {
	margin: 0px;
	padding: 0px;
	color: #C03;
	text-align: center;
}

/* Sidebar */

#sidebar {
	height: 100%;
	width: 20%;
	float: left;
	margin-left: 1%;
}

/* Elementos sidebar*/

#sidebar ul {
	list-style: none;
}

#sidebar  ul li{
	cursor: pointer;
}

#sidebar  ul li:hover{
	color: #686752;
}

/* Textos */

	
.Estilo5 {color: #DA77B0;}
		
.style3 {
	font-size: 16pt;
	font-weight:bold;
	}

.style4 {
	font-size: 14.0pt;
	}

.style5 {
	color:green;
	font-size: 16pt;
	font-weight:bold;
	}

.style6 {
	color:green;
	font-weight:bold;
	}
		
.greenTextBig {
	text-align: center;
	font-size:26pt;
	color:green;
	margin: 0px;
	padding: 0px;
}

.greenText {
	text-align: center;
	font-size:18.0pt;
	color:green;
}

a {
	text-decoration: none;
	text-align: left;
}

a img{ 
	border:none;
	vertical-align:top;
	margin-right: 5px;
}

