﻿@import url("layout.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: navy;
	background-color: #B9CDE5;
}

#banner {
	width: 801px;
	margin: 0 auto;
	background-image:url('../images/Preview2.png');
	/*background-image:url('../images/background.png');*/
	background-repeat: repeat-y;
	background-attachment: scroll;
	height:224px;
}


#menu{
	width: 801px;
	margin: 0 auto;
	/*
	background-image:url('../images/menu.png');
	background-repeat:no-repeat;
	height: 48px;*/
}

#container {
	width: 801px;
	margin: 0 auto;
	/*background-image: url("../images/msfp_smbus2_01.gif");*/
	/*background-image:url('../images/background.png');*/
	background-color:#B9CDE5;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-image:url('../images/Cuerpo_body.png');
	background-repeat:repeat-y;
}

#masthead {
	width: 801px;
	height:25px;
	margin:0 auto;
	overflow: auto;
	background-image:url('../images/Cuerpo_head.png');
	background-repeat:no-repeat;
}

#sidebar {
	float: left;
	left:10px;
	width: 189px;
	/*background-color: #d3d3d3;*/
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	/*text-align:center;*/
}
#sidebar2 {
	float: right;
	left:10px;
	width: 189px;
	/*background-color: #d3d3d3;*/
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	/*text-align:center;*/
}

#content {
	float: right;
	width: 520px;
	margin-top: 0;
	margin-right: 30px;
	margin-left: 0;
	padding: 10px;
/*background-color: #fff;*/	position: relative;
	font-size: small;
	color: #000000;
}

#content p{
	text-align: justify;
	color: #000000;
	font-size: xlarge;
}

#submenu {
	float: right;
	width: 520px;
	margin-top: 0;
	margin-right: 30px;
	margin-left: 0;
	padding: 10px;
	/*background-color: #fff;*/
	position: relative;
}

#footer {
	text-align: center;
	clear: both;
	width: 801px;
	height:32px;
	margin:0 auto;
	padding: 0;
	overflow: auto;
	color:black;
	/*
	background-image:url('../images/Cuerpo_body.png');
	background-repeat:no-repeat;*/
}

#end {
	width: 801px;
	height:32px;
	margin:0 auto;
	overflow: auto;
	background-image:url('../images/Cuerpo_foot.png');
	background-repeat:no-repeat;
}


#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	background-color:#F2F6F9;
	font-family:Arial;
	font-size:medium;

}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	
}

#sidebar p{
padding: 0;
margin: 0;
}

#sidebar p{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	background-color:#8AAEC6;
	font-family:Arial;
	font-size:medium;

}

#sidebar a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	font-size: large;
}

#encabezadoList{
	text-decoration: none;
	color:#003366;
	display: block;
	padding: 5px;
	text-align:center;
	background-color:#8AAEC6;
	font-weight:bold;
	height:20px;
border: 1px solid #d3d3d3;

}
#sidebar a:hover {
	text-decoration: none;
	color: #2A1670;
	/*border-bottom: 1px solid #f2f2f2;*/
	background-color: #B7CEE2;
}


#veracruz{
	background-image:url('../images/2008_logoVeracruzPrincipal.gif');
	height:138px;
	width:138px;
	margin: 0 auto;
}


#DGEST{
	background-image:url('../images/DGEST1.jpg');
	height:98px;
	width:138px;
	margin: 0 auto;
}

#egresados{
	background-image:url('../images/egresado.png');
	height:8px;
	width:8px;
	margin: 0 auto;
}

#Consorcio Clavijero{
	background-image:url('../images/clavijero1.jpg');
	height: 98px;
	width: 138px;
	margin: 0 auto;
}

#sep{
	background-image:url('../images/logoSep.gif');
	height:88px;
	width:138px;
	margin: 0 auto;
}

/* Estilos de pie de página */
#footer p {
	font-size:x-small;
	color: black;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color:navy;
	text-decoration: underline;
}
#footer a:hover {
	color:blue;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

h2{
	color: #000000;
	border-bottom: 2px #B9CDE5 dotted;
	font-size: large;
	font-style: normal;
}