/* CSS Document */

/*************	ESTILOS GENERALES. DIVS PRINCIPALES, MAQUETACION.  *************/
html, body 	{
		
		height: 		100%;
		margin: 		0px;
		padding: 		0px;
		font-family: verdana;/*Se ha cambiado el tipo de letra a Verdana*/
		font-size: 		18px;
		/*letter-spacing: 	0.1em;*/
		background-image: url(Imagenes/fondo_web.jpg);
		background-repeat: repeat-x;
		scrollbar-3dlight-color:#000000; 
		scrollbar-arrow-color: #000000; 
		scrollbar-base-color:#FFD600; 
		scrollbar-darkshadow-color:#ffffff; 
		scrollbar-face-color:#ffffff; 
		scrollbar-highlight-color:#ffffff; 
		scrollbar-shadow-color:#000000;
		
		}
#container 	{
		width: 			998px; /*Aumento de píxeles para que se vea la página más ancha*/
		margin: 		0px auto;
		padding: 		0px;
  		background: 	#fff url(Imagenes/cols.gif) repeat-y 100% 0%;
		line-height: 1em;
		color:			#005BAA;
		border-top:		5px solid #005BAA;/*Se han cambiado los colores para que sean los de la ETSII*/
		border: 		1px solid #96BDD4; /*Se han resaltado los bordes exteriores*/
		}
		
#container_not 	{
		width: 			998px; /*Aumento de píxeles para que se vea la página más ancha*/
		margin: 		0px auto;
		padding: 		0px;
  		background: 	#fff url(Imagenes/cols.gif) repeat-y 0% 0%;/*Disminución de la imagen con Microsoft Office Picture Manager*/
  		background: 	#fff url(Imagenes/cols.gif) repeat-x 0% 0%;
		color:			#005BAA;
		}

#leftnav	{
		float: 			left;
		width: 			165px; /* Para la versión ancha, antes 155px */
		margin: 		0px;
		padding: 		0px;
		}
		
		
/*Logo de la parte superior izquierda*/
#logo_uah {
	padding-top:10px;
	background-color: #FFFFFF;
}
#content	{
		float: 			left;
		width: 			650px; /* Para la versión ancha, antes 466px */ 
		margin: 		0px;
		padding: 		0px;
		color: 			#005BAA;
		font-size: 		0.7em;
		border: 		1px solid #96BDD4;/*Para marcar las separaciones entre el menú de la izquierda y de la derecha con el contenido del bloque principal*/
		}
		

#content_not	{
		float: 			left;
		width: 			650px; /* Aumento de la imagen, antes 466px */
		margin: 		0px;
		padding: 		0px;
		color: 			#005BAA;
		font-size: 		0.7em;
		border: 		1px solid #96BDD4;
		}
		
		
/*************	TABLAS EN EL BLOQUE CENTRAL (NOTICIAS) *************/
#content table.gr {
			width: 440px;
		}
#content table {
		/*width: 			90%;*/
		/*height:300px;*//*Comentado para poder realizar tablas de diversos tamaños*/
		margin: 10px auto;
		}
#content table td{
		border: 		1px solid #96BDD4;
		padding: 		4px 4px 4px 4px;
		vertical-align: 	middle;
		font-weight:		normal;
		overflow:auto;
		}
#content table tr.descripcion {
		font-weight: 		bold;
		text-align: 		left;
		padding: 		10px 4px 10px 4px;
		
		}


					
/*Partes que contienen scroll como pueden ser las noticias etc..*/

#scroll_noticias
{
      width:100%;
      height:280px;
      overflow:auto;
	  text-align:justify;
	  scrollbar-3dlight-color:#f0f0ff;   
	  scrollbar-arrow-color: #005BAA; 
	  scrollbar-base-color:#FFD600; 
	  scrollbar-darkshadow-color:#666666; 
	  scrollbar-face-color:#f0f8ff; 
	  scrollbar-highlight-color:#ffffff; 
	  scrollbar-shadow-color:#c0c0cc;

}

#scroll_resena
{
      width:100%;
      height:600px;
      overflow:auto;
	  text-align:justify;
	  scrollbar-3dlight-color:#f0f0ff;   
	  scrollbar-arrow-color: #005BAA; 
	  scrollbar-base-color:#FFD600; 
	  scrollbar-darkshadow-color:#666666; 
	  scrollbar-face-color:#f0f8ff; 
	  scrollbar-highlight-color:#ffffff; 
	  scrollbar-shadow-color:#c0c0cc;

}
#scroll_resena_not
{
background-image:url(Imagenes/blog.jpg)
      width:100%;
      height:600px;
      overflow:auto;
	  text-align:justify;
	  scrollbar-3dlight-color:#f0f0ff;   
	  scrollbar-arrow-color: #005BAA; 
	  scrollbar-base-color:#FFD600; 
	  scrollbar-darkshadow-color:#666666; 
	  scrollbar-face-color:#f0f8ff; 
	  scrollbar-highlight-color:#ffffff; 
	  scrollbar-shadow-color:#c0c0cc;
	  
}
#sin_scroll
{
	  width:100%;
      height:490px;
}

/*************************************************************************/

#content a{
		color: 			#005BAA;
		text-decoration: 	none;
		font-weight: 		bold;
}

#content a:hover{
		color: 			#005BAA;
		text-decoration: 	underline;
		font-weight: 		bold;
}
#content a:visited{
		color: #000066;
		text-decoration: 	underline;
		font-weight: 		bold;
}
#content_not a{
		color: 			#005BAA;
		text-decoration: 	none;
		font-weight: 		bold;
		
}

#content_not a:hover{
		color: 			#005BAA;
		text-decoration: 	underline;
		font-weight: 		bold;
}
#content_not a:visited{
		color: #000066;
		text-decoration: 	underline;
		font-weight: 		bold;
}

#rightnav	{
		float: 			left;
		width: 			161px; /*Aumento de píxeles, antes 158px*/
		margin: 		0px;
		padding: 		0px;
		border-top:		7px solid #FFFFFF;
		color: 			#005BAA;
		font-size: 		0.7em;
		}

#footer		{
		clear: 			both; 
		margin: 		0px 0px -4px 0px;
		padding: 		0px;
		height: 		6px;
		line-height: 		0px;
		font-size:			0px;
  		background: 		url(Imagenes/footer.gif) no-repeat 0px 0px;/*Aumento de la imagen a 1024px x 8px*/
		
		}

a 		{
		text-decoration: 	none;
		color:			#005BAA;
  		font-weight:		bold;
		}
a:hover 	{
  		text-decoration:	underline;
		}
ul		{
		list-style-image: 	url("li.gif");
		}
p.center {
	text-align:center;
	}
	
.imagennivel	{
		margin: 		0px 0px 10px 10px;
		color:			#005BAA;
		float: left;
		padding: 0px 20px 0px 0px;
		}
		
		
/*************	MENU PRINCIPAL  *************/


ul#menu		{
		width: 			163px;  /* 153 */
		margin: 		0px 0px 0px 1px;
		_margin: 		0px 0px 0px 1px;
		padding: 		0px 0px;
		list-style-image: 	none;
		list-style-type: 	none;
  		background: 		#fff;
		font-size: 		0.7em;
		}
ul#menu li	{
		margin: 		0px;
		padding: 		0px;
				letter-spacing: 0.1em;
		}
ul#menu li a, ul#menu li h2, ul#menu li h3 {
		color: 			#005BAA;
		text-decoration: 	none;
		display: 		block;
		border-left: 		5px solid #005BAA;
		margin: 		0px;
		padding: 		4px;
		background: 		#005BAA;
		font-size: 		1em;
  		font-weight:		bold;
		}
ul#menu li h2 {
	color: #fff;
	font-size: 		1.0em;
	letter-spacing: 0.1em;
}

ul#menu li ul	{
		list-style-image: 	url("li.gif");
		background: 		#fff;
		width: 			143px;  /* 133 */
		margin: 		5px 0px 5px 20px;
		padding: 		0px;
		}
ul#menu li ul li {
		margin: 		0px;
		padding: 		0px;
		color: 			#00209F;
		background: 		#fff;
  		font-weight:		bold;
		}
ul#menu li ul li a, ul#menu li ul li h3 {
		margin: 		0px;
		padding: 		0px;
  		font-weight:		normal;
		border: 		0px;
		background: 		#fff;
		}
html*ul#menu li ul li a, html*ul#menu li ul li h3 { 
  		height:			100%;
  		vertical-align:		text-top;
		}
ul#menu li ul li a img {
		margin: 		0px;
		padding: 		0px;
  		font-weight:		normal;
		border: 		0px;
		background: 		#fff;
		}
ul#menu li ul li a:hover {
  		text-decoration:	underline;
		}
ul#menu li ul li.last a {
		color: 			#0018AD;
		}
ul#menu li ul li ul	{
		list-style-image: 	url("licircle.gif");
		width: 			120px;  /* 110 */
		margin: 		5px 0px 5px 15px;
		padding: 		0px;
		}
ul#menu li ul li ul li {
		margin: 		0px;
		padding: 		0px;
		}
/* added */
ul#menu li ul li ul li a, ul#menu li ul li ul li h3 {
		margin: 		0px;
		padding: 		0px;
  		font-weight:		normal;
		border: 		0px;
		background: 		#fff;
		}
html*ul#menu li ul li ul li a, html*ul#menu li ul li ul li h3 { 
  		height:			100%;
  		vertical-align:		text-top;
		}


/*************	MENU SECUNDARIO (PORTADA, DIRECTORIO, MAPA WEB, ETC) *************/


ul#menusecundario {
		width: 			645px;  /* Aumento de píxeles para la versión ancha, antes 466px */
		margin: 		0px 1px;
		padding: 		5px 5px;
		list-style-type: 	none;
		text-align:		center;
		/*border-bottom: 		1px solid #005BAA;*//*Comentado con el fin de que no salgan 2 líneas debajo del menusecundario*/
		font-family: 		verdana;
		font-size: 		0.9em;
		letter-spacing: 	0.1em;	
}
ul#menusecundario li {
		display: 		inline;
		padding: 		0px 2px 0px 2px;
		margin: 		0px 1px 0px 1px;
		border-right: 		1px solid #005BAA;
		}
ul#menusecundario li.last {
		border-right: 		0px;
		}
ul#menusecundario li a {
  		color: 			#005BAA;
		}
ul#menusecundario li a:hover {
  		text-decoration: 	underline;
		}
ul#menusecundario li img{
  		margin: 0px;
		padding: 0px;
		}
ul#menu h2 {
  		font-weight:		bold;
		font-family: 		verdana;
		}

/*************	MIGA DE PAN *************/

#breadcrumb	{
		padding: 		10px;
		color:			#1E2D3B;
		}

/*************	CONTENIDO CENTRAL *************/


h1		{
		display: 		none;
		}
p, h2		{
		margin: 		0px;
		padding: 		0px 10px 10px 10px;
		}
h2 {
		font-family: 		"Verdana";
		font-size: 		1.8em;
		font-weight: 		normal;
		color: 			#005BAA;
		letter-spacing: 	0.1em;
		}
#content h3	{
		margin: 		5px;
		padding: 		5px;
		font-family: 		"Verdana";
		font-size: 		1.5em;
		font-weight: 		bold;
		color: 			#005BAA;
		letter-spacing: 	0.1em;
		}
#content_not h3	{
		margin: 		5px;
		padding: 		5px;
		font-family: 		"Verdana";
		font-size: 		1.5em;
		font-weight: 		bold;
		color: 			#005BAA;
		letter-spacing: 	0.1em;
}
h4 {
		font-weight:		bold;
		font-size:		1em;
		margin-bottom: 		0px;
		padding: 		0px 10px 5px 10px;
		}

h3.linea	{
		clear:			left;
		border-top: 		1px dashed #005BAA;
		}
		
/*cambio css*/		
red.linea	{
		font-size: 		small;
		clear:			left;
		border-top: 		1px dashed #005BAA;
		}
h3.saludo	{
		text-align: center;
		border-top: 1px dotted #005BAA;
		}

#logo		{
		margin: 		0px 0px 0px 0px;
		border: 0px;
		}
#mosaico	{
		margin: 		10px 0px 0px 5px;
		}
#mosaicomini	{
		margin: 		10px 0px 0px 0px;
		color:			#EFAD00;
		}
/*************	SITUACION DEL BOTON SUBIR *************/
#content p.subir {
		text-align:center;
		margin: 30px 5px 20px 5px;
		display: block;
}
#content p.subir img{
		padding: 0px 4px;
		vertical-align:text-bottom;
}
#content_not p.subir {
		text-align:center;
		margin: 30px 5px 20px 5px;
		display: block;
}
#content_not p.subir img{
		padding: 0px 4px;
		vertical-align:text-bottom;
}
/*************	LISTAS CONTENIDAS EN EL BLOQUE CENTRAL *************/
#content ul.lista {
		margin: 		0px;
		padding: 		0px;
		color:#000000;
	}

#content ul.lista li {
		margin: 		0px 2px 12px 30px;
	}

#content ul.lista li ul{
		margin: 		10px 0px 10px 5px;
	}
#content_not ul.lista {
		margin: 		0px;
		padding: 		0px;
		color:#000000;
	}

#content_not ul.lista li {
		margin: 		0px 2px 12px 30px;
	}

#content_not ul.lista li ul{
		margin: 		10px 0px 10px 5px;
	}
/**/
/*************	NOTICIAS DE LA PÁGINA DE INICIO Y DE LA PÁGINA DE ARCHIVO *************/

ul#noticias, ul#enlacesgraficos, ul#galeria	{
		margin: 		0px;
		padding: 		0px;
		}

ul#noticias li {
/* bullet as html img: IE cannot show img bullets on floated list */
		list-style-image: 	none;
		list-style-type: 	none;
		float:			left;
		width:			310px;  
		margin: 		5px 0px 5px 10px;
		padding: 		0px;
		}
#content .pastnews {
	margin: 10px;
	padding: 5px;
	height: 100%;
	background-color: white;
	display: block;
	overflow: hidden;
}
#content .pastnews table {
	float: left;
	width: 160px;
	margin: 5px 35px 5px 5px;
	padding: 0px;
	border: 1px solid #F5F5F5;
	background-color: white;
	}
#content .pastnews ul{
	list-style-type:none;
	margin: 10px;
	}
#content .pastnews ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#content .pastnews h4{
	margin: 0px;
	}
#content .pastnews h4.meses{
	margin-top: 15px;
	}
#content .pastnews table td.day{
	background-color: #EFAD00;
	color: #FFFFFF;
	font-weight: bold;
	}
#content .noticiasxtd {
		margin: 		10px;
		padding: 		5px;
		line-height: 1.3em;
		background-color: #F5F5F5;
		display: block;
		}


#content_not .pastnews {
	margin: 10px;
	padding: 5px;
	height: 100%;
	background-color: white;
	display: block;
	overflow: hidden;
}
#content_not .pastnews table {
	float: left;
	width: 160px;
	margin: 5px 35px 5px 5px;
	padding: 0px;
	border: 1px solid #F5F5F5;
	background-color: white;
	}
#content_not .pastnews ul{
	list-style-type:none;
	margin: 10px;
	}
#content_not .pastnews ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#content_not .pastnews h4{
	margin: 0px;
	}
#content_not .pastnews h4.meses{
	margin-top: 15px;
	}
#content_not .pastnews table td.day{
	background-color: #EFAD00;
	color: #FFFFFF;
	font-weight: bold;
	}
#content_not .noticiasxtd {
		margin: 		10px;
		padding: 		5px;
		line-height: 1.3em;
		background-color: #F5F5F5;
		display: block;
		}



/*************	enlaces especiales de la pagina de inicio *************/

#content div.especiales{
		width: 200px;
		float: left;
		margin: 0px 5px;
		padding: 5px;
}
#content div.especiales h3{
		margin: -10px 2px 0px 0px;
} 
#content div.especiales img{
		display: block;
		padding: 4px 0px;
}

#content_not div.especiales{
		width: 200px;
		float: left;
		margin: 0px 5px;
		padding: 5px;
}
#content_not div.especiales h3{
		margin: -10px 2px 0px 0px;
} 
#content_not div.especiales img{
		display: block;
		padding: 4px 0px;
}


/*************	ESTILOS DE LA GALERIA DE IMAGENES *************/

#content div.galeria 	{
		display: block;
		padding: 5px;
		height: 100px;
		font-weight:bold;
		}
#content div.galeria p {
		margin: 30px 5px 5px 0px;
		}
#content div.galeria img.left	{
		margin: 0px;
		padding: 5px 10px;
		float: left;
		}
#content div.galeria img.right	{
		margin: 0px;
		padding: 5px 10px;
		float: right;
		}
#content div.galeria img.left, img.right a{
		border: 0px;
		text-decoration:none;
		}

#content_not div.galeria 	{
		display: block;
		padding: 5px;
		height: 100px;
		font-weight:bold;
		}
#content_not div.galeria p {
		margin: 30px 5px 5px 0px;
		}
#content_not div.galeria img.left	{
		margin: 0px;
		padding: 5px 10px;
		float: left;
		}
#content_not div.galeria img.right	{
		margin: 0px;
		padding: 5px 10px;
		float: right;
		}
#content_not div.galeria img.left, img.right a{
		border: 0px;
		text-decoration:none;
		}

/*************	AREA DE DATOS DE LA UNIVERSIDAD DE ALCALA (PAGINA DE INICIO Y SIGUIENTES) *************/
#content div#tarjeta{
		clear: both;
		border-top: 1px solid #005BAA;
		border-width: 1px 1px 0px 1px;
		margin: 5px;
		background-image: url(Imagenes/fondo_visita.gif);
		background-position:top;
		background-repeat: no-repeat;
		text-align:center;
		line-height: 1em;
		width: 645px; /* 450 */
		float: inherit;
	}
#content div#tarjeta h3{
		font-size: 1.4em;
		text-align:center;
	}

#leftnav div#tarjeta{
		border-top: 1px solid #005BAA;
		margin: 0px;
		padding: 0px;
		background-image: url(fondo_visita2.gif);
		background-position:top;
		background-repeat: no-repeat;
		font-size: 		0.7em;
		letter-spacing: 	0.1em;
		line-height: 1.1em;
	}

#content_not div#tarjeta{
		clear: both;
		border-top: 1px solid #005BAA;
		border-width: 1px 1px 0px 1px;
		margin: 5px;
		background-image: url(Imagenes/fondo_visita.gif);
		background-position:center;
		background-repeat: no-repeat;
		text-align:center;
		line-height: 1em;
		width: 645px; /* 450 */
		float: inherit;
	}
#content_not div#scroll_resena_not{
background-image:url(blog/difuminado2.jpg)
}
#content_not div#tarjeta h3{
		font-size: 1.4em;
		text-align:center;
	}




/*************	BARRA DE NAVEGACION DE LA DERECHA: ENLACES RELACIONADOS, ETC *************/

#rightnav img 	{
		margin: 		0px;
		padding: 		5px 0px 5px 5px;
		}

/*cambio css*/
#rightnav ul 	{
		margin: 		0px;
		padding: 		0px 0px 5px 25px;
		/*border-bottom: 		1px dashed #005BAA;*/
		}
		
		
#rightnav ul li	{
		padding: 		0px 5px 5px 0px;
		list-style-image:url(Imagenes/flecha_ext.gif);
		}
		
		
ul#enlacesgraficos {
		margin: 		0px;
		padding: 		0px;
		border: 		0px;
		}
		
/*cambio css*/		
ul#enlacesgraficos2 {
		margin: 		0px;
		padding: 		0px;
		border: 		0px;
		}
ul#redessociales{
		margin: 		0px;
		padding: 		0px;
		border: 		0px;
		}

ul#enlacesgraficos li {
		list-style-image: 	none;
		list-style-type: 	none;
		}
		
/*cambio css*/		
ul#enlacesgraficos2 li {
		list-style-image: 	none;
		list-style-type: 	none;
		}
		
ul#redessociales li {
		list-style-image: 	none;
		list-style-type: 	none;
		}
		
/* avoid ie5.0 (but needed in ie5.5+): */
html*ul#enlacesgraficos li, html*ul#galeria li { 
		height: 		100%;
		}
		
ul#enlacesgraficos li a {
		display: 		block;
		border-bottom: 		1px dashed #005BAA;
		padding: 		5px 0px 5px 10px;
		}
		
/*cambio css*/		
ul#enlacesgraficos2 li a {
		display: 		block;
		/*border-bottom: 		1px dashed #005BAA;*/
		border-top: 		1px dashed #005BAA;
		padding: 		5px 0px 5px 10px;
		}
		
ul#redessociales li a {
		/*display: 		block;*/
		/*border-bottom: 		1px dashed #005BAA;*/
		/*border-top: 		1px dashed #005BAA;*/
		padding: 		15px 5px 15px 10px;
		}

ul#enlacesgraficos li, ul#enlacesgraficos li a img	{
		margin: 		0px;
 		padding: 		0px;
 		border:			0px;
		}

/*cambio css*/
#rightnav ul#banderas {
		width: 			156px;
		margin: 		auto;
		padding: 		0px 0px 1px 0px;
		list-style-type: 	none;
		border-bottom: 		1px dashed #005BAA;
}
#rightnav  ul#banderas li{
		display: inline;
		list-style-type: circle;
}
.enlacesimg {
	border: 0px;
}
#rightnav .enlacesimg {
	margin: 0px 2px;
	padding: 0px;
	vertical-align: baseline;
}


/*************	FORMULARIO DE BUSQUEDA *************/
form		{
		margin: 		0px;
		padding: 		0px;
		border-bottom: 		1px solid #005BAA;
		}
label		{
		display: 		none;
		}
input		{
		margin: 		0px 0px 15px 10px;
		_margin: 		0px 0px 6px 10px;
		width:			80px;
		}
input.send	{
		border: 		0px;
		color:			#005BAA;
		background: 		#fff;
		width:			45px;
		margin-left: 		5px;
 	 	cursor: 		pointer;
  		cursor: hand;
		color: 			#005BAA;
		text-decoration: 	none;
		font-weight: 		bold;
		font-size: 		1em;
		}		


#film	{
		margin: 		10px 5px 5px 8px;
		}

/************************** ICONOS DE AMPLIACION DE TEXTO **************************/

	#txtsizer img	{
			display: 		inline;
			width:			24px;
			height:			24px;
			margin: 		0px;
			padding: 		0px;
			}
	#txtsizer	{
			border-bottom: 		1px dashed #005BAA;
			padding: 		5px 0px 5px 10px;
			}

/************************** saludo del Decano y firma **************************/
#saludo {
	background-color:#FFFFFF;
	width: 550px;
	margin: 10px auto;
	padding: 15px 5px;
	color: 			#005BAA;
	font-size: 		0.7em;
}
#saludo p#firma{
	font-family: "Verdana";
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
}
/************************** sala de juicios y practicum **************************/

ul.destacados	{
		margin: 		0px;
		padding: 		0px;
		}

ul.destacados li {
/* bullet as html img: IE cannot show img bullets on floated list */
		list-style-image: 	none;
		list-style-type: 	none;
		float:			left;
		width:			210px;  
		margin: 		0px 0px 5px 5px;
		padding: 		0px;
		}

img.destacados {
	margin: 0px;
	float: left;
	}


/****************************** buscador (resumen CSS propio y de la Universidad) **************************/

#googleoptions p{
	margin: 4px;
	padding: 0px;
	text-align:left;
}

#googleoptions input{
	margin: 0px;
	padding: 0px;
	width: 15px;
}

#googlelogo {
	float:left;
	margin: 3px 6px 0px 2px;
	padding: 0px;
	width: 56px;
	height: 30px;
}

#googlefinder {
	display: block;
}
#googlefinder form		{
		margin: 		0px;
		padding: 		0px;
		border-bottom: 		1px solid #005BAA;
		}

#googlefinder label		{
		display: 		none;
		}

#googlefinder input		{
		margin: 		0px 0px 15px 10px;
		_margin: 		0px 0px 6px 10px;
		width:			80px;
		}

#googlefinder input.radio  {
		margin: 		0px 0px 0px 0px;
        width:           10px;
	    height:          10px;
	    }
      

#googlefinder input.send	{
		border: 		0px;
		color:			#005BAA;
		background: 		#fff;
		width:			45px;
		margin-left: 		5px;
 	 	cursor: 		pointer;
  		cursor: hand;
		color: 			#005BAA;
		text-decoration: 	none;
		font-weight: 		bold;
		font-size: 		1em;

		}	

#googlefinder input.googlebox	{

		border: 		1px solid #005BAA;
		color:			#0019AC;
		background: 		#fff;
		width:			70px;
		margin-left: 		5px;
		padding: 2px;
		color: 			#0019A8;
		font-size: 		0.9em;
		}	

#googlefinder input.google_btn	{

		border: 		1px solid #005BAA;
		color:			#0019AC;
		background: 		#fff;
		width:			54px;
		padding: auto;
		margin-left: 		2px;
		color: 			#0019A8;
		text-align:center;
		font-weight: 		bold;
		font-size: 		0.9em;
		}	
		

		
/***************************** tablas de noticas y aulas **************************/
/*
td.aula{
	background-color: #005BAA;
	color: #FFFFFF;
	font-weight: bold;
	}
td.noticiasgrande{
	background-color: #005BAA;
	color: #FFFFFF;
	font-weight: bold;
	}
td.noticiaspeque{
	background-color: #005BAA;
	}*/
