html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

}

html>body, html>body #holder {
	height: auto;
}

#holder {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	width: 100%;
	height: auto;
}
#contentWrap {
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	padding-top: 10px;

	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #FFFFEE;
    border-top: 1px solid #E3E3E3;
    position: absolute;
}

form,div,ul,li,ol,fieldset,legend{
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	font-size: 12px;
	font-family:Arial,Sans-Serif;
}
a, a:visited{
	color: green;
	color: RoyalBlue;
}
a:hover{
	/*color: #88AA44;
	color: LightSlateGray;
	*/
	text-decoration: none;
}
h1 { font-size: 20px;
	border-bottom:1px solid #E3E3E3;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
	margin: 0px;
	text-decoration:none;
	color: SteelBlue;

}
h2 { font-size: 16px;
	/*border-bottom:1px solid #E3E3E3;*/
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight:bold;
	margin: 0px;
	margin-bottom: 10px;
	text-decoration:none;
	/*color: SteelBlue;*/
	color: Goldenrod;
}

h3 { font-size: 13px; }
h4 { font-size: 12px; padding:3px;margin: 0px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }
h4{
	color: #88AA44;
}

.barraIzquierdaTitulo{
	padding-left:10px;
	border:1px solid #E3E3E3;
	height:30px;
	/*background:#FFFFDD;*/
	background:#FFFFEE;
	/*background:#FFE8A3;*/
	font-size:1.4em;
	font-weight:bold;
	line-height:30px;

	text-decoration:none;
	/*color:green;*/
	/*color: DodgerBlue;*/
	color: SteelBlue;
	/*color: #6C9FD4;*/
}

.barraIzquierdaContenido{
	padding-left:10px;
	border-left:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-top: 0;
	margin-bottom: 10px;
}

 .barraIzquierdaContenido ul{
	padding: 2px 2px 0px 12px;
	list-style: none;
	margin-bottom: 0px;
}
 .barraIzquierdaContenido ul li{
	margin-bottom:10px;
}


.burbujaTitulo{
	padding:0px;
	border-bottom:1px dashed #E3E3E3;
	/*height:30px;*/
	/*background:#FFFFDD;*/
	/*background:#FFFFEE;*/
	/*background:#FFE8A3;*/
	/*
	font-size:1.4em;
	font-weight:bold;
	line-height:30px;
	*/
	text-decoration:none;
	/*color:green;*/
	/*color: DodgerBlue;*/
	color: SteelBlue;
	/*color: #6C9FD4;*/
}

.burbujaTitulo a{
	color: SteelBlue;
}

.burbujaContenido{
}


#nav {
	clear:both;
	width: 20%;
	float: left;
	padding-bottom: 3em;
	height: auto;
	margin-left: 8px;
}
#content{
	margin-left: 22%;
	margin-right: 8px;
	padding-bottom: 3em;
	height: auto;
	/*border:1px solid #E3E3E3;*/
	text-align: left;
	/*padding: 5px;*/
	font-size:12px;
	line-height:20px;
}
#content ul{
	padding: 2px 2px 0px 50px;
	list-style: circle;
	margin-bottom: 10px;
}
#content ol{
	padding: 2px 2px 0px 50px;
	margin-bottom: 10px;
}

#content p{
	margin:3px;
	padding:3px;
}


.bordeRedondo
{
    /*margin: 0 auto;*/
    padding: 0px;
    border: 1px solid #E3E3E3;
    margin: 10px;

}


#referencias {
	margin-top: 20px;
	border:1px solid #E3E3E3;
	text-align: justify;
	padding: 15px;
	font-size:12px;
	line-height:20px;
}