/* ***********************************************
    Definición de las partes principales del sitio
*************************************************/
#contenedor {
	background-color: #ebeef2;
}
#contenedora {
	width:760px;
	margin:0px auto;
	position:relative;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#encabezado {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	/* [disabled]overflow: visible; */

}
#encablogo {
	float: left;
	text-align: left;
}
#encabtexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	height: 100%;
	padding-top: 20px;
	min-height: 60px;
}
#principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	left: auto;
	right: auto;
	padding-left: 15px;
	text-align: justify;
	padding-right: 15px;
}

#principal li {
	padding-bottom: 10px;
}

#pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
}

/* ***********************************************
    Clases generales
*************************************************/
.notas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	background-image: url(../imggen/notas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-left: 20px;
	background-color: #FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 0px;
	padding-right: 10px;
}
.limpiar {
	font-size: 1px;
	line-height: 1px;
	font-weight: normal;
	clear:both;
}
/*  Tiene margen izquierdo y derecho para que el contenido del DIV aparezca centrado*/
.divcenter {
	text-align: center;
}


/* ***********************************************
	Sombras para imágenes y textos
*************************************************/

.contenfoto {
	float:left;
	margin: 10px;
	padding:10px;
	background-color:#F7F9FB;
	text-align:center;
	width: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E8EA;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #E6E8EA;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 0.5px;
	border-left-width: 0.5px;
}
.contenfoto img {
	border: 1px solid #EEE;
}

.contenfoto a {
	text-decoration: none;
}

.contenfoto span {
	color:#515151;
	font-family: Trebuchet MS;
	font-size: 9pt;
}


.p-shadow {
  width: 95%;
  float:left;
  background: url(../imggen/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../imggen/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(../imggen/shadow.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
  
/* ***********************************************
    Redefinición de etiquetas
*************************************************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	display: block;
}

p {
	text-indent: 25px;
	line-height: 20px;
	/* [disabled]text-align: center; */
}
h4 {
	text-decoration: underline;
}
body {
	background-color: #ebeef2;
}
.listpdf {
	list-style-position: outside;
	list-style-image: url(../imggen/pdf.jpg);
}
.listdocu {

	list-style-position: outside;
	list-style-image: url(../imggen/document.jpg);
}
.imgnuevo {
	padding-left: 20px;
}
.negrita {
	font-weight: bold;
}

