﻿@import "reset.css";
@import "skeleton.css";
@import "Estilo2017.css";

* {
	-webkit-text-size-adjust: none;
}

body, div, span, p, input, select {
    font-family: Verdana;
	font-size:12px;
}


* {
	margin: 0px;
	padding: 0px;
}

body {
	position: relative;
	min-width: 960px;
	background-color: #fff;
    color: #333;
}

header {
	display: block;
    position: relative;
    z-index: 999;
    padding-top: 5px;
    background-color:#6FBEEE;
    color:#fff;
    margin-bottom: 20px;
}

.content {
	padding: 50px;
    background-color: #fff;
}

footer {
	display: block;
    padding-bottom: 40px;
}

h1{
    font-size:500%;
	font-weight:100;
	line-height:120px;
	margin-bottom:40px;
}

h1.title {
    font-size:300%;
    font-weight:200;
    line-height:50px;
	margin-bottom:10px;
}

h1.Menu {
    font-size:200%;
    font-weight:200;
    line-height:50px;
	margin-bottom:10px;
}

.op_Menu {
    font-size:100%;
    vertical-align: sub;
    font-weight: bold;
    color: #4e4e4e;
}

.subtitle {
    font-size:150%;
    font-weight:bolder;
    padding: 3px 0 15px;
}

h5{
    font-weight: 400;
}

.btnsPago {
    width: 100% !important;
    height: 40px !important;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    background-color: #009eff;
    box-shadow: none !important;
    text-indent: 35px;
    text-align: left;
    font-weight: bold;
    background: url(../images/PAGOONLINE-ADMISIONES.png);
    background-repeat: no-repeat;
    margin-left: 100px;
}

.infoRpt {
    font-size:115%;
    font-weight:bolder;
}

.nota {
    font-size:85%;
}

.BordeTopBot {
    border-top: 0px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px 0px 5px 0px;
}

.BordeRightMenu {
    border-right: 0px solid #dfdfdf;
    padding-left: 15px;
    margin-right: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: 0px 0px;
    background-image: linear-gradient(to bottom, 
            #f1f1f2 0px,
            #f1f1f2 255px,
            #f1f1f2 255px,
            #FFFFFF 100%
        );
}

.BordeLeftMenu {
    border-left: 1px solid #e6e6e7; 
    padding-left: 15px;
}

.msj_Lateral {
    width: 85%;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color:#31ff00;
    color: #000;
    font-weight: normal;
    text-align: center;
}
.msj_NSS_Lateral {
    padding: 10px;
    /*border-radius: 20px;
    background-color: #e49341;*/
    color: #73BDEA;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    line-height: normal;
}
.msj_NSS_Link_Lateral {
    text-decoration: none;
    color: #73BDEA;
}

.w50 {
    width: 50px !important;
    float: left;
}

.BigFont {
    font-size: 175%;
}

input, select {
	width: 100%;
    height: 25px !important;
    height: auto !important;
    min-height: 25px !important;
	padding: 0px;
    border: 1px solid #dedede;
	vertical-align:text-bottom !important;
}

.input-icon.left i {
	color: #fff;
	display: block !important;
	position: absolute !important;
	z-index: 1;
	margin: 10px 10px 10px 10px; 
			/* top right bottom left */
	width: 16px;
	height: 16px;
	border: 0px solid #ddd;
	font-size: 18px;
	text-align: center;
}

input:hover, input:active, input:focus {
	box-shadow: inset 1px 1px 1px 0px #dedede;
}

.btns {
	width: 100% !important;
	height: 40px !important;
	padding: 0px;
	cursor:pointer;
	color: #fff;
	border: 0;
	background-color: #73BDEA; /* #0334B7 #73BDEA; #DBCE8A; #619FC3; */
	box-shadow: none !important;
	text-indent: 35px;
	text-align:left;
    }

input[type='radio'] {
    height: auto !important;
}

#col {
	width: 190px;
	float: left;	
}

label select {
    padding:10px !important;
}


#box_LogIn .box_LogIn_Form, #box_Form .box_LogIn_Form, #box_Form_Long .box_LogIn_Form {
	margin: 22px;
	text-align:left;
}

#box_LogIn input.textinput, #box_Form input.textinput, #box_Form_Long input.textinput {
	width: 100%;
	border: 1px solid lightGrey;
	background: #fff url(images/textinputbg.gif) repeat-x;
	font-size: 15px;
	color: #000;
	text-indent: 7px;
	padding: 7px 0;
	margin-bottom: 10px;
}

a, a:hover, a:active, a:focus {
    color:#935ca1;
}

/***************** Boton ******************************************/
	.btn_Buttons {
		background-color:#f1f1f2;
		border-bottom:1px solid #e6e6e7;
		display:inline-block;
        color:#000;
		font-size:100%;
		font-weight:normal;
		padding:7px 5px 5px 5px;
		text-decoration:none;
		margin: 1px;
	}
	
	.btn_Buttons:hover {
		/* color:#929496; */
        color:#935CA1;
	}
	
	.btn_Buttons:active {
		position:relative;
		top:1px;
	}

    .btn_w100 {
        width: 90%;
    }

    .btn_Sol{
        width:100px;
        text-align:center;
    }

    input[type='checkbox']:checked {
        -webkit-appearance: checkbox !important;
        background-image: url('../icons/check.png') !important;
        background-size: 21px 21px !important;
        content: '';
        display: block;
        height: 21px !important;
        width: 21px !important;
    }

    input[type='checkbox'] {
        height: 21px !important;
        width: 21px !important;
        -webkit-appearance: checkbox !important;
    }
/***************** Boton ******************************************/

/***************** footer ******************************************/
    .fleft {
	    float: left;
	    width: auto !important;
	    margin-right: 20px;
	    margin-bottom: 0px;
	    margin-top: 4px;
    }

    footer {
	    display: block;
        padding-bottom: 10px;
        color: #787878;
        background-color: #000;
        font-family: 'Trebuchet MS';
        font-size: 12px;
    }

    footer a {
        color: #fff;
        text-decoration:none;
    }

    footer a:hover {
        color: #fff;
    }

    .copy {
        position: relative;
        padding-top: 10px;
        font: 13px 'Trebuchet MS', cursive;
        color: #505050;
        letter-spacing: 1px;
    }


    a.f_logo {
        margin-bottom: 5px;
        display: inline-block;
    }

    footer ul li {
        padding-left: 14px;
        background: url(../images/f_marker.png) 0 8px no-repeat;
    }

    footer ul li+li {
        margin-top: 6px;
    }

    #toTop {
        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 40px;
        left: 51%;
        margin-left: 500px;
        overflow: hidden;
        width: 50px;
        height: 25px;
        border: none;
        text-indent: -999px;
        z-index: 20;
        background: url(../images/totop.png) no-repeat left 0;
        transition: 0s ease;
        -o-transition: 0s ease;
        -webkit-transition: 0s ease;
    }

    #toTop:hover {
        outline: none;
        background-position: right 0;
    }
/***************** footer ******************************************/

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1030px) {
    header {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -ms-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }
}

@media only screen and (max-width: 995px) {
     body {
     min-width: 768px;
    }
}


@media only screen and (max-width: 767px) {
     body {
     min-width: 420px;
    }

    header {
        background-color: #fff;
    }

    .content .noresize {
     width: auto !important;
     float: left !important;
     margin-right: 20px !important;
     margin-top: 4px !important;
    }

}

@media only screen and (max-width: 479px) {
    body {
        min-width: 300px;
    }
}


@media print {
 .noprint {display:none !important;}
 .printthis {display:block !important;}
}