/*************************
         LAYOUT
**************************/
body {
	font: 70% "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	margin:0px;
	padding:0px;
	background: url(../Imgs/BkgBody.gif) repeat-x top center;
}
h3 {
	border-bottom:1px solid #333;
	font-size:1.3em;
}
#SitioWeb {
	width:770px;
	border:1px solid #8CAAC9;
	border-top:3px solid #8CAAC9;
	margin:0px auto;
}
#Cabecera {
	border-bottom:6px solid #016CA2;
	background:#016CA2 url(../Imgs/BkgCabecera.gif) repeat-x top center;
}
#Cuerpo{
	background:#fff url(../Imgs/BkgCuerpo.gif) repeat-y top left;
	
}
#Contenido {
	width:580px;
	float:right;
	margin:0px;
	padding:0px;
}
#Textos{
	padding:0px 16px ;
	margin-top:-5px;
	font-size:1.1em;
}
#MenuPrincipal {
	width:190px;
	float:left;
	background-color:#007BB9;
}
#MenuSuperior {
	background-color:#014B71;
	text-align:right;
	
	font-size:11px;
}
/**************************
        tags comunes
***************************/

/**************************
        especiales
***************************/
#Contenido object{
	margin:0px;
	padding:0px;
	margin-left:-3px;
}
#Contenido table.especial {
	border-collapse:collapse;
	border:1px solid #006598;
}
#Contenido table.especial td {
	border:1px solid #006598;
	padding:4px;
	color:#000000;
}
#Contenido table.especial th {
	background-color:#BFDEED;
	border:1px solid #006598;
}
#Cabecera *{
	padding:0px;
	margin:0px;
}
#Cabecera h1 {
	color:#DEE5EE;
	font-size:1.7em;
	letter-spacing:-0.1em;
	font-weight:normal;
	padding:2px 14px 14px 14px;
}
#MenuSuperior ul {
	list-style:none;
	padding:3px;
	margin:0px;
}
#MenuSuperior li {
	display:inline;
	padding:1px 5px 1px 12px;
	background: url(../Imgs/Bullet01.gif) no-repeat left center;
	margin:0px;
}
#MenuSuperior a {
	text-decoration:none;
	color:#fff;
}
#MenuSuperior a:hover {
	text-decoration:none;
	color:#549DFF;
}
#MenuPrincipal form {
	color:#AAC4E7;
	text-align:right;
	padding-bottom:5px;
	margin-right:12px;
}
#MenuPrincipal input.Casilla {
	color:#184773;
	border:1px solid #fff;
	background:#D9E1ED;
	font-size:11px;
	padding:1px 3px;
}
label {
	font-style:italic;
	color:#fff;
}
#MenuPrincipal ul {
	list-style:none;
	padding:0px;
	margin:0px;
	width:190px;
}
#MenuPrincipal ul li a {
	display:block;
	text-decoration:none;
	color:#25628E;
	background:#fefefe url(../Imgs/BkgMenuPrincipalLi.gif) no-repeat top left;
	border:1px solid #E7EAEE;
	padding:3px 0px 3px 18px;
	margin:0px;
	height:15px;
}
#MenuPrincipal a:hover {
	text-decoration:none;
	color:#549DFF;
	background:#fefefe url(../Imgs/BkgMenuPrincipalLiHover.gif) no-repeat top left;
}

#MenuPrincipal li {
	padding:0px;
	margin:0px;
}

/**************************
          clases
***************************/
.Clear{
	clear:both;
	font-size:0.1em;
	line-height:0.1em;
}
#Pie{
	clear:both;
	font-size:0.1em;
	line-height:0.1em;
}
input.BtIntranet {
	background-color:#DEE2E7;
	color:#25628E;
	height:18px;
	font-size:10px;
	border:1px solid #8CAAC9;
}
#Izquierda {
	float:left;
}
#Derecha {
	float:right;
	text-align:right;
}
#Textos li {
	list-style:url(../Imgs/Bullet02.gif) none;
}
#Textos p {
	text-align:justify;
}