﻿body {
}

.Content {
    max-width:970px;
    clear:both;
    margin:0 auto;
}

.height50 {
    height: 50px;
}

.height100 {
    height: 100px;
}
.mtop7 {
    margin-top: 7px;
}
.mtop15 {
    margin-top: 15px;
}
.mtop2 {
    margin-top: 2px !important;
}
.mtop50 {
    margin-top: 50px;
}
.floatL {
    float: left;
}

.floatR {
    float: right;
}

.field-validation-error {
	color: #ff0000;
}
.field-validation-valid {
	display: none;
}
.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-weight: bold; 
	color: #ff0000 !important;
    font-size: 10px;
}
.validation-summary-valid {
	display: none;
}
.validation-summary-application ul{
	list-style: none;
	margin-left: -40px;
	font-size: 12px;   
}


.grayBackbroundWithBorder div {
    background-color: rgb(156, 156, 156);
    border: solid 1px gray;
    
}

.CandidateLogin_BackgroundImage {
    background-image: url('/Content/images/tecoloco-defultLoginPublicidad.jpg');
    width: 970px;
    height: 768px;
    background-repeat: no-repeat;

}

.CompanyLogin_BackgroundImage {
    background-image: url('/Content/images/tecoloco-defultLoginPublicidadE.jpg');
    width: 970px;
    height: 768px;
    background-repeat: no-repeat;

}

.HomeSmallLogo {
    background-image: url('/Content/images/btnInicioLogin.png');
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    
}

.TecolocoLogo {
    background-image: url('/Content/images/tecoloco.png');
    width: 311px;
    height: 110px;
    background-repeat: no-repeat;
}

#CandidateLoginBox a {
    color: gray;
    text-decoration: none;
}

#CandidateLoginBox a:hover {
    color: #36a000;
    text-decoration: none;
}

.btnGreenHooverOrange {
    background-image: url('/Content/images/btn01.png');
    background-repeat: no-repeat;
    width: 147px;
    height: 24px;
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
    color: #ffffff !important;
    text-decoration: none;
    margin: 0 8px 0 0;
    font-size: 11px;
    line-height: normal;
}

.btnGreenHooverOrange:hover {
    background-image: url('/Content/images/btn01Hover.png');
    text-decoration:none;
}
.validationMessage {
	color: red;
	font-weight: bold;
}
.w20p {
    width: 20px !important;
}


.k-window-titlebar, .k-window-title, .k-header
{
    background-color:#4dba0c !important;
    color:#ffffff !important;  
}

.k-window-actions
{
    display:block !important;
}
.btnIngresarLogin
{border: none; height: 34px; padding: 0px;
}