/*
Hoja de Estilo pagina de inicio sedes colombia
index.html - v.001 - diciembre 2008
www.itesm.edu.co
http://bogota.itesm.la
http://medellin.itesm.la

Edwin González Alandette
edwin dot gonzalez arroba itesm dot la

*/
body {
	font-family:'Verdana, Arial';
	font-size:0.8em;
	margin:0;
	padding:0;
	color:#000;
	background:url('imagenes/index_image_r1_c1.jpg') top left repeat-x;
}
a:link, a:visited {
	border:none;
	text-decoration:none;
	font-weight:bold;
	color:#E4E4CB;
}
a:hover {
	color:#FFCC66;
}
#container_box {
	width:818px;
	margin:35px auto 10px auto;
	padding:0;
}
#container_box td {
	vertical-align:top;
	padding:0;
	border:0;
}
#box {
	width:478px;
	height:173px;
	background:url('imagenes/index_image_r3_c3.jpg') top left no-repeat;
	padding:5px;
}
#box #orgnews {
	margin:15px 0 0 20px;
	padding:0;
}
#mision {
	width:478px;
	height:118px;
	background:url('imagenes/index_image_r4_c3.jpg') top left no-repeat;
	padding:0;
	color:#FFF;
}
#mision #mision_txt{
	margin:15px 0 0 20px;
	text-align:justify;
}

#footer_izq {
	background:url('imagenes/index_image_r5_c3.jpg') top left no-repeat;
	width:478px;
	height:25px;
	padding:0;
}

#footer_der {
	background:url('imagenes/index_image_r5_c4.jpg') top left no-repeat;
	width:340px;
	height:25px;
	padding:0;
}

.foot_msg {
	font-size:0.9em;
	padding:0;
	color:#3B76AF;
}
.foot_msg a {
	color:#6699CC;
	font-weight:normal;
}
.foot_msg a:hover {
	text-decoration:underline;
}
#footer_izq .foot_msg {
	margin:5px 0 0 20px;
}
#footer_der .foot_msg {
	text-align:right;
	margin:5px 20px 0 0;
}

/* news */
#news {
	padding: 0;
	margin:0;
	padding:0;
	width:100%;
	height:130px;
	background:none;
}
#news li{
	 list-style-image:none;
	 list-style-type:none;
}
#news .titulo {
	font-size:14px;
	margin:0 0 10px 0;
}
#news p {
	text-align:justify;
	color:#FFF;
	margin:0 0 3px 0;
}
#news img{
	float:left;
	border:0;
	padding:0;
	margin:0 10px 3px 0;
}

/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
	background:none;
	border-top:1px dotted #fff;
	width: 455px; 
	height: 25px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 5px;
	top: 5px;
	width: 440px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	color:#FFF;
}
ul.newsticker a, ul.newsticker a:visited {
	white-space: nowrap;
	padding: 0;
	margin: 0 30px 0 0;
}
ul.newsticker span {
	margin: 0 10px 0 0;
	font-size:10px;
	color: #CCC;
} 
