/***************************************************************************************/
/* CSS: Hoja de estilos para las tablas del portal csirtcv.es									*/
/***************************************************************************************/

.aa_csirt_services{border:.06em;
	text-align:					center;
}
.aa_csirt_services table{
	width:						auto;
	text-align:					left;	
	border: 						outset .06em;
	border-spacing: 			.3em;
  	padding:						.3em;
  	font-size: 					.8em;
  	color: 						black;
  	margin-left:				auto; 
  	margin-right:				auto;
}
.aa_csirt_services table thead th{
		border: inset 			.08em;
		text-align:				center;
		background-color:		#c3dae2;
		font-size: 				1.2em;
		height:					3.5em;
		
}
.aa_csirt_services table tbody tr{
	vertical-align:			top;
}
.aa_csirt_services table td{
	border: 						inset .08em;
	height:						4.5em;
	width:						33%;
	padding:						0.5em;
}
.bgwhite{background-color:#ffffff;}
