/* CSS Document */
label{
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    margin: 0 10px 0 0;
    padding: 3px 7px;
    width: 188px;
}

.labelnormal{
	border: 1px solid #CCCCCC;
	filter: alpha(opacity=80);
    font-weight: normal;
	height: auto;
    margin: 0 5px 0 0;
	opacity: 0.8;
    width: auto;
}

span{
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 3px 7px;
}
.spanAlert{
	color: #C33;
	font-size: 12px;
}

input[type="text"]{
    border: 1px solid #CCCCCC;
    filter: alpha(opacity=50);
	height: 16px;
    opacity: 0.5;
	padding: 7px;
	width: 435px;
}

input[type="tel"]{
    border: 1px solid #CCCCCC;
    filter: alpha(opacity=50);
	height: 16px;
    opacity: 0.5;
	padding: 7px;
	width: 435px;
}

input[type="date"]{
    border: 1px solid #CCCCCC;
    filter: alpha(opacity=50);
	height: 16px;
    opacity: 0.5;
	padding: 7px;
	width: 435px;
}

input[type="number"]{
    border: 1px solid #CCCCCC;
    filter: alpha(opacity=50);
	height: 16px;
	opacity: 0.5;
    padding: 7px;
	width: 435px;
}

input[type="email"]{
    border: 1px solid #CCCCCC;
    filter: alpha(opacity=50); 
	height: 16px;
	opacity: 0.5;
	padding: 7px;
	width: 435px;
}

input[type="password"]{
    border: 1px solid #CCCCCC;
    filter: alpha(opacity=50); 
	height: 16px;
	opacity: 0.5;
	padding: 7px;
	width: 435px;
}

input[type="radio"]{
	background-color: rgba(255,255,255,0.5);
	border: 0.0625em solid;
	border-radius: 0.125em;
    /*filter: alpha(opacity=50);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#255,endColorstr=#CCC);
    margin: 0.125em;
    /*opacity: 0.5;*/
    padding-right: 50px;
}

input[type="checkbox"]{
	background-color: rgba(255,255,255,0.5);
    border: 0.0625em solid;
    border-radius: 0.125em;
    /*filter: alpha(opacity=50);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#255,endColorstr=#CCC);
    margin: 0.125em;
    /*pacity: 0.5;*/
    padding-right: 50px;
}

input[type="file"]{
    border: 1px solid #CCCCCC;
    filter: alpha(opacity=50); 
	height: 16px;
	opacity: 0.5;
	padding: 7px;
	width: 435px;
}

.InfoText{
	color: #090;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.botones{
	background : #96c300;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c300), color-stop(100%,#648c00));
	background : -moz-linear-gradient(top, #96c300 0%, #648c00 100%);
	background : -webkit-linear-gradient(top, #96c300 0%, #648c00 100%);
	background : -o-linear-gradient(top, #96c300 0%, #648c00 100%);
	background : -ms-linear-gradient(top, #96c300 0%, #648c00 100%);
	background : linear-gradient(top, #96c300 0%, #648c00 100%);
    border : solid 1px #CCCCCC;
	border-radius : 8px;
	box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	color : #ffffff;
	cursor: pointer;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c300', endColorstr='#648c00',GradientType=0 );
	font-size : 20px;
	moz-border-radius : 8px;
	text-decoration: none;
	-webkit-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	padding : 4px 17px;
}
.botones:hover {
    top: 3px;
    background-color:#2e458b;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;
}

.botonesOff{
    background : #999;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#CCC));
	background : -moz-linear-gradient(top, #999 0%, #CCC 100%);
	background : -webkit-linear-gradient(top, #999 0%, #CCC 100%);
	background : -o-linear-gradient(top, #999 0%, #CCC 100%);
	background : -ms-linear-gradient(top, #999 0%, #CCC 100%);
	background : linear-gradient(top, #999 0%, #CCC 100%);
    border : solid 1px #CCCCCC;
	border-radius : 8px;
	box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	color : #ffffff;
	cursor: pointer;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#CCC',GradientType=0 );
	font-size : 20px;
	moz-border-radius : 8px;
	-webkit-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	padding : 4px 17px;
}

select{
    border: 1px solid #CCCCCC;
	filter: alpha(opacity=50);
    height: 32px;
	opacity: 0.5;
    padding: 4px;
    width: 451px;	
}

textarea{
	background-color: rgba(255,255,255,0.5);
    border: 1px solid #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#255,endColorstr=#CCC);
    height: 90px;
    padding: 4px;
	/*opacity: 0.5;*/
}

/*.TermCond{
	background-color: #CCC !important;
    width: 441px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}*/

.NotiFail{
	color: #F00;
	font-size: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.NotiGood{
	color: #093;
	font-size: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.force{	
	color: #900;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding: 5px 8px 5px 8px;
	border-radius : 5px;
}

.hackToless10{
	display: none;
}

.FieldConten{
	border: thin solid #96c300;
	margin: 5px 0 0 0;
}

.LeyendTitle{
	background: #96c300;
	border-radius: 8px;	
	border: thin solid #96c300;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
}

.divSeguidos{
	border-right: thin solid #96c300;
	float: left;
	display: inline-block;
	padding: 4px;
	width: auto;
}

.noShow{
	display: none;
}

.TheTitus h3, h6{
	margin: 0;
	padding: 0;
}

@media \0screen\,screen\9 {
	.hackToless10{
		display: block;
		float: none;
	}
}

@media (max-width: 1200px) {
	.divSeguidos{
		border-right: none;
		border-bottom: thin solid #96c300;
	    float: left;
	    padding: 4px;
		width: 100%;
	}
	
	#TituDesc{
		text-align: left;
	}
	
	.LeyendTitle{
		background: #96c300;
		border-radius: 8px;	
		border: thin solid #96c300;
		color: #FFF;
		cursor: pointer;
		font-size: 14px;
		font-weight: bold;
		padding: 6px;
		/*width: 80% !important;*/
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;	
	}
	
	select{
        width: auto !important;
	}
	
	/*textarea{
        width: auto !important;
	}*/
	
	input[type="text"]{
        width: auto !important;
	}
	
	input[type="date"]{
        width: auto !important;
	}

    input[type="number"]{
        width: auto;
	}

    input[type="email"]{
        width: auto !important;
    }
	
	input[type="file"]{
        width: auto !important;
	}
	
	input[type="tel"]{
        width: auto !important;
	}
	
	input[type="password"]{
        width: auto !important;
	}
}

@media (max-width: 600px) {	
	select{
        width: 95%;
	}
	
	textarea{
        width: 95%;
	}
	
	input[type="text"]{
        width: 90%;
	}
	
	input[type="date"]{
        width: 90%;
	}

    input[type="number"]{
        width: 90%;
	}

    input[type="email"]{
        width: 90%;
    }
	
	input[type="file"]{
        width: 90%;
	}
	
	input[type="tel"]{
        width: 90%;
	}
	
	input[type="password"]{
        width: 90%;
	}
}