/* Custom
   ======================================================== */ 
body {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
	line-height: 16px;
	color: #505050;
	background-color: #fcfcfc;
	background:#EFEFEF;
	margin: 0 auto;
	position: relative;
}
#logo{
	padding-left:30px;	
}
#logo-texto{
	background-color:#3D7EDB;	
	margin: auto;
}

.cajaLogo{
  background:url("/theme/img/UCcolor.png") no-repeat;
  padding:20px;
  background-color:#4973B2;
  background-origin: content-box;
  float:left;
  position:relative;
  width:207px;
  height:150px;
  z-index:20;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 10px 10px 18px -4px rgba(0,0,0,0.51);
  -moz-box-shadow: 10px 10px 18px -4px rgba(0,0,0,0.51);
  box-shadow: 10px 10px 18px -4px rgba(0,0,0,0.51);
  overflow: hidden;
}
.margen{
	margin-bottom:340px;
}

.domat-inicio-section header.row-fluid {
  
}

header.row-fluid {
 
  position:relative;
}

.row-fluid {
  margin:0;
}


.text-right {
  text-align:right;
  padding-left:30px;
  
}

.header-image {
  overflow:hidden;
  position:absolute;
  top:0;
  margin-bottom:350px;
  width:1140px;
  
}

.h-image {
  left:-100px;
}

.header-txt {
  background:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 47%, rgba(0, 0, 0, 0.65) 100%);
  bottom:0;
  color:#FFFFFF;
  padding:50px 50px 15px;
  position:absolute;
  width:100%;
  z-index:1;
}

.mainmenu.mainmenu-sup {
  margin-bottom:20px;
  z-index:2;
}

.navbar-default {
  background-color:#4973B2;
  border-color:#E7E7E7;
  color:#ffffff;
}

.navbar {
  border:1px solid transparent;
  margin-bottom:20px;
  min-height:50px;
  position:relative;
  border-radius: 0 0 0 0;
  width:100%;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: silver; /*Change rollover cell color here*/
}


.navbar-default .navbar-nav > li > a {
 color: white; /*Change active text color here*/
}



.paso-numero{
  font-size:14px;
  font-weight:600;
  margin-bottom:7px;
  text-transform:uppercase;	
  text-align:center; 
  top:0;
}

.paso-numero strong {
  display:block;
  font-size:30px;
  line-height:110%;
  text-align:center;
}

.paso-txt{
	width:130px;
	height:100px;
	overflow:hidden;
}

.b, strong {
  font-weight:bold;
}

.moduletable-box {
  background:#FFFFFF;
  border:1px solid #E6E6E6;
  margin-bottom:30px;
  padding:0 30px 30px;
  border-radius: 5px 5px 5px 5px;
}

.moduletable-box h3 {
  background:#CFDDEF;
  color:#333333;
  text-shadow: 0px 2px 3px #ffffff;
  display:inline-block;
  font-size:14px;
  letter-spacing:0.5px;
  line-height:100%;
  margin:0 0 20px -30px;
  padding:10px 25px 10px 15px;
  position:relative;
  text-transform:uppercase;  
-webkit-box-shadow: 1px 1px 1px -1px rgba(143,143,143,1);
-moz-box-shadow: 1px 1px 1px -1px rgba(143,143,143,1);
box-shadow: 1px 1px 1px -1px rgba(143,143,143,1);
}

.moduletable-box .content-svg-txt {
  display:inline-block;
  margin:0 20px;
  text-align:center;
  vertical-align:top;
  width:120px;
}

.moduletable-box .row-content-svg-txt {
  text-align:center;
}

.moduletable-box > :last-child {
  margin-bottom:0;
}


.content-sub-txt{
	font-weight:bold;
	 text-align:center;
	 padding-top: 10px;
}



