

/*fuentes*/
.titulo{
	font-family:Arial,verdana;
	font-size:35px;
	color:white;
	letter-spacing:5px;
	visited-text-decoration: none;
	visited-color:white;
		
}

.titulo:hover{
		text-decoration:none;
		color:white;
	}

.tituloSeccion {
	font-family :Dauphin;
	font-size : 20px;
	/*font-weight : bold;*/
	color : #8080c0;
}

.tituloCuadro{
	font-family :  Arial,Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color :white ;
	line-height : 13px;
}

.tituloGrabado{
	font-grabado :  Arial,Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color :white ;
	line-height : 15px;
}


.tituloAmpliacion{
	font-family : Arial,Verdana,  Helvetica, sans-serif;
	font-size : 14px;
		line-height : 16px;
	color :white ;

}

.serie{
	font-family :  Arial,Verdana, Helvetica, sans-serif;
	font-size : 20px;
	color :white;
	line-height : 23px;
}

.nombreSerie{
	font-family :  Arial,Verdana, Helvetica, sans-serif;
	font-size : 20px;
	color :#00ccff;
	line-height : 23px;
}

.curriculum{
	font-family :  Arial,Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color :white ;
	line-height : 13px;
}

.altaCurriculum{
	font-family :  Arial,Verdana, Helvetica, sans-serif;
	font-size : 11px;

	line-height : 13px;
}

.catCurriculum{
	font-family :  Arial,Verdana, Helvetica, sans-serif;
	font-size : 15px;
	color :#00ccff ;/*#00ccff*/
	line-height : 18px;
	font-weight: bold;
	border-bottom-width: 0.5pt;
  		   /* estilo y color del borde */
    border-bottom-style: inset; border-bottom-color: #00ccff;
            
}
.anyoSeleccionado{
	color :#00ccff;
}


/*estilo para los bordes*/

	.celdas{
		  border-right-width: 2pt;
           border-right-style: outset; border-right-color: white;
			border-left-width: 1pt;
           border-left-style: outset; border-left-color: white;
       	   border-bottom-width: 2pt;
           border-bottom-style: outset; border-bottom-color: white;
           border-top-width: 1pt;
           border-top-style: outset; border-top-color: white;
            

	}
	.bordeDerecho{
		   border-right-width: 2pt;
  		   /* estilo y color del borde */
           border-right-style: outset; border-right-color: white;
            
       }
	   
	.bordeIzquierdo{
		   border-left-width: 1pt;
  		   /* estilo y color del borde */
           border-left-style: outset; border-left-color: white;
            
       }
	
	.bordeAbajo{
		   border-bottom-width: 1pt;
  		   /* estilo y color del borde */
           border-bottom-style:groove ; border-bottom-color: white;
            
       }
	   
	 .bordeArriba{
		   border-top-width: 1pt;
  		   /* estilo y color del borde */
           border-top-style: outset; border-top-color: white;
            
       }
	  
	textarea {
		font-family :  Arial,Verdana, Helvetica, sans-serif;
		font-size : 11x;
		line-height : 13px;
		width : 480px;
	}
	
	
/*enlaces*/
	A {  
		text-decoration: none;
		color:white;
	}
	a:visited {  
		text-decoration: none;
		color:white;
	}
	a:active {  
		text-decoration: none;
		color:white;
	}
	a:hover {  
		text-decoration: none;
		color:red;
	}