/* CSS Documento para Avda Ramón y Cajal */

/*Enlaces Texto*/
A:link {color:#333333;text-decoration: none} 
A:visited {color:#333333;text-decoration: none} 
A:active {color:#333333;text-decoration: none} 
A:hover {color:#E87818;text-decoration: underline} 
/*Enlaces Fondo Azul*/
A.clase1:link {font-weight: bold;color:#E87818;text-decoration: none;font-size:11} 
A.clase1:visited {font-weight: bold;color:#E87818;text-decoration: none;font-size:11} 
A.clase1:active {font-weight: bold;color:#E87818;text-decoration: none;font-size:11} 
A.clase1:hover {font-weight: bold;color:#333333;text-decoration: none;font-size:11} 
/*Enlaces Menu normal*/
A.clase2:link {color:#999999;text-decoration: none;font-size:11} 
A.clase2:visited {color:#999999;text-decoration: none;font-size:11} 
A.clase2:active {color:#999999;text-decoration: none;font-size:11} 
A.clase2:hover {color:#666666;text-decoration: none;font-size:11} 
/*Enlaces Menu normal*/
A.clase3:link {color:#333333;text-decoration: none;font-size:11} 
A.clase3:visited {color:#333333;text-decoration: none;font-size:11} 
A.clase3:active {color:#333333;text-decoration: none;font-size:11} 
A.clase3:hover {color:#E87818;text-decoration: none;font-size:11} 
/*Body, tablas y titulares*/
body {font-family:Arial;color:#333333;font-size:11} 
td {font-family:Arial;color:#333333;font-size:11} 
td.clase_blanco {font-family:Arial;color:#FFFFFF;font-size:11} 

/*Formularios - select*/
.form_menos{
	font-size: 9pt;
	font-family: Arial;
	color: #330066;
	height: 20px;
	width: 300px;
  }
.form{
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
	height: 20px;
	width: 400px;
  }
.form_2{
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
	height: 20px;
	width: 300px;
  }
.form2{
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
	height: 20px;
	width: 200px;
  }
.form22{
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
	height: 20px;
	width: 300px;
  }
.form3{
	font-size: 11pt;
	font-family: Arial;
	color: #333333;
	height: 100px;
	width: 200px;
  }
  .form4{
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
	height: 100px;
	width: 300px;
  }
  }
/*formulario buscar y boletín*/
.form6{
	font-size: 8pt;
	font-family: Arial;
	color: #333333;
	height: 16px;
	width: 100px;
  }
.boton {
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
	height: 20px;
	border: 1px solid #333333;
  }
.form9{
	font-size: 11pt;
	font-family: Arial;
	color: #333333;
	height: 300px;
	width: 450px;
  }
.form_CP{
	font-size: 9pt;
	font-family: Verdana;
	color: #000066;
	height: 20px;
	width: 50px;
  }
.form_TELF{
	font-size: 9pt;
	font-family: Verdana;
	color: #000066;
	height: 20px;
	width: 90px;
  }
.form_fecha{
	font-size: 9pt;
	font-family: Verdana;
	color: #000066;
	height: 20px;
	width: 25px;
  }
.form_fecha2{
	font-size: 9pt;
	font-family: Verdana;
	color: #000066;
	height: 20px;
	width: 40px;
  }
/* Borde gris de las tablas */
.bordesGris {border: 1px solid #333333;font-family:Verdana, Arial, Helvetica, sans-serif;color:#000066;font-size:10}
