#locutoriosAsp-css {
	font-family: Tahoma, Verdana, Arial, "MS Sans Serif", "Times New Roman";
	font-size: 10.5pt; /*8pt;*/
	
	/*background-attachment: fixed; 
	background-image:url(img/fondo.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#000;*/

    background-attachment: fixed;
    /*background-color: transparent;*/
	background-color: #393939;
    background-position: top center;
    background-repeat: no-repeat;
	/*background-image:url(img/fondo.jpg)*/
}
/* Como si fuese un h2 */
#titulo span{
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


/* powered by castisoft */
#poweredT {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding-top: 10px;
	color: #FF9900;
}

#poweredT a:link {
	text-decoration: none;
	color: #FF9900;
}
#poweredT a:visited {
	text-decoration: none;
	color: #FF9900;
}
#poweredT a:hover {
	text-decoration: none;
	color: #FF9900;
}
#poweredT a:active {
	text-decoration: none;
	color: #FF9900;
}


#poweredTControl {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	position: absolut;
	text-align: center;
	padding-top: 10px;
	color: #FF9900;
}
#poweredTControl a:link {
	text-decoration: none;
	color: #FF9900;
}
#poweredTControl a:visited {
	text-decoration: none;
	color: #FF9900;
}
#poweredTControl a:hover {
	text-decoration: none;
	color: #FF9900;
}
#poweredTControl a:active {
	text-decoration: none;
	color: #FF9900;
}

/* Estilo aplicado a los campos HTML INPUT */
input {
	font-family: Tahoma, Verdana, Arial, "MS Sans Serif", "Times New Roman";
	font-size: 10pt;
}

select {
	font-family: Tahoma, Verdana, Arial, "MS Sans Serif", "Times New Roman";
	font-size: 10pt;
}

textarea {
	font-family: Tahoma, Verdana, Arial, "MS Sans Serif", "Times New Roman";
	font-size: 10pt;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px 0;
}

img {
	border: 0px;
}

.input-login{
	direction: ltr !important;
    height: 44px !important;
    font-size: 16px !important;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
