/***************************************************************************************/
/* CSS: Hoja de estilos para los textos del portal csirtcv.es									*/
/***************************************************************************************/
body {font-family:arial;margin:0em;padding:0em;}

/* Tamaños */
.txt_small	{font-size: .70em;} 
.txt_normal	{font-size: 1em;}
.txt_big		{font-size: 1.2em;}
.txt_menu	{font-size: .75em;}
.txt_75		{font-size: .75em;}
.h1 			{font-size:1.2em;}

/* Estilos */
.bold 		{font-weight:bold;}
.italic 		{font-style:italic;}
.underline 	{text-decoration:underline}

/* Colores */
.white 			{color: #FFFFFF;}
.black 			{color: #000000;}
.brown 			{color: #9a3501;}
.orange			{color: #f85b0c;}
.orange_iti		{color: #e87b14;}
.dark_grey		{color: #333333;}
.csirt_blue		{color: #006666;}
.blue				{color: #34728f;}
.red				{color: #e02002;}
.green			{color: #3c9a31;}
.grey				{color: #333333;}
.light_grey		{color: #777777;}
