body, html {
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#999999;
	scrollbar-face-color:#3276B4;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#ffffff;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	  }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#006699;
	text-decoration: none;
	display: inline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#006699;
	text-decoration:none;
	display: inline;
	padding-left: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-decoration:none;
	display: inline;
	padding-left: 5px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	display: inline;
	padding-left: 5px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
}
a:link {
	text-decoration: none; 
	font-weight: normal;
	color: #0000FF;
}
a:hover {
	text-decoration: underline; 
	font-weight: normal;
	color: #0000FF;
}

.mano {  cursor: pointer;
}

.blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#327195;
	text-decoration:none
}

.bluelight{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#3276B4;
	text-decoration:none
}

.bordeS {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.bordegris_topbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cacaca;
	border-bottom-color: #cacaca;
}


.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #183A58;
	background-color: #FFFFFF;
	list-style-type: circle;
	border: thin outset;
}
.tabla {
	border: 1px solid #999999;
    background-position: left center;
}
.linea-horiz {
	background-image:  url(../imagenes/linea-horiz.gif);
	background-repeat:   repeat-x;
	background-position: center center;
}
.linea-vert {
	background-image:  url(../imagenes/linea-vertical.jpg);
	background-repeat:  repeat-y;
	background-position: center center;
}
.subrayado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
}
.textomasgrande {
	font-size: 12px;
	font-weight: bold;
	color:#2D5787;
	text-transform: uppercase;
}

.text2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#9E9E9E;
	text-decoration:none;
}

.text3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
	text-align: justify;
	font-weight: normal;


}
.textmayusculas {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#89A5A9;
	font-weight: normal;
	text-transform: uppercase;

}
.text-titulos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3276B4;
	text-decoration:none;
	border-top: none #999999;
	border-right: 1px solid #3276B4;
	border-bottom: none #999999;
	border-left: 1px solid #3276B4;
	font-weight: bold;
}

.input {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	color:#616161;
	text-decoration:none
}

.telefono {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
}

.blanco {
	color: #FFFFFF
}

.floatright {
	float:right
}
.floatleft {
	float:left
}
li {
	list-style-type: disc;
	padding-top: 1px;
	list-style-position: inside;
	padding-bottom: 5px;
}
.150x150left{
	height: 150px;
	width: 150px;
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.150x150right{
	height: 150px;
	width: 150px;
	float: right;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.border_blue_tab {
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #0000ff;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #0000ff;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #0000ff;
}

td.borderBlueTdRight {
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #0000ff;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #0000ff;
}

td.borderBlueTdBott {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #0000ff;
}

