@charset "utf-8";
/* CSS Document */


html{
	height:100%;
	width:100%;
}

body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;

}

.full{
	width:100%;
	height:100%;
	overflow:scroll;
}

.operadores{
	padding:6px;
	}
	
.titulos { 
font-size:16px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
border-bottom:dashed #FB413C 1px;
}

.borde {
	border:#FB413C 1px solid;
}	

.subtitulos { 
font-size:13px;
color:#666;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

.cuerpo {
	font-size:12px;
	color:#707070;
	
}
