﻿body {
}
.box
{
  border: 1px solid #dadbd9;
  padding: 4px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px 0 #DADBD9;
  min-height: 130px !important;
  background: #f6f6f6; /* Old browsers */
  background: -moz-linear-gradient(top,  #f6f6f6 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(to bottom,  #f6f6f6 0%,#e3e3e3 100%); /* W3C */
}
.box p,
.box p
{
  font-size: 12.5px;
  line-height: 18px;
  padding: 0 20px;
}
.box h3
{
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-family: Segoe UI;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 12px;
  max-height: 30px;
  padding: 0 0 0 20px;
  text-shadow: 0 1px 1px #000000;
  text-transform: uppercase;
}
.box .title_orange
{
  background-color: #e67420;
}
.box .title_green
{
  background-color: #31be1a;
}
.box .title_red
{
  background-color: #e01f2c;
}
.box .title_blue
{
  background-color: #0099FF;
}
.box .alerta
{
  background: url("../layout/email/alerta_email.png") repeat scroll 0 0 transparent;
  height: 44px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 42px;
}
.box .second
{
  background-color: #E5E5E5;
  border-top: 1px solid #F2F2F2;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 7px 0 0;
}
.height
{
  height: 142px;
}
.box .btn-default
{
  font-size: 11px;
  line-height: 15px;
  margin: 0 20px 0 0;
}
.smaller
{
  font-size: 12px;
  color: #000000;
  line-height: 40px;
}
.bigger
{
  font-size: 20px;
  color: #000000;
}