/*
--------------------------------------------
FECHA DE MODIFICACION: 16 MAY 2012
--------------------------------------------
*/

.TITULO_PRINCIPAL {
	font-family: Chiller;
	font-size: 38px;
	color: #000000;
}
.TITULO_PRINCIPAL_white {
	font-family: Chiller;
	font-size: 38px;
	color: #FFFFFF;
}
.TITULO_PRINCIPAL_red {
	font-family: Chiller;
	font-size: 38px;
	color: #FF0000;
}
.text_arial {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.text_arial_alert {
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
}
.text_arial_alert_mini {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}
.text_arial_white {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.text_arial_gris {
	font-family: Arial;
	font-size: 12px;
	color: #666;
}
.text_arial_medio_white {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
}
.text_normal {
	font-family: Chiller;
	font-size: 23px;
	color: #000000;
}
.text_normal_white {
	font-family: Chiller;
	font-size: 23px;
	color: #FFFFFF;
}

.text_mayor {
	font-family: Chiller;
	font-size: 26px;
	color: #000000;
	font-weight: normal;
}
.text_mayor {
	font-family: Chiller;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
}
.text_mini_white {
	font-family: Chiller;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.text_mini {
	font-family: Chiller;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.text_alert {
	font-family: Chiller;
	font-size: 18px;
	color: #FF0000;
}
a:link {
	font-family: Chiller;
	font-size: 24px;
	color: #F00;
	font-variant: normal;
	font-weight: 400;
	font-style: italic;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	text-transform: none;
}
a:visited {
	font-family: Chiller;
	font-size: 24px;
	color: #FF0000;
	font-variant: normal;
	font-weight: 400;
	font-style: italic;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
}

.text_normal_area {
	font-family: Chiller;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding-left:3px;
	padding-right:3px;
}

.text_alert_area {
	font-family: Chiller;
	font-size: 20px;
	color: #000;
	background-color: #FF0000;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-left:3px;
	padding-right:3px;
}

.text_normal_area_white {
	font-family: Chiller;
	font-size: 20px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding-left:3px;
	padding-right:3px;
}
input[type="submit"]{

-webkit-border-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-radius: 20px;
border-bottom-left-radius: 20px;
cursor:pointer;
}
input[type="button"]{

-webkit-border-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-radius: 20px;
border-bottom-left-radius: 20px;
cursor:pointer;
}
input[type="text"]{

-webkit-border-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-radius: 20px;
border-bottom-left-radius: 20px;
}
input[type="password"]{

-webkit-border-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-radius: 20px;
border-bottom-left-radius: 20px;
}
textarea{
-webkit-border-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-radius: 20px;
border-bottom-left-radius: 20px;

	min-height: 50px;
    font-size: 13px;
    padding: 10px;
	font-family: Chiller;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
select{

-webkit-border-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-radius: 20px;
border-bottom-left-radius: 20px;
cursor:pointer;
}
select.option{
	cursor:pointer;
}
.seccion_ovalada{
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-radius: 20px;
	border-bottom-left-radius: 20px;
}
img{
	border:none;
}
body{
	background-image: url(../img/fondo/fondo2.jpg);
	background-attachment:fixed;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
.a_{
	z-index:100;
	font-family: Arial;
	font-size: 12px;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-color:#F00;
	border-style:  dotted;
	display: none;
	position:absolute;
	background-color: #000;
	padding: 5px;
	color: #FFF;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	}
.alertt{
	font-family: Arial;
	font-size: 12px;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-color:#FFF;
	border-style:  outset;
	background-color: #F00;
	padding: 5px;
	color: #000;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}
.fixed_barra_superior {position: fixed !important; top: 0x; z-index:100;}
<!-- ESTOS SON PARA TEXTAREAS CON AUTO RESIZE

.noscroll {
    overflow: hidden;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    min-height: 50px;
    overflow: hidden;
    padding: 10px;
    word-wrap: break-word;
	font-family: Chiller;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

.seccion_botones{
	list-style:none;
	margin:1px;
	padding: 3px;
	border:1px solid #333;
	background-color:#000;
	color:#666;
	cursor:pointer;
	font-family: Arial;
	font-size: 13px;
}
.seccion_botones:hover{
	color:#F00;
	border:1px solid #FFF;
}

.seccion_botones2{
	list-style:none;
	margin:1px;
	padding: 3px;
	border:1px solid #000;
	background-color:#000;
	color:#666;
	cursor:pointer;
	font-family: Arial;
	font-size: 13px;
}
.seccion_botones2:hover{
	color:#F00;
	border:1px solid #FFF;
}



.ausu-suggestionsBox{
    position: absolute;
    left: 0px;
    top:5px;
    margin: 26px 0px 0px 0px;
    width: 200px;
    padding:0px;
    display: none;
    padding: 0 0 0 0;
}
.ausu-suggestionsBox ul{
    list-style:none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	background-color:#000;
}

.ausu-suggestionsBox ul li{
	margin:1px;
	border:1px solid #333;
	cursor:pointer;		
	list-style-type: none;
    width: 100%;
    text-decoration: none;
}
.elegir{
    background-color: #666;
}
.ausu-suggest{
    position:relative;
    float: left;
}
.ausu-suggest_sub{
    position:relative;
    float: left;
}
.none{
	display:none;
}