html {
	height: 100%;
}

body {
  background: #FFF;
  color: #333;
  font-size: 11px;
  height: 100%;
}

.wrapper {
	min-height: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.negro {
  color: #000;
  text-decoration: none;
}

a.negro:hover {
  text-decoration: underline;
}

a.blanco {
  color: #fff;
  text-decoration: none;
}

a.blanco:hover {
  text-decoration: underline;
}

a.azul_oscuro {
  color: #003366;
  text-decoration: none;
}

a.azul_oscuro:hover {
  text-decoration: underline;
}

h1 {
  font-family: 'TienneRegular', Tahoma;
  font-weight: normal;
  padding: 0px;
  float: left;
  clear: both;
  margin: 0px;
  color:#666; 
}

h2 {
  font-weight: normal;
  font-family: 'SourceSansProRegular', Tahoma;
  padding: 0px;
  float: left;
  clear: both;
  margin: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_12 {
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}

.form_element_label {
	padding:0px;
	width:260px;
	float:left;
	clear:both;
	text-align:left;
	font-weight: normal;
	margin:0px;
	margin-top: 10px;
	font-family: 'SourceSansProRegular', Tahoma, Verdana;
	font-size: 16px;
}

.form_element_object
{
	width:260px;
	float:left;
	clear:both;
	text-align:left;
	margin:0px;
	margin-top: 5px;
}

.form_boton
{
	padding:0;
	float:left;
	clear:both;
	text-align:center;
	margin:0px;
	width: 260px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.boton
{
	display: inline-block;
	/*background: url(images/bg_home_boton_detalle.png) repeat-x 0px 0px;*/
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
	padding:5px 10px 6px 10px;
	font-weight:bold;
	border:1px solid rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	font-size: 16px;
	cursor: pointer;
}

.boton:hover
{
	background: #2B3E42;
	color: #fff;
}

.forma_texto
{
	color : #000000;
	height: 32px;
	width: 250px;
	border: solid #999 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
	-moz-box-shadow: inset 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: inset 0px 0px 1px 1px #CCC;
	box-shadow: inset 0px 0px 1px 1px #CCC;
}

.forma_texto:focus
{
	color : #000;
	height: 32px;
	width: 250px;
	background: #FFCC80;
	border: solid #999 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
	-moz-box-shadow: inset 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: inset 0px 0px 1px 1px #CCC;
	box-shadow: inset 0px 0px 1px 1px #CCC;
}

.forma_texto_corto
{
	color : #000000;
	height: 32px;
	width: 150px;
	border: solid #999 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
	-moz-box-shadow: inset 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: inset 0px 0px 1px 1px #CCC;
	box-shadow: inset 0px 0px 1px 1px #CCC;
}

.forma_texto_corto:focus
{
	color : #000;
	height: 32px;
	width: 150px;
	background: #FFCC80;
	border: solid #999 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
	-moz-box-shadow: inset 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: inset 0px 0px 1px 1px #CCC;
	box-shadow: inset 0px 0px 1px 1px #CCC;
}

.forma_texto_largo
{
	color : #000;
	height: 32px;
	border: solid #999 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
	width: 291px;
	-moz-box-shadow: inset 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: inset 0px 0px 1px 1px #CCC;
	box-shadow: inset 0px 0px 1px 1px #CCC;
}

.forma_texto_largo:focus
{
	color : #000;
	height: 32px;
	border: solid #999 1px;
	background: #FFCC80;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
	width: 291px;
	-moz-box-shadow: inset 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: inset 0px 0px 1px 1px #CCC;
	box-shadow: inset 0px 0px 1px 1px #CCC;
}

.form-errors {
	list-style:none;
	padding:0px;
	margin: 0px;
	color: #900;
	font-weight: normal;
	width: 311px;
	float: left;
}

.errors {
	list-style:none;
	padding:0px;
	margin: 0px;
	color: #900;
	font-weight: normal;
	width: 260px;
	float: left;
	margin-top: 5px;
	font-size: 14px;
	
}

.errors li {
	padding:0px;
	margin: 0px;
	float: left;
}

.form_element_label_interno {
	padding:0px;
	width:260px;
	float:left;
	text-align:right;
	font-weight: normal;
	margin:0px;
	margin-top: 15px;
	margin-right: 5px;
	font-family: 'SourceSansProRegular', Tahoma, Verdana;
	font-size: 14px;
	border: solid #000 0px;
}

.form_element_label_interno2 {
	padding:0px;
	width:620px;
	float:left;
	text-align:center;
	font-weight: normal;
	margin:0px;
	margin-top: 15px;
	margin-right: 5px;
	font-family: 'SourceSansProRegular', Tahoma, Verdana;
	font-size: 14px;
	border: solid #000 0px;
}

.form_element_object_interno
{
	width:260px;
	float:left;
	text-align:left;
	margin:0px;
	margin-top: 5px;
	border: solid #000 0px;
}

.form_element_object_interno2
{
	width:620px;
	float:left;
	text-align:left;
	margin:0px;
	margin-top: 5px;
	border: solid #000 0px;
}


.form_boton_interno
{
	padding:0;
	float:left;
	clear:both;
	text-align:center;
	margin:0px;
	width: 618px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.forma_select_small
{
	color : #000000;
	height: 32px;
	border: solid #999 1px;
	padding: 5px;
	margin:0px;
	width: 51px;
}

.forma_select_small:focus
{
	color : #000000;
	height: 32px;
	background: #FFC891;
	border: solid #999 1px;
	padding: 5px;
	margin:0px;
	width: 51px;
}

.forma_select
{
	color : #000000;
	height: 32px;
	border: solid #999 1px;
	padding: 5px;
	margin:0px;
	width: 281px;
}

.forma_select:focus
{
	color : #000000;
	height: 32px;
	background: #FFC891;
	border: solid #999 1px;
	padding: 5px;
	margin:0px;
	width: 281px;
}

.hide{ display: none; }

.puesto {
	cursor: pointer;
}

.form_checkbox_label {
	float:left;
	text-align:left;
	margin: 5px;
	margin-top: 9px;
	font-weight: normal;
	font-family: 'SourceSansProRegular', Tahoma, Verdana;
	font-size: 14px;
}

.form_checkbox_reg
{
	float:left;
	clear:both;
	text-align:left;
	margin: 0px;
}

.form_checkbox_label_reg
{
	float:left;
	text-align:left;
	margin: 5px;
	margin-top: 3px;
	font-weight: normal;
	font-family: 'SourceSansProRegular', Tahoma, Verdana;
	font-size: 14px;
}

.forma_texto_textarea
{
	color : #000000;
	height: 64px;
	width: 250px;
	border: solid #999 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
	-moz-box-shadow: inset 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: inset 0px 0px 1px 1px #CCC;
	box-shadow: inset 0px 0px 1px 1px #CCC;
}

.forma_texto_textarea:focus
{
	color : #000;
	height: 64px;
	width: 250px;
	background: #FFCC80;
	border: solid #999 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
	-moz-box-shadow: inset 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: inset 0px 0px 1px 1px #CCC;
	box-shadow: inset 0px 0px 1px 1px #CCC;
}

.form_checkbox_label {
	float:left;
	text-align:left;
	margin: 5px;
	margin-top: 9px;
	font-weight: normal;
	font-family: 'SourceSansProRegular', Tahoma, Verdana;
}

.form_checkbox
{
	float:left;
	clear:both;
	text-align:left;
	margin: 5px;
	margin-top: 10px;
	margin-left: 260px;
	margin-right: 0px;	
}

.forma_multiselect
{
	color : #000000;
	border: solid #999 1px;
	padding: 5px;
	margin:0px;
	width: 281px;
}

.forma_select_id
{
	color : #000000;
	height: 32px;
	border: solid #999 1px;
	padding: 5px;
	margin:0px;
}

.forma_select_id:focus
{
	color : #000000;
	height: 32px;
	background: #FFC891;
	border: solid #999 1px;
	padding: 5px;
	margin:0px;
}

.triangulo_menu {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #FFF;
} 

.form_checkbox
{
	float:left;
	clear:both;
	text-align:left;
	margin: 5px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;	
}