﻿body {
    scrollbar-face-color:#fff;
    scrollbar-shadow-color:#ccc;
    scrollbar-highlight-color:#ccc;
    scrollbar-3dlight-color:#fff;
    scrollbar-darkshadow-color:#fff;
	scrollbar-track-color:#fff;
    scrollbar-arrow-color:#ccc;
}

a:active  {
	color: #555;
	font-weight:normal;
	text-decoration: underline
}

a:visited  {
	color: #555;
	font-weight:normal;
	text-decoration: underline
}

a:link  {
	color: #555;
	font-weight:normal;
	text-decoration: underline
}

a:hover {
	color: #000;
	font-weight:normal;
	text-decoration: underline
}

a.page:active  {
	color: #555;
	font-weight:normal;
	text-decoration: underline
}

a.page:visited  {
	color: #555;
	font-weight:normal;
	text-decoration: underline
}

a.page:link  {
	color: #555;
	font-weight:normal;
	text-decoration: underline
}

a.page:hover {
	color: #000;
	font-weight:normal;
	text-decoration: underline
}

.t-con  { /* text container */
    margin-left: 0px; 
    margin-top: 0px;
    width: 400px;
    vertical-align:top;
    list-style-image: url('bullet.gif');
}


p, li   { /* text */
	font-family: Verdana, Sans-serif;
	font-size: 8.5pt;
	color: #000;
	font-weight: normal;
	line-height: 150%;
    margin-top: 0px;
    margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 10px;
}

li   { /* text */
	margin-left: 39px;
    list-style-image: url('bullet.gif');
}

.page-img  {
	width: 350px;
	margin:10px;
}

h3            { /* título página */
	font-family: Arial, Sans-serif;
	font-size: 11pt;
	color: #c50000;
	font-weight: bold;
	margin-top: 20px;
    margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    padding-bottom: 10px;
    border-bottom: 10px solid #e3e3e3;
}

h4            { /* sub-título página */
	font-family: Verdana, Sans-serif;
    text-transform: lowercase;
	font-size: 9.5pt;
	color: #999;
	font-weight: bold;
	margin-top: 10px;
    margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c50000;
}

h5            { /* título párrafo */
	font-family: Verdana, Sans-serif;
	font-size: 9.5pt;
	color: #999;
	font-weight: bold;
	margin-top: 10px;
    margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
    padding-bottom: 10px;
    border-bottom: 10px solid #e3e3e3;
}



/* COMIENZA NAVEGACION */

.navlist  {/* NAVEGACION*/    
    position:relative;
    width:550px;
    float:right;
    text-align: right;
    }
    
/* Hide from IE \*/
.navlist {
	top: 120px !important;
	top: 130px !important;
}
/* End Hide */

.navlist li  {/* NAVEGACION*/
    display: inline;
    list-style-type: none;
}

.navlist ul  {/* NAVEGACION*/
    display: inline;
    list-style-type: none;
}

.navlist a:visited {/* NAVEGACION*/
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
	font-family: Verdana, Sans-serif;
	font-size: 8pt;
    color: #919191;
}

.navlist a:link {/* NAVEGACION*/
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
	font-family: Verdana, Sans-serif;
	font-size: 8pt;
    color: #919191;
}

.navlist a:hover  {/* NAVEGACION*/
    border-top: 2px solid #ff0000;
    text-decoration: none;
    background: transparent;
    color: #000;
}

.navlist a:visited#current  {/* NAVEGACION*/
    border-top: 2px solid #ff0000;
    text-decoration: none;
    background: transparent;
    color: #000;
}

.navlist a:link#current  {/* NAVEGACION*/
    border-top: 2px solid #ff0000;
    text-decoration: none;
    background: transparent;
    color: #000;
}

.navlist a:hover {/* NAVEGACION*/
    color: #000; 
}

/* TERMINA NAVEGACION */
