html{
	background: #edeeee url("../img/fondo_pie.png") repeat-x bottom center;
	margin: 0px;
	font-family: sans-serif, Verdana;
	font-size: 12px;
	text-align: justify;
	color: #333333
}


body{
	background: url("../img/cabecera_izq.png") repeat-x top;
	margin: 0px;
}

a, a:link, a:visited, a:active, a:focus{
	color: #336699;
}

a:hover {
	color: #006633;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:focus, h1 a:hover,
h2, h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:focus, h2 a:hover,
h4, h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:focus, h4 a:hover,
th, th a, th a:link, th a:visited, th a:active, th a:focus, th a:hover{
	font-size: 12px;
	text-align: justify;
	color: #333333;
	text-decoration: none;
}

img{
	border: none;
	margin: 0px;
	padding:0px;
}
.oculto{
	display: none;
}

div#cont1{
	width: 100%;
	background: url("../img/cabecera_der.png") no-repeat top right;
}

div#cont2{
	position: relative;
	margin: 0px auto;
	width: 993px;
}

/* Inicio CABECERA */
div#cabecera{
	position: relative;
	height: 63px;	
}

div#cabecera div#logo{
	float: left;
	margin: 8px 0px 0px 8px;
}

div#cabecera div#menus{
}
/**
Los estilos del contenido de los menús se encuentran en v1_menus.css
*/

/* Fin CABECERA */

/* Inicio CUERPO */
div#cuerpo{
	background: #FFFFFF;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	padding: 28px;
}
.file { background-image: url("../img/file.png"); }
.folder { background-image: url("../img/folder.png"); }
.download { background-image: url("../img/downloadim.png"); }

.file,
.folder,
.download
{ 
  background-repeat: no-repeat;
  list-style: none !important;
  line-height: 150% !important;
  padding-left: 20px;
  margin-bottom: 10px;
  list-style-image: none !important;
}

/**
Los estilos del contenido de la columna 1 se encuentran en v1_col1.css
*/

/**
Los estilos del contenido de la columna 2 se encuentran en v1_col2.css
*/