/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
img {
	border-style: none;
	display: block;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font: 12px/14px Arial, Helvetica, sans-serif;
	background: #FFF url(../header-fondo.jpg) repeat-x top;
}
ul {
	list-style: disc url(../bullet.gif);
	color: #8C8C8C;
	font-family: "Courier New", Courier, monospace;
}
ol {
	list-style: lower-roman outside;
	color: #D54E54;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

h1 {
	color: #D34C50;
	margin-bottom: 15px;
	letter-spacing: -1px;
	font: normal 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	color: #499668;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font: normal 19px/22px Arial, Helvetica, sans-serif;
}
h3 {
	color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	font: normal 17px/22px Arial, Helvetica, sans-serif;
}
a, a:link {
	color: #BD2F32;
	text-decoration: none;
}
a:visited {
	color: #BD2F32;
	text-decoration: none;
}
a:hover {
	color: #469365;
	text-decoration: underline;
}
a:focus {
	color: #469365;
	outline: none;
}
a:active {
	color: #D55459;
	outline: none;
}
#headerWrapper {
	padding: 0px 0px 0px 0px;
	background: url(../../assets/header-fondo.jpg) repeat-x top;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	text-align: left;
	height: 117px;
	background: url(../../assets/header-titulo.jpg) no-repeat right top;
}
#logo {
	float: left;
}
#nav {
	float: right;
	margin-top: 0px;
	text-align: right;
	list-style: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	color: #666666;
	font: bold 13px/30px Arial, Helvetica, sans-serif;
	width: 60px;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #333333;
	background-image: url(../nav/menusup-hover.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#outerWrapper {
	margin: 0 auto 15px;
	text-align: left;
	width: 920px;
	background: #FFFFFF;
}
#featureWrapper {
	text-align: left;
	background: url(../../assets/barra-fade.jpg) repeat-x top;
}
#featureWrapper #feature {
	margin: 0px auto;
	height: 150px;
	width: 920px;
}
#feature .feature-title {
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 15px;
	font: normal 26px/28px "Trebuchet MS", Arial, Verdana, sans-serif;
	letter-spacing: -1px;
}
#feature .feature-text {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 20px;
}
#feature li {
	padding-bottom: 7px;
	color: #FFFFFF;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
#feature ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 20px 10px 10px 15px;
	width: 195px;
	line-height: 16px;
}
#leftColumn1 ul {
	margin: 0px;
	padding: 10px 0px 20px;
	list-style: url(none) none;
}
#leftColumn1 ul li {
	list-style: none;
}
#leftColumn1 ul li a {

}
#leftColumn1 ul li a:hover {
	text-decoration: none;
	color: #666666;
}
.sidebarlt {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	background: #F2F2F2;
}
.sidebardk {
	color: #FFFFFF;
	border: 1px solid #306545;
	padding: 5px;
	margin-bottom: 10px;
	background: #469365;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #1E3328;
	font-weight: bold;
}
.sidebarbox {
	background: url(../cajas/gris-fill.gif) repeat-y left;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: disc url(../bullet.gif);
}
.sidebarbox ul {
	
}

.sidebarbox ul li {
	background: url(../../assets/bullet.gif) no-repeat 0px 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.sidebarbox p {
	margin: 0px;
	padding: 0px 0px 10px;
}
.sidebarboxtop {
	background: url(../cajas/gris-top.gif) no-repeat left top;
	padding: 15px 10px 0px;
	list-style: disc url(../bullet.gif);
}
.sidebarboxbottom {
	background: url(../cajas/gris-bottom.gif) no-repeat left bottom;
	height: 13px;
	list-style: disc url(../bullet.gif);
}
#outerWrapper #contentWrapper #content {
	margin: 0 15px 0 220px;
	padding: 20px 10px 20px 10px;
	line-height: 20px;
}
#outerWrapper #contentWrapper #content p {
	margin-bottom: 10px;
}
#outerWrapper #contentWrapper {

}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	height: 33px;
	clear: both;
	font-style: italic;
	color: #999999;
	margin: 0px;
	padding: 10px 20px;
	background: url(../../assets/footer.jpg) no-repeat left top;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#credit {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #A7CDB8;
}

#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #A7CDB8;
	font-weight: normal;
}
.resaltado {
	font-weight: bold;
	background: #EAF2EE;
	color: #3F835A;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #7CB491;
}
.atencion {
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	background: #FEE498 url(../iconos/atencion.gif) no-repeat 10px center;
	padding: 12px 12px 12px 62px;
	border: 1px dotted #ECBD00;
	margin-left: 10px;
	margin-right: 10px;
}
.atencion a, .atencion a:visited {
	color: #D03935;
	font-weight: bold;
	}
.atencion a:hover, atencion a:active {
	color: #882222;
	font-weight: bold;
	text-decoration: underline;
	}
.ayudacontex {
	cursor: pointer;
	display: inline;
	vertical-align: top;
}
#logos {
	text-align: center;
	cursor: pointer;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}
.resaltarrojo {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC3333;
}
.resaltargris {
	font-weight: bold;
	color: #333333;
}
.resaltaramarillo {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFD646;
}
.catalogos {
	font: italic bold 13px/24px Arial, Helvetica, sans-serif;
	color: #BD2F32;
}
.catalogos li {
	list-style: url(../bullet_verde.gif) inside;
}
.separadortd {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.verdebold {
	color: #469365;
	font-weight: bold;
}
.popupdiv {
	background: #FFFFFF url(../header-fondo-pop.jpg) repeat-x;
	border: 1px solid #666666;
}
.temas1ernivel {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC3333;
	background: url(../bullet_verde.gif) no-repeat left center;
	text-indent: 15px;
}
.temas2nivel {
	font-size: 13px;
	font-weight: bold;
	color: #669966;
	text-indent: 25px;
}
.temas3nivel {
	font-size: 13px;
	color: #333333;
	font-style: italic;
	padding-left: 40px;
}
.temas4nivel {
	font-size: 11px;
	color: #7D7D7D;
	padding-left: 50px;
}
.up {
	font-size: 10px;
	color: #3333FF;
}
.up:link {
	color: #3333FF;
	text-decoration: none;
}
.up:visited {
	color: #3333FF;
	text-decoration: none;
}
.up:hover {
	color: #999999;
	text-decoration: none;
}.detalleitalico {
	font-style: italic;
	color: #999999;
}

