/*-----------------------------------------------------------------------------
Plantilla base - Universidad Icesi

version:   1.0
date:      04/07
author:    [Alejandro Orozco]
email:     [aorozco@icesi.edu.co]
website:   [www.icesi.edu.co]

Maquetación:
Created by Keith Donegan of Code-Sucks.com
E-Mail: Keithdonegan@gmail.com
You can do whatever you want with these layouts,
but it would be greatly appreciated if you gave a link
back to http://www.code-sucks.com
-----------------------------------------------------------------------------*/


/* Estilos globales 
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: "Verdana";
	font-size: 0.7em;
}

/* Header
-----------------------------------------------------------------------------*/


/* Maquetación
-----------------------------------------------------------------------------*/
#wrapper { 
	margin: 0 auto;
	width: 760px;
	padding-top: 7px;
}
#menubar {
	width: 369px;
	padding: 0px;
	overflow:hidden;
}
#content { 
	float: left;
	margin: 0px 0px 0px 0px;
	width: 752px;
}
#footer { 
	width: 750px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

/* Colorización y diseño*/
#menubar ul{
	float:left;
}

#menubar li{
	list-style-type: none;
	float:left;
	clear:both;
}
#menubar li a{
	display: block;
	text-indent: -9000px;
	border-width: 0;
	border-color: #000000;
	border-style: solid;
	background:transparent url(../images/lista.gif) no-repeat scroll left top;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#menubar li a.quienes{
	width: 369px;
	height: 31px;
	background:transparent url(../images/inicio-over_r2_c2.jpg) no-repeat;
}
#menubar li a.quienes:hover{
	background:transparent url(../images/inicio_r2_c2.jpg) no-repeat;
}
#menubar li a.formacion{
	width: 369px;
	height: 31px;
	background:transparent url(../images/inicio-over_r3_c2.jpg) no-repeat;
}
#menubar li a.formacion:hover{
	background:transparent url(../images/inicio_r3_c2.jpg) no-repeat;
}
#menubar li a.extension{
	width: 369px;
	height: 33px;
	background:transparent url(../images/inicio-over_r4_c2.jpg) no-repeat;
}
#menubar li a.extension:hover{
	background:transparent url(../images/inicio_r4_c2.jpg) no-repeat;
}
#menubar li a.investigacion{
	width: 369px;
	height: 32px;
	background:transparent url(../images/inicio-over_r5_c2.jpg) no-repeat;
}
#menubar li a.investigacion:hover{
	background:transparent url(../images/inicio_r5_c2.jpg) no-repeat;
}
#menubar li a.cendoc{
	width: 369px;
	height: 31px;
	background:transparent url(../images/inicio-over_r6_c2.jpg) no-repeat;
}
#menubar li a.cendoc:hover{
	background:transparent url(../images/inicio_r6_c2.jpg) no-repeat;
}
#menubar li a.actualidad{
	width: 369px;
	height: 33px;
	background:transparent url(../images/inicio-over_r7_c2.jpg) no-repeat;
}
#menubar li a.actualidad:hover{
	background:transparent url(../images/inicio_r7_c2.jpg) no-repeat;
}
#menubar li a.innovando{
	width: 369px;
	height: 32px;
	background:transparent url(../images/inicio-over_r8_c2.jpg) no-repeat;
}
#menubar li a.innovando:hover{
	background:transparent url(../images/inicio_r8_c2.jpg) no-repeat;
}
#menubar li a.mapa{
	width: 369px;
	height: 33px;
	background:transparent url(../images/inicio-over_r9_c2.jpg) no-repeat;
}
#menubar li a.mapa:hover{
	background:transparent url(../images/inicio_r9_c2.jpg) no-repeat;
}
#menubar li a.contacto{
	width: 369px;
	height: 34px;
	background:transparent url(../images/inicio-over_r10_c2.jpg) no-repeat;
}
#menubar li a.contacto:hover{
	background:transparent url(../images/inicio_r10_c2.jpg) no-repeat;
}

#leftcolumn li{
	list-style-type: none;
}

#leftcolumn li a{
	display: block;
	width: 146px;
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #FFDD7C;
	margin: 2px 0 2px 0;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 0;
}

#leftcolumn li a:hover{
	background-color: #000000;
	color: #FFFFFF;
}

#content{
	padding: 4px;
	text-align: justify;
}

#content a{
	color: #020669;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover{
	background-color: #EEEEEE;
}
#content li{
	list-style-position: inside;
}
#footer{
	background-color: #020669;
	color: #FFFFFF;
	text-align: center;
}
#footer a{
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover{
	text-decoration: none;
}
/* Estilos para Joomla!
-----------------------------------------------------------------------------*/

/*Estilos referentes al contenido principal*/
.contentheading {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.contentheading a{
	color: #000000;
	text-decoration: underline;
}

.contentheading a:hover{
	text-decoration: none;
}

.mosimage_caption{
	color: #999999;
	font-size: 0.8em;
}

.createdate, .modifydate, .small{
	color: #999999;
	font-size: 0.8em; 
	font-style: italic;
}

.blog{
	width: 100%;
}

.contentpaneopen{
	margin: 0 5px 0 5px;
}
/*Estilos referentes a los módulos*/
.moduletable, .moduletable_menu{
}

.moduletable h3, .moduletable_menu h3 {
	display: block;
	width: 150px;
	background-color: #FFDD7C;
	color:#000000;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial;
	font-size: 1.3em;
	margin-top: 3px;
}
 /*Formulario de contacto*/
.textformctazul{
background-color:#030569;
color:#FFFFFF;
padding:5px;
text-align: center;
}
body.contentpane{
  background-color: #FFF;
  background-image: url();
}
.inputbox{
	border: 1px solid #666666;
	color: #666666;
	font-family: Verdana;
  font-size: 12px;
}
.inputbox:hover{
	background-color: #EEEEEE;
}
