@charset "iso-8859-1";

#outer-wrapper {
	/*margin-top: 25px;*/
	background: #fff;
	margin-bottom: 20px;
	width: 800px;
	margin: 0 auto;
	margin-top: 25px;
	background: #fff;
	margin-bottom: 20px;
}
#wrap2 {
	width: 786px;
	margin: 0 auto;
	padding: 7px;
}
#navbar-iframe {
	height:0px;
	visibility:hidden;
	display:none
}
/*-- (Generales) --*/

body {
	margin: 0;
	padding: 0;
	background: #00549b url(../img/bkgbodyvo4.jpg) repeat-x left top;
	font-family: 'Verdana';
	color: #202123;
	font-size: 16px;
}
/* General Links */
a:link {
	text-decoration : none;
	color : #027ee7;
	border: 0px;
}
a:active {
	text-decoration : underline;
	color : #027ee7;
	border: 0px;
}
a:visited {
	text-decoration : none;
	color : #027ee7;
	border: 0px;
}
a:hover {
	text-decoration : underline;
	color : #ff5a00;
	border: 0px;
}
.alinksubmenu:link{
	text-decoration : none;
	color : #993300;
	border: 0px;
}
alinksubmenu:active {
	text-decoration : underline;
	color : #027ee7;
	border: 0px;
}
.alinksubmenu:visited{
	text-decoration : none;
	color :#993300;
	border: 0px;
}
.alinksubmenu:hover{
	text-decoration : underline;
	color : #ff5a00;
	border: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
hr {
	border-left:0px solid #abb0b5;
	border-right:0px solid #abb0b5;
	border-top:1px dotted #abb0b5;
	border-bottom:0px solid #abb0b5;
	height : 1px;
}
input {
	font-family: 'Verdana';
	color: #000033;
	font-size: 11px;
}
textarea {
	font-family: 'Verdana';
	color: #000033;
	font-size: 11px;
}
select {
	font-family: 'Verdana';
	color: #000033;
	font-size: 11px;
}
h1, h2, h3 {
	font-family: "Trebuchet MS";
}
/*-- (Cabecera) --*/

#header-wrapper {
	width: 100%;
	position: relative;
	float: left;
	margin: 0px;
	padding: 30px 0px;
	background: #000033 url(../img/HeaderBkg.gif) repeat-x left top;
}
#header-inner {
}
#header-wrapper h1 {
	font-size: 25px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	color:#FFFFFF;
}
#header-wrapper h1 a {
	color:#FFFFFF;
	text-decoration: none;
}
#header-wrapper h1 a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#header-wrapper h1 a:hover {
	color:#e6f3ff;
	text-decoration: none;
}
#header-wrapper p {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color:#6699cc;
	margin: 0px 0px 0px 20px;
}
#header-wrapper a {
}
.CornerLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../img/HeaderBkgLeft.gif) no-repeat left top;
	height: 14px;
	width: 14px;
}
.CornerRight {
	position: absolute;
	top: -7px;
	right: -7px;
	background: url(../img/HeaderBkgRight.gif) no-repeat left top;
	height: 23px;
	width: 23px;
}
/*-------------------------------------- (Menus) -----------------------------------------*/

.TopMenu {
	position: absolute;
	top: -27px;
	left: 20px;
}
.TopMenu ul {
	padding: 0px;
	margin: 0px;
	border-left: solid 1px #2269a3;
}
.TopMenu li {
	padding: 0px 5px;
	margin: 0px;
	display: inline;
	border-right: solid 1px #2269a3;
	font-size: 10px;
}
.TopMenu li a {
	color:#80add2;
	text-decoration: none;
}
.TopMenu li a:visited {
	color:#80add2;
	text-decoration: none;
}
.TopMenu li a:hover {
	color:#fff;
	text-decoration: underline;
}





.Menu {
	background: #b6deff url(../img/MenuBkgCorner.gif) no-repeat left bottom;
	width: 100%;
	position: relative;
	float: left;
	height: 33px;

}
.MainMenu {
	position: absolute;
	top: 3px;	
/*-		top: 10px;*/	
	left: 20px;
	width: 320px;
	height: 30px;
}
.MainMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 27px;
}
.MainMenu li {
	float: left;
	background: url(../img/boutongauche.png) no-repeat left top;
	margin-right: 4px;
	padding: 4px 0px 5px 5px;
	font-size: 14px;
	font-family: "Trebuchet MS";
	text-transform: lowercase;
	font-weight: bold;
	position: relative;
}
.MainMenu li a {
	background: url(../img/boutondroite.png) no-repeat top right;
	padding: 4px 10px 5px 5px;
}
.MainMenu li:hover {
	background-position: 0% -27px;
}
.MainMenu li a:hover {
	color: #fff;
	text-decoration: none;
}
.MainMenu li:hover a {
	background-position: 100% -27px;
}
.MainMenu ul li ul {
	display: none;
}
.MainMenu ul li ul li {
	display: inline;
	float: none;
	background: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: 'Verdana';
	text-transform: none;
	font-weight: normal;
}
.MainMenu ul li ul li a {
	background: none;
	padding: 0px;
}
.MainMenu ul li ul li:hover {
	background: none;
}
.MainMenu ul li ul li a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
}
.MainMenu ul li ul li:hover a {
	background: none;
}
.MainSyn {
	position: absolute;
	right: 99px;
	top: 10px;
}
.MainSyn ul {
	padding: 0px;
	margin: 0px;
}
.MainSyn li {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style-type: none;
	display: inline;
	float: left;
}
.MainSyn a {
	padding: 0px 0px 0px 19px;
	background: url(../img/PostComLeft.png) no-repeat left top;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-family: "Trebuchet MS";
	text-transform: lowercase;
	font-weight: bold;
}
.MainSyn a span {
	padding: 4px 7px 5px 6px;
	display: block;
	background: url(../img/PostComRight.png) no-repeat right top;
	float: left;
}
.MainSyn a span {
	float: none;
}
.MainSyn a:hover span {
}
.MainSyn a:hover {
	background-position: 0% -27px;
	text-decoration: none;
	color:#fff;
}
.MainSyn a:hover span {
	background-position: 100% -27px;
	color:#fff;
}



.SubMenu {
	background-color:#FEF0CE;
	width: 100%;
	position: relative;
	float: left;
	height: 34px;
}
.SubMainMenu {
	position: absolute;
	left: 21px;
	width: 320px;
	height: 34px;
}

.SubMainMenu  table {
  	
  	height: 34px;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;	

}

.SubMainMenu  td {
  	
	padding-left:3px;
	

}


.SubMainSyn {
	position: absolute;
	right: 99px;
	top: 10px;
}


/*-- (Contenedor) --*/

#content-wrapper {
	width: 100%;
	padding: 20px 0px 40px 0px;
	float: left;
}
#subcontent {
	float: left;
	width: 100%;
}





/*-- (Principal) --*/

#main-wrapper {
	float: left;
	width: 100%;
	overflow: visible!important;
}
#main {
	padding-left:20px;
	margin-right: 40px;
	/*margin-left: 20px;*/
}
#main-wrapper a {
}
#main-wrapper a:hover {
}
.PostHead {
	
	margin-left: 40px;
}
.post-title, .PostHead h1 {
	font-size: 21px;
	line-height: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: block;
	color: #0066CC;
}

.PostHead h1 a {
	color: #0066CC;
	text-decoration: none;
}
.PostHead h1 a:visited {
	color: #0066cc;
	text-decoration: none;
}
.PostHead h1 a:hover {
	color: #ff9900;
	text-decoration: none;
}

.PostError{
display: block;
background-color:#FFB1A6;
font-size:12px;
width:700px;
text-align:center

}
.PostSubHead {
	
	margin-left: 40px;
}
.post-title, .PostSubHead h1 {
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: block;
	color: #0066CC;
}

.PostSubHead h1 a {
	color: #0066CC;
	text-decoration: none;
}
.PostSubHead h1 a:visited {
	color: #0066cc;
	text-decoration: none;
}
.PostSubHead h1 a:hover {
	color: #ff9900;
	text-decoration: none;
}

#fecha {
	position: absolute;
	top: 130px;
	left: 724px;
	text-align: center;
	margin: 0;
	padding: 2px 10px 2px 0px;
	list-style: none;
	border-right: solid 1px #e2e2e2;

}
.fecha_mes {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 9px;
	color: #999;
	text-transform: lowercase;
}
.fecha_dia {
	display: block;
	font-size: 20px;
	font-family: 'Arial';
	font-weight: normal;
	line-height: 20px;
	color: #cc6600;
	letter-spacing: -1px;
}
.fecha_anio {
	display:none;
	visibility: hidden;
}
.PostInfo {

	color: #666;
}
.PostInfo a {
	text-decoration: underline;
	color: #666;
}
.PostInfo a:visited {
	text-decoration: underline;
	color: #666;
}
.PostInfo a:hover {
	text-decoration: underline;
	color: #666;
}
.post-body {
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	border-top: solid 1px #e2e2e2;
	margin-top: 10px;
}
.post-body p {
	padding: 5px 0px;
	margin: 5px 0px;
	font-size: 11px;
	line-height: 15px;
}
.post-body img {
	padding: 1px;
	border: solid 1px #f0f0f0;
	margin: 0px 15px 15px 0px;
}
.post-body blockquote {
	padding: 0px 10px;
	background: #fefaf0;
	margin: 0px;
	color:#993300;
	border: solid 1px #fbf4e0;
	border-left: solid 5px #fbf4e0;
}
.post-body blockquote p {
	font-size: 11px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 15px;
}
.post-body ul {
	font-size: 11px;
	padding-left: 12px;
}
.post-footer {
}
.post-comment-link {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	display: block;
}
.comment-link {
	padding: 0px;
	margin: 0px;
}
.post-comment-link a {
	padding: 3px 0px 4px 25px;
	background: url(../img/PostComIco.png) no-repeat left top;
	text-decoration: none;
	font-size: 11px;
}
.post-comment-link a:hover {
	background-position: 0% -20px;
	text-decoration: none;
}
#blog-pager {
	position: relative;
	height: 15px;
}
.blog-pager-older-link {
	color : #027ee7;
	padding-right: 15px;
	/* background: url(../img/nexticosg5.gif) no-repeat right center;*/
	position: absolute;
	top: 0px;
	right: 0px;
}
.blog-pager-newer-link {
	color : #027ee7;
	padding-left: 15px;
	/*background: url(../img/previcocu3.gif) no-repeat left center;*/
	position: absolute;
	top: 0px;
	left: 0px;
}
/*-- (Lateral) --*/

#sidebar-wrapper {
	float: left;
	width: 242px;
	margin-left: -242px;
	color:#993300;
}
#sidebar-wrapper h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: dashed 1px #c7b78a;
	font-size: 14px;
	text-transform: uppercase;
	color:#993300;
}
#sidebar-wrapper ul {
	padding: 0px;
	margin: 0px;
}
#sidebar-wrapper li {
	padding: 2px 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 11px;
}
#sidebar-wrapper li a {
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	/*background: url(../img/SRightIco.png) no-repeat left top;*/
	color: #cc6600;
	text-decoration: none;
}
#sidebar-wrapper li a:visited {
	color: #cc6600;
	text-decoration: none;
}
#sidebar-wrapper li a:hover {
	text-decoration: underline;
	color: #993300;
}
#sidebar .widget {
	background:#FEFAF0 url(../img/GeneralBkgCorner.gif) no-repeat right top;
	margin-bottom:15px;
	padding:15px;
	position:relative;
	width:212px;
}
.Search {
	width: 212px;
	background: #ece2c5 url(../img/SearchBkg.gif) no-repeat left bottom;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}
.Search h3 {
	border-bottom: none;
	background: url(../img/SearchHeadingIco.gif) no-repeat left top;
	padding-left: 20px;
}
.Search form {
	padding: 0px;
	margin: 0px;
}
.Search input {
	color: #6db6ff;
	font-size: 11px;
}
.Search input.search {
	width: 25px;
	height: 25px;
	/*background: url(../img/SearchButton.png) no-repeat;*/
}
.Search input.search:hover {
/*	background: url(../img/SearchButton.png) no-repeat 0 -25px;*/
}
.Search input.searchIE {
	width: 25px;
	height: 25px;
/*	background: url(../img/SearchButton.png) no-repeat 0 -25px;*/
}
.Search input.keyword {
	border: none;
	background: #fff url(../img/SearchKeywordBkg.gif) no-repeat;
	padding: 7px;
	border: none;
}
/* IE Win min height hack */ * html #buttonsearch {
	margin: -26px 0px 0px 180px;
} /* */
#buttonsearch {
	padding: 0px;
	margin: -25px 0px 0px 180px;
	top: 0px;
	background: none;
}
.SearchCorner {
	background: url(../img/SearchBkgCorner.gif) no-repeat left top;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 15px;
	width: 15px;
}
#Label1 h2 {
	background: url(../img/CategoriesHeadingIco.gif) no-repeat left top;
	padding-left: 20px;
}
#BlogArchive1 h2 {
	background: url(../img/ArchivesHeadingIco.gif) no-repeat left top;
	padding-left: 20px;
}

.blog-feeds {
	background:transparent url(../img/icono-feed.gif) no-repeat scroll left bottom;
	padding-left:20px;
	padding-top:15px;
}
/*-- (Pie de pÃfÂ¡gina) --*/

#footer-wrapper {
	width: 100%;
	position: relative;
	clear: left;
	background: #e6f4ff;
}
#footer-wrapper .links {
	padding: 10px;
	margin: 0px;
	color:#487cb0;
	font-size: 10px;
	color:#4e7899;
}
#footer-wrapper .links a {
	color:#4e7899;
	text-decoration: underline;
}
.FooterCorner {
	position: absolute;
	bottom: -7px;
	left: -7px;
	background: url(../img/FooterBkgCornerLeft.gif) no-repeat left bottom;
	height: 19px;
	width: 19px;
}
/*-- (Comentarios) --*/

#comments h4 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0px;
	border-bottom: solid 1px #c5cad0;
	padding: 15px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
#comments dl {
}
.comment-author {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	border:0px none;
	color:#027EE7;
	text-decoration:none;
}
.comment-body {
	line-height:14px;
	margin:3px 0px;
	padding:3px 0px;
	font-size:11px;
}
.comment-footer {
	color:#666666;
	text-decoration:none;
	font-size:11px;
	margin:0px;
	padding:0px;
}
.status-msg-bg {
	background-color: #fff !important;
}
.status-msg-border {
	border:none !important;
}
body#layout #header {
	margin-left: 0px;
	margin-right: 0px;
}
body#layout #content-wrapper {
	width:60%;
	float:left;
}
body#layout #sidebar-wrapper {
	width:35%;
	float:left;
	margin-left: 61%;
}

FIELDSET {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; MARGIN-BOTTOM: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: #ccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #ccc 1px solid
}
FIELDSET.buttons {
	display:none;
}
FIELDSET.buttons INPUT {
	MARGIN: 0px 3px; 
}
LEGEND {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #666
}


INPUT.hidden {
	DISPLAY: none
}
/*----------------[ESTILOS GENERALES]-------------------------------------*/
BUTTON {
	FONT: 10px Verdana; COLOR: #000000; TEXT-DECORATION: none
}
INPUT {
	FONT: 10px Verdana; COLOR: #000000; TEXT-DECORATION: none
}
SELECT {
	FONT: 10px Verdana; COLOR: #000000; TEXT-DECORATION: none;
}
TEXTAREA{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; border-width:1px; border-style:solid; border-color:#7F9DB9;
}

/*----------------[ESTILOS FORMULARIOS]-------------------------------------*/
FORM {
	MARGIN: 0px; WIDTH: 100%
}

FORM#login {
	WIDTH: 50%
}
FORM#form{
	WIDTH: 730px
}
INPUT.BOXES {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; height:17px; border-width:1px; border-style:solid; border-color:#7F9DB9;
}
INPUT.BOXESCHICO {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;width:40px; height:17px; border-width:1px; border-style:solid; border-color:#7F9DB9;
}
INPUT.SEARCH {
  /*background-image:url('../iconos/magnifying-glass.gif');*/
  background-repeat:no-repeat;
  padding-left:20px;
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; height:17px; border-width:1px; border-style:solid;  border-color:#7F9DB9;
}
SELECT.CMB {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; height:17px; border-width:1px; border-style:solid; border-color:#7F9DB9; 
	
}
SELECT.CMBL {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; height:17px; border-width:1px; border-style:solid; border-color:#7F9DB9; width:250px;
	
}
/*----------------[Estilos Grillas (tablas) Para Listado de informaciÃfÂ³n ]-------------------------------------*/

TABLE.DATOSLOGIN {
	BORDER-RIGHT: #efefef 2px solid; BORDER-TOP: #efefef 2px solid; BORDER-LEFT: #efefef 2px solid; BORDER-BOTTOM: #efefef 2px solid; BACKGROUND-COLOR: #fff; width:400px; padding-left:5px;
}

TABLE.DATOS {
	BORDER-RIGHT: #efefef 2px solid; BORDER-TOP: #efefef 2px solid; BORDER-LEFT: #efefef 2px solid; BORDER-BOTTOM: #efefef 2px solid; BACKGROUND-COLOR: #fff; width:729px; padding-left:5px;
}
TD.DATOS {
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px; 
	BACKGROUND-COLOR: #efefef;
	text-align:center;
	text-transform: capitalize;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
TD.DATOS2 {
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: 10px; 
	PADDING-BOTTOM:4px;
	PADDING-TOP: 4px;
	 BACKGROUND-COLOR: #FFFFFF;
	text-align:center;
	text-transform: capitalize;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px

}

TD.DATOS3 {
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px; 
	BACKGROUND-COLOR: #efefef;
	text-align:left;
	text-transform: capitalize;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
TD.DATOS4 {
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: 10px; 
	PADDING-BOTTOM:4px;
	PADDING-TOP: 4px;
	 BACKGROUND-COLOR: #FFFFFF;
	text-align:left;
	text-transform: capitalize;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px

}

TBODY.DATOS {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BACKGROUND-COLOR: #efefef;text-align:center;text-transform: capitalize;
}

THEAD.DATOS TH{
	background: #EDAF72;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: bold;
	font-style:italic;
	font-size:11px;
	padding: 4px 3px;
	text-align: center;
	text-transform: capitalize;

}

TABLE.DATOSFP {
	BORDER-RIGHT: #efefef 2px solid; BORDER-TOP: #efefef 2px solid; BORDER-LEFT: #efefef 2px solid; BORDER-BOTTOM: #efefef 2px solid; BACKGROUND-COLOR: #fff; width:697px;
}
TD.DATOSFP {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BACKGROUND-COLOR: #FFF6DB;text-align:center;text-transform: capitalize;
}
TH.DATOSFP {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-WEIGHT: bold; BACKGROUND-COLOR: #FCE492; text-align:center;
}
TBODY.DATOSFP {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BACKGROUND-COLOR: #efefef;text-align:center;text-transform: capitalize;
}

TABLE.DATOSCHICOFP {
	BORDER-RIGHT: #efefef 2px solid; BORDER-TOP: #efefef 2px solid; BORDER-LEFT: #efefef 2px solid; BORDER-BOTTOM: #efefef 2px solid; BACKGROUND-COLOR: #fff; width:340px;
}
TD.DATOSCHICOFP {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BACKGROUND-COLOR: #FFF6DB;text-align:center;text-transform: capitalize;
}
TH.DATOSCHICOFP {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-WEIGHT: bold; BACKGROUND-COLOR: #FCE492; text-align:center;
}
TBODY.DATOSCHICOFP {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BACKGROUND-COLOR: #efefef;text-align:center;text-transform: capitalize;
}



TABLE.DATOSCHICO {
	BORDER-RIGHT: #efefef 2px solid; BORDER-TOP: #efefef 2px solid; BORDER-LEFT: #efefef 2px solid; BORDER-BOTTOM: #efefef 2px solid; BACKGROUND-COLOR: #fff; width:350px;
}
TD.DATOSCHICO {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BACKGROUND-COLOR: #efefef;text-align:center;text-transform: capitalize;
}
TH.DATOSCHICO {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; FONT-WEIGHT: bold; BACKGROUND-COLOR: #ccc; text-align:center;
}
TBODY.DATOSCHICO {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BACKGROUND-COLOR: #efefef;text-align:center;text-transform: capitalize;
}

TABLE.D2 {
	
}
TD.D2  {
	text-align:justify;
}
TH.D2  {
	
}
TBODY.D2  {
	
}


#despliege{
 
width:710px; 
height:350px; 
z-index:1; 
overflow: scroll;
}
/*----------------[FIN Estilos Grillas (tablas) ]-------------------------------------*/




/*----------------[TABLAS VARIOS COLORES ]-------------------------------------*/
div.tableContainer {
	clear: both;
	border: 1px solid #963;

	overflow: auto;
	width: 700px
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 700px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 700px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 700px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #EDAF72;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: bold;
	font-style:italic;
	font-size:11px;
	padding: 4px 3px;
	text-align: center
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 200px
}

html>body thead.fixedHeader th + th {
	width: 240px
}

html>body thead.fixedHeader th + th + th {
	width: 316px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 200px
}

html>body tbody.scrollContent td + td {
	width: 240px
}

html>body tbody.scrollContent td + td + td {
	width: 300px
}
LABEL.TITLE_FIELDS{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;
}

/*----------------[TABLAS VARIOS COLORES ]-------------------------------------*/
