﻿html {
	/*overflow-y: scroll;*/
}

.small-form label,
.small-form input,
.small-form select,
.small-form .btn,
.small-form .form-control {
    font-size: 0.85rem !important;
}


body {
	color: #000305;
	font-family: 'Trebuchet MS' ,Trebuchet, 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' ,Arial,sans-serif;
	font-size: 87.5%;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}
/* End of HTML5 tags */

/* class to position elements in the center */
.container {
	margin: 0 auto;
	width: 1024px;
}

.clear {
    overflow: hidden;
}

/* Start of Header Section */
#banner {
	height: 125px;
}

#banner_left {
	background-image: url("../images/bgLeft.jpg");
	background-repeat: repeat-x;
	width: 17px;
	float: left;
	height:206px;
}

#banner_right {
	background-image: url("../images/bgRight.jpg");
	background-repeat: repeat-x;
	width: 1024px;
	float: right;
}

#banner_logo {
	width: 280px;
	position: relative;
	padding-top: 20px;
	height: 250px;
	float: left;
}

#banner_inst {
	width: 113px;
	position: relative;
	padding-top: 20px;
	height: 138px;
	float: right;
	top: 0px;
	right: 0px;
}

#banner_pratocinador {
	width: 50px;
	position: relative;
	padding-top: 0px;
	height: 50px;
	Float: none ;
	margin-left: 40px;
}
/* End of Header Section */

/* Start of Navigation Section */
#menu_wrapper {
	border-bottom: 8px solid #81BEF7;
}

#menu {
	width: 984px;
	color: #98B9D9;
	font-weight: normal;
	padding-left: 0px;
	height: 32px;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	text-decoration: none;
	padding: 5px 0;
	width: 134px;
	background: #98B9D9;
	float: left;
	text-align: center;
	border-left: 3px solid #fff;
	color: #A9D0F5;
}

#menu ul li a:visited {
	background: #E0E0E0;
	color: #070719;
}

#menu ul li a:hover {
	background: #A9D0F5;
}

#menu li.active a {
	background: #FFF200;
}
/* Start of Navigation Section */

/* Content Section */
#main_content {
	background-color: Blue;
	color: #9ACD32;
	border-top: 1px solid #B1B3B5;
}


.main_content_col_0 {
	float: left;
	width: 10px;
	vertical-align: top;
	background-color: #483D8B;
}

/* PARA EL TITULO DE LAB CLI*/
.main_content_col_1 {
	float: left;
	width: 30px;
	vertical-align: top;
	background-color: #483D8B;
}

/* PARA EL TEXTO DE LAB CLI*/
.main_content_col_2 
{
	font-size: small ;  
	float: left;
	padding: 10px 20px;
	width: 421px;
	vertical-align: top;
}

.main_content_col_3 {
	float: left;
	width: 108px;
	background-color: #D5D5D7;
	background-image: url("../images/bgMainContentRight.jpg");
	background-repeat: repeat-x;
	
}

#soporte {
	background-image: url("../images/bgSoporte.jpg");
	background-repeat: repeat-x;
	width: 365px;
}

#soporte_left {
	width: 159px;
	padding: 5px 10px;
	float: left;
}

#soporte_left h1 {
	font-size: 2.951em;
	color: #000;
	margin: 0;
}

#soporte_left h2 {
	font-size: 1.429em;
	color: #128ACB;
	margin: 0;
}

#soporte_right {
	width: 166px;
	padding: 5px 10px;
	float: right;
	vertical-align: middle;
	height: 68px;
}

.telefono {
	width: 166px;
	text-align: center;
	background-color: #FFF200;
	font-size: 1.551em;
	color: #000;
	padding-top: 5px;
}
/* End of Content Section */

/* Section Footer */
footer#copyright {
	background-color: #6495ED;
	height: 28px;
	border-left: 1px solid #88C4E5;
	border-right: 1px solid #88C4E5;
	width: 1022px;
	text-align: center;
	color: #FFFFFF;
	font-size: .9em;
	padding-top: 5px;
}
/* End of Section Footer */

a:link, a:visited {
	color: #034af3;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}

a:active {
	color: #034af3;
}


/* HEADINGS   
----------------------------------------------------------*/
p {
	color: #1C1C1C;
	margin-left: 40px;
}


h1 {
	font-size: 1.429em;
	color: #4B0082;
	text-align: justify ;
	padding-right: 10px;
}
h2 {
	font-size: 1.429em;
}
h3 {
	font-size: 1.286em;
}
h4 {
	font-size: 1.143em;
}

h2, h3, h4 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 0.8em;
}
