/*
#########################################################################
# Portal Web de la Universidad Interamericana de Costa Rica
# Declaración de Estilos.
# Equipo de Trabajo de Campus Virtual
# Desarrollo y Programación: Ing. Minor Solis Ch / Ing. Walter Chacón Solis
#########################################################################
*/

/* 
----------[ ESTILOS GENERALES DEL SITIO ]--------------------
*/

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f0f0f0 repeat 0 0;
}

/* background-image: url(http://www.uinteramericana.edu/skin/default/img/img_index/bg.png); */

/************ submenu **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	/*border-bottom: 1px solid #99CC33;*/
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	/*border-top: 1px solid #ffffff;*/
	border-bottom: 1px solid #CCCCCC;
	background-color: White;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	color: #006633;
	background-color: #EDF4DB;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************ menu01**************/

#pmenuLinks{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#pmenuLinks h3{
	padding: 10px 0px 2px 10px;
	/*border-bottom: 1px solid #99CC33;*/
}

#pmenuLinks a:link, #pmenuLinks a:visited {
	display: block;
	border-right: 1px solid #679732;
	background-color: #99CC33;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#pmenuLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	color: White;
	background-color: #006633;
	font-weight: bold;
	text-decoration: none;
}
/*************************************************************************************************/
/* ESTILOS PARA EL MENU SUPERIOR ACTIVO, ES DECIR SELECCIONADO */
/*************************************************************************************************/
#pmenuLinks a#current
{
	color: White;
	background-color: #006633;
	font-weight: bold;
	text-decoration: none;
}
/************ menu02**************/

#psmenuLinks{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#psmenuLinks h3{
	padding: 2px;
	/*border-bottom: 1px solid #99CC33;*/
}

#psmenuLinks a:link, #psmenuLinks a:visited {
	display: block;
	/*border-top: 1px solid #ffffff;*/
	/*border-bottom: 1px solid #CCCCCC;*/
	background-color: #006633;
	color: White;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	text-align: center;
}

#psmenuLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	color: #006633;
	background-color: #E4F2CA;
	font-weight: bold;
	text-decoration: none;
}

#psmenuLinks a#current
{
	color: white;
	background-color: #006633;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*************************************************************************************************/
/* ESTILOS PARA EL SUBMENU SUPERIOR ACTIVO, ES DECIR SELECCIONADO */
/*************************************************************************************************/

/* textos y títulos */
.submenu_tit
{
	background-color: #006633;
	text-align: left;
   padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.submenu_tit2
{
	background-color: #99CC33;
	text-align: left;
   padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.info_tit
{
	background-color: #1A9900;
	text-align: left;
   padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.tit
{
font: bold 12px Arial,Helvetica,sans-serif;
color: #333333;
padding: 3px;
}

.tit2
{
font: bold 14px Arial,Helvetica,sans-serif;
color: #1b964f;
padding: 2px;
text-align: left;
/*text-decoration: underline;*/
vertical-align: top;
}

.tit3
{
font: bold 11px Arial,Helvetica,sans-serif;
color: #1b964f;
padding: 3px;
text-align: left;
margin-top: 4px;
vertical-align: top;
}

.tit4
{
font: bold 10px Arial,Helvetica,sans-serif;
color: gray;
padding: 3px;
text-align: left;
margin-top: 4px;
vertical-align: top;
}

.tit_seg
{
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #005129;
	background-color: #e6e6e6;
	padding: 5px;
	text-align: left;
	margin-top: 4px;
	vertical-align: top;
	border-bottom: 1px solid gray;
}

.text
{
font: 11px Arial,Helvetica,sans-serif;
color: #333333;
padding: 5px;
text-align: justify;
line-height: 27px;
margin: 0px;
}

.text2
{
line-height: 18px;
font: 11px Arial,Helvetica,sans-serif;
color: #333333;
padding: 5px;
text-align: justify;
margin: 0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #005129;
	text-align: center;
	letter-spacing: 1px;
	line-height: 14px;
}
/* textos y títulos */

/* tablas */
.box1
{
border: 1px solid silver;
}

.box3
{
border-bottom: 1px solid #CCCCCC;
}

.table_borders {
	border-right: 1px solid silver;
	border-left: 1px solid #1b964f;
}

.table {
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

.box2
{
	background-color: White;
	border: 1px solid silver;
}

/* form */

/* tablas */
.input
{
font: 10px Arial,Helvetica,sans-serif;
padding: 0px;
margin: 0px;
color: #666666;
background: White;
border: solid 1px #CCCCCC;
}

.form
{
font: 10px Arial,Helvetica,sans-serif;
padding: 0px;
margin: 0px;
color: #666666;
background: White;
}

.in
{
font: 10px Arial,Helvetica,sans-serif;
padding: 0px;
margin: 0px;
color: #666666;
}

.note
{
font: 10px Arial,Helvetica,sans-serif;
padding: 0px;
margin: 0px;
color: #990000;
background: White;
}

.bot
{
background-color: White;
border: 1px:
border-color: #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
vertical-align: bottom;
}

/* form */

/* links */
A:link {
text-decoration: none; color: teal;
}
A:visited {
text-decoration: none; color: teal;
}
A:hover {
text-decoration: none; color: orange;
}
/* links */

/* sidebar */
.sidebar_top
{
	background: #99CC33;
	font: italic bold 16px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-decoration: none;
	text-align: left;
   padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 40px;
}

.sidebar_body
{
	background: white;
	font: 11px Arial,Helvetica,sans-serif;
	color: #333333;
	padding: 9px;
	border-bottom: 1px solid #1b964f;
	margin-top: 4px;
}
/* sidebar*/

/* Menu principal */
.box4 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
}
