.static {
  font-family: "Trebuchet MS";
  font-size: 12px;
  padding: 10px;
}

.static .title {
  font-size: 24px;
  color: #9D0C15;
}

.static a {
  text-decoration: underline;
  font-weight: bold;
  color: #9D0C15;
}

.static a:hover {
  text-decoration: none;
  color: #000;
}

/* ************************************************ FORMULARIOS */

form { margin: 0px; padding: 0px; }

/* ************************************************** GENERICOS */

.cleaner {
	clear: both;
}

hr {
	border: 0;
	color: #DDD;
	background-color: #DDD;
	height: 2px;
}

.foto_left {
  	float: left;
  	background: url(../imagenes/shadowAlpha_white.png) no-repeat bottom right !important;
  	background: url(../imagenes/shadowAlpha_white.png) no-repeat bottom right;
  	margin: 7px 10px 5px 5px !important;
  	margin: 7px 10px 5px 5px;
}

.foto_left img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.foto_right {
  	float: right;
  	background: url(../imagenes/shadowAlpha_white.png) no-repeat bottom right !important;
  	background: url(../imagenes/shadowAlpha_white.png) no-repeat bottom right;
  	margin: 7px 0px 10px 30px !important;
  	margin: 7px 0px 10px 30px;
}

.foto_right img{
	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}

.row {
  	clear: both;
  	padding-top: 5px;
	  font-size:11px;
  }

.row a {
  	text-decoration: none;
  	color: #0C6EB7;
  	font-weight: bold;
  }

.row a:hover {
  	text-decoration: underline;
  	color: #000;
  }
  
.concept {
	width: 150px;
  float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
  }
  
.form {
  float: left;
	text-align: left;
	font-size:10px;
  }
  
input, textarea {	border: 1px solid #BCBCBC; font-size: 11px;	font-weight: bold; color: #999; padding: 2px; }

.validation-inline-error-message {
  font-size: 13px;
  color: #F00;
}

.button {	
	border: 1px solid #0C6EB7;
	background-color: #0C6EB7;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	/*padding: 2px;*/
	width: 70px;
} 

.checkbox {	
	background-color: transparent; border: 0px;
}
