

body, html {
	font-family: Verdana;
	font-size: small;
	height: 100%
	border: 0px;
	margin: 0px;
}


/* Layout */
html, body { 
	height: 100%; 
}

.clear{
	clear: both;
}

.k-button a{
    text-decoration: none;
    color: #474747;
}

.horario {
    height: 30px;
    margin-bottom: 7px;
    margin-left: 133px;
    margin-top: -18px;
    padding-top: 5px;
    width: 270px;
}
.horarioL{
width: 50%;
float: left;
}

.horarioR{
	width: 50%;
	float: right;
}

.horarioR input {
    border: medium none;
    color: #6C6C6C;
    font-size: 12px;
    margin-top: -1px;
}

.field{
	margin-bottom: 20px;
}

.fieldRT{
    margin-bottom:0;
}

#header {
    border-bottom: 3px solid #959595;
    height: 130px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.logoHeader{
	margin-left: 20px;
}

.userInfo {
    color: #6C6C6C;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    text-align: right;
    width: 400px;
}

.userName{
	font-size: 14px;
}

#content {
/*	height: 600px;
*/
padding: 130px 0 0 0;
}

#content2{
    padding: 0 0 0 0;
}

#footer {
	background: gray;
}

.k-button {
	min-width: 100px;
}


.infoGeneral {
    margin: 0 auto 18px;
    width: 90%;
}

fieldset {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0 0 4px 4px;
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 14px 7px #CCCCCC;
    margin: 5px;
    padding: 5px;
}

fieldset legend {
    color: #7D0540;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 24px;
    margin-left: 5px;
    margin-top: 15px;
    padding: 0 20px;
    text-shadow: 2px 2px 5px #969696;
}
fieldset label {
	display: inline-block;
	text-align: right;
}

#wrapperFoto {
	width: 140px;
	height: 140px;
	/*margin: 5px;
	*/
	margin-right: 10px;
	float: right;
	border: 1px;
	border-style: solid;
	border-color: black;
}


.toolbarData button {
	float: right;
	margin-right: 2px;
	margin-left: 8px;
	margin-top: 1px;
}

/* footer */


.footer {
    background-color: #600733;
    color: #FFFFFF;
    height: 88px;
    margin-bottom: -13px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.aviso-footer{
	width: 30%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #840644;
	border-radius: 4px;
	float: left;
}


.aviso-footer h1 {
    border-bottom: 3px solid #840644;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

/* Show Hide Divs */

#slidingDiv{
    padding:20px;
    margin-top:10px;
    display:none;
}

#slidingDiv1{
    padding:20px;
    margin-top:10px;
    display:none;
}

.k-buttonRTV a{
    background: linear-gradient(to bottom, #FFADAD 0%, #C41717 49%, #A30101 52%, #FF2323 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    height: 52px;
    width: 220px;
}

.ancho {
}