body{
	margin: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	scrollbar-face-color: #5E94B5;
	scrollbar-3dlight-color: #AFCADA;
	scrollbar-darkshadow-color: #39647D;
	scrollbar-highlight-color: #AFCADA;
	scrollbar-shadow-color: #39647D;
	scrollbar-track-color: #E0EBF0;
	scrollbar-arrow-color: #FFFFFF;
	overflow-y: auto;
}

a{
	cursor: url("../otros/mano.cur"/*tpa=http://www.aislamientoscastilla.com/lib/otros/mano.cur*/);
}

.contenido .enlaces a:visited{
  color:black;
}

.contenido .enlaces a{
	color: black;
}
.contenido .enlaces a:hover{
	text-decoration: none;
	background-color:#BADF88;
  color:black;
  font-style:italic;
  border:none;
  
}

.contenido .enlaces .selec{
	background-color:#BADF88;  
	font-style:italic;
}

.enlaces a:visited{
	color: red;
}

.contenido, .contenido td{
	font-size: 8pt;
}

.contenido a{
	color: #7D7976;
}
.contenido a:hover
{
    border:none;
	text-decoration: none;

}
a.imagen:hover{
	border-width: 0;
	text-decoration:none;
}
.contenido a:visited{
	color: #568FB1;
}

.contenido h1, .contenido h2, .contenido p, .contenido table{
	margin-left: 9;
	margin-right: 29;
}

.contenido h1{
	color: #5E94B5;
	font-size: 19pt;
	font-family: Times New Roman, Times, Serif;
	text-align: right;
	margin-top: 20;
	background-image: url("../img/h1.gif"/*tpa=http://www.aislamientoscastilla.com/lib/img/h1.gif*/);
	background-position: right;
	background-repeat: no-repeat;
	padding: 5 15 5 5;
}
.contenido h2{
	color: #B8DE85;
	font-size: 13pt;
	font-family: Times New Roman, Times, Serif;
	text-align: left;
}

.contenido p{
	text-align: justify;
	text-indent: 45px;
	line-height: 13pt;
}

.contenido ul{
	list-style-image: url("../img/ul.gif"/*tpa=http://www.aislamientoscastilla.com/lib/img/ul.gif*/);
	text-indent: 45px;
	line-height: 13pt;
}

/*
 * Tablas
 */
.contenido th{
	font-size: 8pt;
}
.contenido table.decorada{
	border: 1px solid #5E94B5;
	width:500px;
  
}
.contenido table.decorada th{
	color: #FFFFFF;
	background-color: #5E94B5;
	font-size: 8pt;
	background-image: url("../img/th.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
.contenido table.decorada td{
	background-color: #E0EBF0;
	background-image: url("../img/td.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

.contenido table.decorada1{
	border: 1px solid #5E94B5;
	width:300px;
  
}
.contenido table.decorada1 th{
	color: #FFFFFF;
	background-color: #5E94B5;
	font-size: 8pt;
	background-image: url("../img/th.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
.contenido table.decorada1 td{
	background-color: #E0EBF0;
	background-image: url("../img/td.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

.contenido table.decorada2{
	border: 1px solid #5E94B5;
	width:340px;
  
}
.contenido table.decorada2 th{
	color: #FFFFFF;
	background-color: #5E94B5;
	font-size: 8pt;
	background-image: url("../img/th.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
.contenido table.decorada2 td{
	background-color: #E0EBF0;
	background-image: url("../img/td.gif");
	background-position: top right;
	background-repeat: no-repeat;
}


/*
 * Formularios
 */
input.text, input.button, input.submit, input.reset, textarea{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

input.text, textarea{
	background-color: #FFFFFF;
	border: 1px solid #5E94B5;
	scrollbar-face-color: #5E94B5;
	scrollbar-3dlight-color: #AFCADA;
	scrollbar-darkshadow-color: #39647D;
	scrollbar-highlight-color: #AFCADA;
	scrollbar-shadow-color: #39647D;
	scrollbar-track-color: #E0EBF0;
	scrollbar-arrow-color: #FFFFFF;
}

input.button, input.submit, input.reset{
	color: #FFFFFF;
	background-color: #5E94B5;
	border-width: 2px;
	border-style: solid;
	border-color: #AFCADA #39647D #39647D #AFCADA;
}
