.rcorners1100 {
  border-radius: 25px;
  background: #1C6EA4;
  padding: 2px; 
  width: 100%;
  height: 100%;  
}

.rcorners2100 {
  border-radius: 25px;
  background: #656565;
  padding: 2px; 
  width: 100%;
  height: 100%;  
}

.rcorners3100 {
  border-radius: 25px;
  background: #CCCCCC;
  padding: 2px; 
  width: 100%;
  height: 100%;  
}

.rcorners4100 {
  border-radius: 25px;
  background: #999999;
  padding: 2px; 
  width: 100%;
  height: 100%;  
}

.postit {
  border-radius: 25px;
  background: #FFFF00;
  padding: 5px; 
  width: 300px;
  height: 100%;  
}

.rcorners1 {
  border-radius: 25px;
  background: #1C6EA4;
  padding: 2px; 
  width: 200px;
  height: 100%;  
}

.rcorners2 {
  border-radius: 25px;
  background: #656565;
  padding: 10px; 
  width: 200px;
  height: 100%;  
}

.rcorners3 {
  border-radius: 25px;
  background: #CCCCCC;
  padding: 10px; 
  width: 200px;
  height: 100%;  
}

.rcorners4 {
  border-radius: 25px;
  background: #999999;
  padding: 10px; 
  width: 200px;
  height: 100%;  
}

.rcorners5 {
  border-radius: 25px;
  background: #bddbfa;
  padding: 10px; 
  width: 200px;
  height: 100%;  
}


.scpHeader{
  border-radius: 25px;
  background: #CCCCCC;
  padding: 5px; 
  width: 99%;
  min-height: 32px;  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.scpBloque1{
  padding: 2;  
  height: 150px;
  display: flex;  
  flex-direction: column;
  justify-content:left;  
}

.scpBoxNombre{
  padding: 10;
  background-color: tomato;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: left  
}

.scpBox3{
  border-radius: 25px;
  padding: 10;
  background-color: whitesmoke;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.scpBox33{  
  padding: 2;
  background-color: white;
  width: 100%;  
  display: flex;
  flex-direction: row;
}

.scpTitle{
  font-family: 'Roboto', san-serif;
  font-size: 18;
  font-weight: 600;
  padding: 2;   
}

.scpTitle1{
  font-family: 'Roboto', san-serif;
  font-size: 14;
  font-weight: 400;
  padding: 2; 
}

.scpFirma{
  align-items: left;
}

.scpBtn1{
  font-family: 'Roboto', san-serif;
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#727070;
	font-size:11px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
  margin-top: 2px;
}

.scpBtn1 a{
  text-decoration: none;
  color:#5f5e5e;
}

.scpBtn1 a:hover{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
  color: #000;
}

.scpBtn1 :active {
	position:relative;
	top:1px;
}

.scpBottom{
  align-items: right;
}