body {
	font-size: 12px;
	font-family: "Segoe UI" !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
}

label {
	float: left;
}

#notiwiener_form {
	display: none;
}

table.table {
	width: 50%;
}

table.table tr {
	
}
table.table tr td {
	
}
table.table tr td.title {
	font-weight: bold;	
    color:#d81c3f; 
    font-size:medium;
    font-family: "Segoe UI", Tahoma, Arial;
}

table.table tr td.label {
	font-weight: normal;	
	color: #676767;
}
table.table tr td.input {
	text-align: right;
}

.contenedor {
	width: 95%;
	margin: 0 auto;
}

.titulo {
	font-weight: bold;
	color:#d81c3f;
	font-size:medium;
	font-family: "Segoe UI", Tahoma, Arial;
	clear: both;
    padding: .5em 0 1em 0%;
}

.inputs_contenido {
	color: #676767;	
}

.inputs_contenido.boton {
	margin-top: 2em;
}

.inputs_contenido.margen {
	margin-top: 2em;
}

.inputs_contenido .linea {
	width: 100%;
	height: 2em !important;
	clear: both;
	margin-bottom: 0.2em;
}

.inputs_contenido .linea.descripcion {
	color: #666;
	/* margin-bottom: 1em; */
	/* height: 1.5em !important; */
	height:  auto !important;
	/* text-align: right; */
	/* margin-bottom: 1.5em; */
}
.inputs_contenido .linea.advertency .input {
	color: #FF0000;
	text-align: right;
}
.inputs_contenido .linea.advertency {
	height: auto !important;
	display: none;
}
.inputs_contenido .linea.textarea {
	height: 10em !important;
}
.inputs_contenido .descri {
	float: left;
	text-align: left;
	width: 50%;
	height: 100%;
	/* padding: 0.4em 1em 0 0; */
}

.inputs_contenido .input {
	float: left;
	text-align: left;
	width: 50%;
	height: 100%;
	margin-bottom: .5em;
	text-align: right;
}

.inputs_contenido .input a {
	text-decoration: none;
	color: #d81c3f;
	font-weight: bold;
}
.inputs_contenido .input a:hover {
	text-decoration: underline;
}

.inputs_contenido .input.center {
	text-align: center !important;
}
.inputs_contenido .input.right {
	text-align: right !important;
}


.inputs_contenido .input select {
	border-radius: 2px;
	border-color: #999;
	color: #333;
	padding: 3px 0px 3px 5px;
	background-color: #fff;
	width: 95% !important;

}
.inputs_contenido .input input.styled,
.inputs_contenido .input textarea.styled {
	border-radius: 2px;
	border: 1px solid #999;
	padding: 3px 0px 3px 5px;
	color: #716a6a;
	width: 95% !important;
	float:  right;
}
.inputs_contenido .input textarea.styled:focus,
.inputs_contenido .input input.styled:focus {
	border: 1px solid #ff8900;
}
.inputs_contenido .input textarea.styled {
	height: 90%;
}
input, select, textarea {    
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box; 	
}

input[type="button"] {   
	border-radius: 5px;
    background: #7b7b7b;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #bfbfbf; 
}

input[type="button"]:hover {   
    background: #909090;
}

span#usermenu {
	display: none;
}