/* Hoja de estilo para la sección de materiales curriculares */

body	{
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-image : url(../images/fondos/cuadro01.gif);
	scrollbar-3dlight-color : #CCFFCC;
	scrollbar-arrow-color: White;
	scrollbar-base-color: #003300;
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #339966;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #D3D3D3;
	scrollbar-darkshadow-color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Párrafos y titulares */

p   {
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

p.chico 	  	{ 
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

h2  {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #003300;
	font-weight: bold;
	margin-top : 5px;
	}

h4  {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt; 
    color: #003300;
	font-weight: bold;
}

   
/* Listas */

ul  {
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	list-style-image: url(../images/boliche/diamver1.gif);
}

        
/* Tablas, filas y celdas */
  
table			{
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

tr    {
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

td   	{
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


/* Enlaces habituales. Orden: link, visited, hover, active */
               
a			{
	text-decoration: none;
}

a:link			{
	color: #006666;
}

a:visited		{
	color: #006666;
}

a:hover		{
	text-decoration: underline;
	color: #006666;
}	

a:active	{
	color: #006666;
}


/* Estilos para las tablas con archivos descargables */

/* Estilo de las tablas */

.tablaverde {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #CCCCCC;
}

/* Estilo de las celdas blancas de las tablas */

.celdablanca8 {
	border-color: #FFFFFF #003300 #003300 #FFFFFF;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 8pt;
}

/* Estilo de las celdas con la miniatura del disquete */

.celdaverde {
	border-color: #FFFFFF #003300 #003300 #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* Estilo de las celdas de titulares */

.celdaverdeoscuro {
	background-color: #003300;
	font-size: 12pt;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #CCCCCC;
}


/* Estilo para la tabla de cabecera */

/* Fondo negro de las celdas */

.fondonegro {
	background-color: #000000;
}

/* Borde blanco de la tabla */

.bordeblanco1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #003300;
}


/* Estilo para la celda central con contenido */

.bordeblanco2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #CCFFCC;
	background-image : url(../images/fondos/papelmat.jpg);
}


/* Barralateral de la sección */

.barralateral {
	background-color: #003300;
}


/* Estilos que controlan la barra superior de enlaces de la sección de materiales */

/* Enlaces de color blanco, grandes y pequeños */

a.enlaceblanco:link	{
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
} 

a.enlaceblanco:visited	{
	color: #FFFFFF;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight: bold;
} 

a.enlaceblanco:hover	{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight: bold;	
}

a.enlaceblanco:active	{
	color: #FFFFFF;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight: bold;
} 

a.enlaceblancopeq:link	{
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
} 

a.enlaceblancopeq:visited	{
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
} 

a.enlaceblancopeq:hover	{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

a.enlaceblancopeq:active	{
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
} 


/* Enlaces de la barra de enlaces lateral */

a.barraenlacelateral:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #003300;
	display: block; 
}

a.barraenlacelateral:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #003300;
	display: block; 
}

a.barraenlacelateral:hover {
	color: #CCCCCC;
	font-size: 10pt;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #009900;
	display: block; 
}

a.barraenlacelateral:active {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #003300;
	display: block;	
}

/* Formulario de búsqueda de la sección */

.form8verdeoscuro {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006666;
	border: 1px solid #003300;
}

