/*
*
*	Estilos creados por:
*	Pablo Guzman Castillo
*	Viernes 8/Febrero/2013
*	style.css V1
*	TECMilenio Campús San Nicolas
*
*
*
*/

/* Fuentes */
@import url(fonts.css);

/* Reset CSS */
@import url(reset.css);

/* Login CSS */
@import url(login.css);

/* Basic Default css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
.clear {
	clear: both;
}
.col1,.col2 {
	float: left;
}
h1 {
	font: 36px/50px "fsalbertbold";
	color: #C4CC3C;
	text-shadow: 0 -1px 0px #000, 0 1px 0px #FFF;
	text-transform: uppercase;
}
h2 {
	font: 30px/40px "fsalbertregular";
	color: #444444;
	font-style: italic;
	text-shadow: 0 -1px 0px #000, 0 1px 0px #FFF;
}
h3 {
	font: 24px/30px "fsalbertbold";
	color: #1C3F7B;
	text-shadow: 0 -1px 0px #000;
}
h4 {
	font: 18px/20px "fsalbertregular";
	color: #000;
}
p {
	font: 14px/20px "fsalbertregular";
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	color: #333;
}
a {
	color: #158BE0;
	text-decoration: none;
	font-size: 14px;
	font-family: "fsalbertregular";
	text-shadow: 0 0 0 #000;
}
img {
	border: 0px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #DADADA;
}
/* Site o Layout */
#layout {
	margin: 0 auto;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	max-width: 1580px;
	min-width: 320px;
	padding: 0px 10px 20px 10px;
}
/* Elemnts HTML5 */
header {
	margin: 0 auto;
	height: 129px;
	max-width: 1429px;
	min-width: 320px;
	background:#013E7D url(../images/bg_header.png) no-repeat center;
}
.logo {
	padding: 25px 0 0 30px;
	width: 336px;
}
/* forms */
label {
	font-size: 14px;
	font-family: "fsalbertregular";
	color: #333;
	font-weight: bold;
}
input,select {
	height: 30px;
	background-image: url(../images/bg_input.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-radius: 3px;
	border: 1px solid #666;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	font-size: 18px;
	color: #A1A1A1;
	/*text-shadow: 1px -1px 0px #000;*/
	font-family: "fsalbertregular";
        /*font-family: "Helvetica Neue,Helvetica,Arial,sans-serif ";*/
}
textarea {
	height: 90px;
        background-image: url(../images/bg_input.jpg);
        background-repeat: repeat-x;
	/*background-color: #333;*/
	border-radius: 3px;
	border: 1px solid #666;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	font-size: 14px;
	color: #FFF;
	/*text-shadow: 1px -1px 0px #000;*/
	font-family: "fsalbertregular";
        font-family: "Helvetica Neue,Helvetica,Arial,sans-serif ";
}
input:focus,textarea:focus {
	-webkit-box-shadow: 0 0 5px 1px #C4CC3C;
	box-shadow: 0 0 5px 1px #C4CC3C;
}
.button3 {
	font-family: "fsalbertregular";
	font-size: 24px;
	color: #FFF;
	padding: 0 5px;
	border: 1px solid #999;
	text-shadow: 0px 1px 1px #666;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 3px #111;
	box-shadow: 0 1px 3px #111;
	border-radius: 4px;
	background: #64a724;
	background: -webkit-linear-gradient(top, #64a724 0%, #579727 50%, #58982a 51%, #498c25 100%);
	background: linear-gradient(top, #64a724 0%, #579727 50%, #58982a 51%, #498c25 100%);
	-image background: -webkit-gradient(linear, left top, left bottom, from(#64a724), to(#498c25), color-stop(0.4, #579727), color-stop(0.5, #58982a), color-stop(.9, #498c25), color-stop(0.9, #498c25));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a724', endColorstr='#498c25', GradientType=0 );
	cursor: pointer;
}
.button3:hover {
	border: 1px solid #FFF;
}
/* imagenes */
img.box {
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
img.box:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*
.ex1 img    {
border:     5px solid #ccc;
float:     left;
margin:     15px;	
-webkit-transition:     margin 0.5s ease-out;	
transition:     margin 0.5s ease-out;
}
.ex1 img:hover{
	margin-top:2px;
}
 */
/* Bloques */
section#block {
	display: inline-block;
	width: 290px;
	height: 190px;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: 1px -1px 0px #000, -1px 1px 0px #FFF;
	box-shadow: 1px -1px 0px #000, -1px 1px 0px #FFF;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
	text-shadow: 1px -1px 0px #000;
	font-family: "fsalbertregular";
	margin: 5px 0 0 5px;
}
/* Alerts */
#alert {
	width: 270px;
	height: 25px;
	background-image: url(../images/dialog-warning.png);
	background-position-y: 2px;
	background-position-x: 5px;
	background-repeat: no-repeat;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: 1px -1px 0px #000, -1px 1px 0px #FFF;
	box-shadow: 1px -1px 0px #000, -1px 1px 0px #FFF;
	font-size: 14px;
	padding: 5px 0 0 30px;
	color: #FFF;
	text-shadow: 1px -1px 0px #000;
	font-family: "fsalbertregular";
}
#errno {
	width: 270px;
	height: 25px;
	background-image: url(../images/button_cancel.png);
	background-position-y: 2px;
	background-position-x: 5px;
	background-repeat: no-repeat;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: 1px -1px 0px #000, -1px 1px 0px #FFF;
	box-shadow: 1px -1px 0px #000, -1px 1px 0px #FFF;
	font-size: 14px;
	padding: 5px 0 0 30px;
	color: #FFF;
	text-shadow: 1px -1px 0px #000;
	font-family: "fsalbertregular";
}
/* Footer */
footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 209px;
}
#footer_contend {
	margin: 0 auto;
	max-width: 1580px;
	min-width: 320px;
	padding: 10px 10px;
	text-align: center;
	font: 12px "fsalbertregular";
	color: #FFF;
}
#footer_contend h1 {
	font: 30px/50px "fsalbertbold";
	color: #A1A1A1;
	text-shadow: 0 -1px 0px #000, 0 1px 0px #FFF;
	text-transform: uppercase;
}
.border{
                    background: #fff;
                    box-shadow: inset 0px 0px 0px 1px #bbb;
                }  
                .sombra{
                    -moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
                    -webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
                    box-shadow: inset 0 4px 6px rgba(0,0,0,.5);
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                    background-color:#013E7D;
                    color:#FFF;
                    font-size:18px;
                    font-family:Arial, Helvetica, sans-serif;
                    font-weight:bold;
                }
                .nota{
        font: 12px/10px "fsalbertbold";
	/*color: #C4CC3C;*/
        color: #24292f;
	text-shadow: 0 -1px 0px #000, 0 1px 0px #FFF;
}