/********************************************
   AUTOR:  			Ing. Sandra Cordero 
   SITIO WEB:   	http://www.ute.edu.mx
   FECHA:           Julio-30-2007               
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	color: #333333;
	text-align: center;
	background-position: center top;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}

/* links */
a, a:visited {	
	color: #BE420D;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, "Trebuchet MS", sans-serif; 		
}
h1 {
	font-size: 160%;
	font-weight: normal;
	line-height: 1.5em;
}
h2 {
	font-size: 135%;
	color: #009441;
	text-transform: uppercase;
}
h3 {
	font-size: 135%;
	color: #009441;
}

h4 {
	font-size: 135%;
	color: #C80000;
	line-height: 3em;
}

h5 {
	font-size: 110%;
	color: #009441;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p {
	padding: 10px;		
	margin: 0;
}

p {
	text-align:justify;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #E6E6E6;
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 25px;
	background: #E6E6E6;
	border: 1px solid #E0DBC9;
	color: #563E24;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}

th strong {
	color: #666666;
}
th {
	background: #E6E6E6;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #666666;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F4efe9;
	border: 1px solid #E0DBC9; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #008001;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 830px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../fondo%20header.png);
	background-repeat: no-repeat;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 830px;
	padding: 0;
	border-bottom: 2px solid #FFF;
	display: inline;
	background-position: center top;
	background-image: url(../fondo-centro.gif);
}
#header {
	width: 830px;
	position: relative;
	height: 190px;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #008001;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 10px;
	left: 250px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
}
#header h1#logo-text span {
	color: #444;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #000000;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 50px;
	left: 550px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-style: italic;
	line-height: 1.3em;
}
#header h3#direccion {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #008001;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 125px;
	left: 250px;
	font-size: x-small;
	width: 280px;
	line-height: 1.4em;
}
#header h4#fecha {
	position: absolute;
	top: 80px;
	color: #34160B;
	font-size: 11px;
	font-weight: normal;
	left: 580px;
	width: 200px;
	text-align: right;
}
#header #header-imglogo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 200px;
	height: 137px;
}

#header #header-foto {
	position: absolute;
	padding: 0;
	top: 51px;
	left: 252px;
	width: 300px;
}
/* header links */
#header #header-links {
	position: absolute;
	top: 87px;
	color: #34160B;
	font-size: 12px;
	font-weight: normal;
	left: 581px;
	text-align: right;
}
#header #header-links a {	
	color: #34160B;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #BE420D;	
}
/* header menu */
#menu {
	clear: both;
	margin: 0;
	width: 830px;
	float: left;
	background-color: #FFF;
	background-image: url(menubgdeg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#menu ul {
	width: 800px;
	color: #FFF;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: 20px;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#menu li a:hover,
#menu li a:active {
	background-color: #cc0000;

}
#menu li a#current  {
	color: #FFF;
	background-color: #CC9900;
}
/* Navigation */
#nav {
	position: relative;
	clear: both;	
	padding: 0;		
	width: 900px;
	margin: 0 auto;	
	background: url(menubg.jpg) repeat-x;
	height: 52px;
}
#nav ul {
	position: absolute;
	list-style: none;
	text-transform: uppercase;
	padding: 0;	margin: 0;	
	right: 0; bottom: 0;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 52px;
	font-weight: bold;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-image: url(menucurrent.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#nav ul li#current a {
	color: #F2EFBA;
	background-image: url(menucurrent.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

/* Main Column */
#main {
	float: right;
	width: 68%;
	padding: 0; margin: 0 10px 0 0;
	display: inline;	
}
#main h1 {
	margin-top: 10px;
	color: #008001;
	padding: 5px 0 5px 5px;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 2.1em;
	font-weight: bold;
}
#main ul li {
	list-style-image: url(item.gif);
}

/* submain Column */
#submain {
	float: right;
	width: 40%;
	padding: 0; margin: 0 10px 0 0;
	display: inline;	
}
#submain h1 {
	margin-top: 10px;
	color: #008001;
	padding: 5px 0 5px 5px;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 2.1em;
	font-weight: bold;
}
#submain ul li {
	list-style-image: url(item.gif);
}
.post-footer {
	background: #e6e6e6;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	border: 1px solid #CCCCCC;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 25.5%;
	padding: 0; 
	margin: 0 0 0 15px;		
	display: inline; 
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px;
	color: #C80000;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -.1em;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	background-image: url(punto.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #006600;		
}
#sidebar ul.sidemenu li a:hover {	
	color: #88ac0b;	
}

/*subenlaces*/
#sidebar ul.sidemenu2 {
	text-align: left;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3;
	border: 1px solid #FFFFFF;
}
#sidebar ul.sidemenu2 li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	background-image: url(punto.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
* html body #sidebar ul.sidemenu2 li {
	height: 1%;
}
#sidebar ul.sidemenu2 li a {
	text-decoration: none;	
	background-image: none;	
	color: #006600;		
}
#sidebar ul.sidemenu2 li a:hover {	
	color: #88ac0b;	
}
/* Rightbar */	
#rightbar {
	float: right;
	width: 25.5%;
	padding: 0; 
	margin: 0 0 0 15px;		
	display: inline; 
}	
#rightbar h1 {
	margin-top: 10px;
	padding: 5px 5px;
	color: #C80000;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -.1em;
}
#rightbar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
#rightbar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	background-image: url(punto.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
* html body #rightbar ul.sidemenu li {
	height: 1%;
}
#rightbar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #006600;		
}
#rightbar ul.sidemenu li a:hover {	
	color: #88ac0b;	
}
/* footer */
#column-wrap {
	clear: none;
	float: inherit;
	padding: 10px 0 35px 0;
	border-bottom: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-position: left bottom;
}
#column-wrap a {
	text-decoration: none;
	color: #FFF;	
}
#column-wrap a:hover {
	color: #000;	
}
#column-wrap h2 {
	color: #FFF;	
	margin: 0 0 10px 0;	
}

#columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;		
	background: transparent;
}
#columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;	
	background: url(punto.gif) repeat-x left top;	
}
#columns li {
	background: url(punto.gif) repeat-x left bottom;		
}
#columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#columns .col3-center { 
	margin: 0 15px; 
}

/* footer*/
#footer {
	clear: both;
	color: #999999;
	width: 830px;
	padding: 5px 0 15px 0;
	text-align: center;
}
#footer a {
	color: #666666;
	font-weight: bold;
}
#footer p {
	text-align: center;
}


#footer h1 {
	color: #999999;
	font-weight: bold;
	font-size: 120%;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CC0000;
}

/* breadcrumbs*/
.breadcrumbs {
	color: #999999;
	text-align: left;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-left: 10px;
}
.breadcrumbs a {
	color: #666666;
}

/* clases de alienación */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* varios */
.clear { clear: both; }

img.float-center {
	float: left;
	outline-width: 1px;
	clear: left;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h5 {
	color: #999999;
	clear: both;
	padding-top: 20px;
}

/* mapa */
#mapa {
	clear: both;
	margin: 0;
	width: 700px;
	float: left;
	background-color: #FFF;
}
#mapa ul {
	width: 700px;
	color: #FFF;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#mapa li {
	float: left;
	list-style: none;
}
#mapa li a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mapa li a:hover,
#mapa li a:active {
	background-color: #cc0000;

}
#mapa li a#current  {
	color: #FFF;
	background-color: #CC9900;
}#wrap #content-wrap #main .sidemenu2 {
	clear: both;
	padding: 0px;
	float: none;
	border: thick solid #FFFFFF;
}
.Negro {
	border: 1px solid #000000;
}
