/* top elements */
* {


SCROLLBAR-BASE-COLOR:#1E5DB2;
SCROLLBAR-FACE-COLOR: #1E5DB2;
SCROLLBAR-HIGHLIGHT-COLOR: #1E5DB2;
SCROLLBAR-SHADOW-COLOR: #1E5DB2;
SCROLLBAR-TRACK-COLOR: #E9F4FC;
SCROLLBAR-DARKSHADOW-COLOR: #E9F4FC;
SCROLLBAR-ARROW-COLOR: #E9F4FC;
SCROLLBAR-3DLIGHT-COLOR: #E9F4FC;
}

body {
	font-size : 12px;
	font-weight: normal;
	text-decoration:none;
	background-color: #3d99da;
	padding: 0;
	margin: 0;
	width: 100%;
	color: #000000;
	background-image: url(images/fondo1.jpg);
	background-repeat: repeat-x;
}

/* links */
a {
	color: #1E5DB2;
	text-decoration: none;
}
a:hover {
    color: #0000CC;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1E5DB2;
	margin-left: 5px;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
	background: #1E5DB2; 
}

h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	}
	
.Estilo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 10px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 10px;
}

h1, h2, h3 {
	padding: 0;
	margin: 10px;
	color: #1E5DB2;
}

p {
	padding: 0;
	margin: 10px;
}


ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
font-weight: normal; 
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #1E5DB2;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 32px;
	background: #cccccc url(images/quote.gif) no-repeat 5px 10px  !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #1E5DB2;
	font-weight: bold;
}

/* form elements */
form {
	border: 1px solid #1E5DB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#1E5DB2;
	margin:0px 0px 0px 0px;
	padding:0 3px 0 0;
}


label {
   display:inline-block;
	font-size:9px; 
	color:#1E5DB2;
margin:0px 0px 0px 0px;
}
input {
   display:inline-block;
margin:2px 0px 0px 0px;
	border:1px solid #1E5DB2;
	font-size:9px; 
	color:#000000;

}
textarea {
	width:400px;
	padding:2 2 2 2;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	border: 1px solid #CCC;
	padding:1px 1px 1px 1px;
	margin:2px 0px 2px 0px;
	background: #FFF;
	color: #CC0000;
}

h6 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	background: #1E5DB2;
	margin:0 0 0 0;
	padding:0 0 0 0; 
}
/* search form */
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(images/headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

/* header */
#header {
	
	margin: 0; padding: 0;
}


#header-logo {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}


/* navigation tabs */
#header ul {
	position: absolute;
	margin:0;
	list-style:none;
	right:-18px;
	bottom: 3px;
	font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width: 532px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#00FFFF;
}
#header a:hover {
   background-position:0% -42px;
   text-transform:uppercase;
   	color:#00FFFF;
}
#header a:hover span {
   background-position:100% -42px;
      text-transform:uppercase;
   	color:#00FFFF;
}
#header #current a {
   background-position:100% -42px;
      text-transform:uppercase;
      color:#00FFFF;
}
#header #current a span {
   background-position:0% -42px;
      text-transform:uppercase;
      color:#00FFFF;
}

#header #nuevo a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:blink;
   color:#00FFFF;
}

#header #nuevo a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#00FFFF;

}

/* main column */
#main {
	font-weight: normal; 
	margin: 0 0px 0px 0px;
	padding: 0px;
	border: 0px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	color: #000;

}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px;
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase;
	background-color: #1E5DB2;
	letter-spacing: 0.5px
}

/* sidebar */
#sidebar {
	float: left;
	width: 150px;
	margin: 0 0 0 0px;
	padding: 0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;	
}
#sidebar h4 {
	margin: 0px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;	
}

#sidebar h5 {
	margin: 25px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;
	border-top: 1px #000000
}

#sidebar h6 {
font-family: Arial, Helvetica, sans-serif;
margin: 0px 0 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	background: #1E5DB2; 
}

#sidebar .left-box {
	border: 1px solid #1E5DB2;
	margin: 0 0 5px 0;	
	background: #ffffff;
}
#sidebar ul.sidemenu {
		font-size: 11px;
	list-style: none;
	text-align: left;
	margin: 0px 0px 6px 0; padding: 0;
	text-decoration: none;	
	
}
#sidebar ul.sidemenu li {
	border-bottom: 0px solid #cccccc;
	background: url(images/bullet.gif) no-repeat 3px 2px;
	padding: 2px 5px 1px 25px;
	margin: 0;
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0px;	
	background: transparent;
}


#login {
	border: 0px solid #1E5DB2;
	margin: 0 0 0 0;
	background: transparent;
	padding: 0 0 0 0;
}



#sidebardcha {
	float: left;
	width: 200px;
	margin: 0 0 0 0px;
	padding: 0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebardcha h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;	
}
#sidebardcha h4 {
	margin: 0px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;	
}

#sidebardcha h5 {
	margin: 23px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;
	border-top: 1px #000000
}

#sidebardcha h6 {
font-family: Arial, Helvetica, sans-serif;
margin: 0px 0 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	background: #1E5DB2; 
}

#sidebardcha .left-box {
	border: 1px solid #1E5DB2;
	margin: 0 0 5px 0;	
	background: #ffffff;
}
#sidebardcha ul.sidemenu {
		font-size: 11px;
	list-style: none;
	text-align: left;
	margin: 0px 0px 6px 0; padding: 0;
	text-decoration: none;	
	
}
#sidebardcha ul.sidemenu li {
	border-bottom: 0px solid #cccccc;
	background: url(images/bullet.gif) no-repeat 3px 2px;
	padding: 2px 5px 1px 25px;
	margin: 0;
}
#sidebardcha ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0px;	
	background: transparent;
}



#ofertas {
	float: left;
	width: 290px;
	margin: 0 0 0 5px;
	padding: 0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
#ofertas h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;	
}
#ofertas h4 {
	margin: 0px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;	
}

#ofertas h5 {
	margin: 3px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #1E5DB2; 
	letter-spacing: 1px;
	border-top: 1px #000000
}

#ofertas h6 {
font-family: Arial, Helvetica, sans-serif;
margin: 0px 0 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	background: #1E5DB2; 
}

#ofertas .left-box {
	border: 1px solid #1E5DB2;
	margin: 0 0 5px 0;	
	background: #ffffff;
}
#ofertas ul.sidemenu {
		font-size: 11px;
	list-style: none;
	text-align: left;
	margin: 0px 0px 6px 0; padding: 0;
	text-decoration: none;	
	
}
#ofertas ul.sidemenu li {
	border-bottom: 0px solid #cccccc;
	background: url(images/bullet.gif) no-repeat 3px 2px;
	padding: 2px 5px 1px 25px;
	margin: 0;
}
#ofertas ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0px;	
	background: transparent;
}



/* navigation tabs */
#navigation {
	position: relative;
	float: left;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	left: -20px;
	top: 0px;
	width: 624px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	}
	
#navigation ul {
	margin:0;
	list-style:none;
	bottom: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	
	
}
#navigation li {
   display:inline;
   margin:0; padding:0;
}
#navigation a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 0px;
   text-decoration:none;
}
#navigation a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:5px 7px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#navigation a:hover span {
	color:#FFF;
}
#navigation a:hover {
   background-position:0% -42px;
}
#navigation a:hover span {
   background-position:100% -42px;
}
#navigation #current a {
  /*  background-position:0% -42px;*/
  text-decoration:blink;
  	color:#FFFF00;

}
#navigation #current a span {
  /*  background-position:100% -42px;*/
    text-decoration:blink;
	color:#FFFF00;
}


/* navigation tabs */
#navigation2 {
	position: relative;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 0 0px 0px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	left: -20px;
	top: -5px;
	}
	
#navigation2 ul {
	margin:0;
	list-style:none;
	bottom: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	
}

#navigation2 li {
   display:inline;
   margin:0; padding:0;
}

#navigation2 a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 0px;
   text-decoration:none;
}

#navigation2 a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:5px 7px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#navigation2 a span {float:none;}
/* End IE5-Mac hack */

#navigation2 a:hover span {
	color:#FFF;
}

#navigation2 a:hover {
   background-position:0% -42px;
}

#navigation2 a:hover span {
   background-position:100% -42px;
}

#navigation2 #current a {
  /*  background-position:0% -42px;*/
  text-decoration:blink;
  	color:#FFFF00;
}

#navigation2 #current a span {
  /*  background-position:100% -42px;*/
    text-decoration:blink;
	color:#FFFF00;
}
  /* carrusel de desbajo de bienbenido; */
#navigationabajo {
	margin-top: 450px;
	height: 150px;
	padding: 0px;
	float: left;
	width: 622px;
}
#flashseccion {
	float: none;
	margin-top: 20px;
}
#central {
	float: none;
}



/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(images/footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}

.TITINICIOPAGINA {
color: #1E5DB2;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
}
