.tabla1 {
	border: 2px solid #F3AD00;
	background-color: #FFFFFF;
}
.tabla2 {
	border: 1px solid #F3AD00;
	background-color: #FFFFCC;
}
.vinculos {
	background-color: #E4E4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F3AD00;
	border-right-color: #F3AD00;
	border-bottom-color: #F3AD00;
	border-left-color: #F3AD00;
	padding: 5px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00AA9F;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.detalle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00AA9F;
}
.abajo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #F3AD00;
	border-right-color: #F3AD00;
	border-bottom-color: #F3AD00;
	border-left-color: #F3AD00;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00AA9F;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #02A9A2;
	text-decoration: underline;
}
.bloque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.gris{ 
   background-color: #b5b5b5; 
   border-bottom: 2px solid #6b6b6b; 
   border-right: 2px solid #6b6b6b; 
   border-top: 2px solid #f0f0f0; 
   border-left: 2px solid #f0f0f0; 
} 

.degradadoverde{ 
   background-color: #009933; 
   background-image: url('images/degradado-verde.jpg'); 
   background-repeat: repeat-x; 
   border-bottom: 2px solid #6f722d; 
   border-right: 2px solid #6f722d; 
   border-top: 2px solid #ece996; 
   border-left: 2px solid #ece996; 
}

#contenedor1{ 
   position: relative; 
   padding:50px; 
   width: 642px; 
} 

.bloquetexto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
