/* CSS Document */
/* Sitio Web MCI Chile 2010 */
/* SoundRise Media 2010 */

body {
	margin: 0 0 0 0;
	background: #000;
}

#headerindex {
	margin: 0 auto;
	width: auto;
	height: 190px;
	background: black url(../img/layout/top_bg.jpg);
}

#header {
	margin: 0 auto;
	width: auto;
	height: 280px;
	background: black url(../img/layout/top_bg.jpg);
}

#content {
	margin: 0 auto;
	width: 960px;
	background: white url(../img/layout/content_bg.jpg) repeat center ;
	padding-bottom: 20px;
	height: auto;
	min-height: 500px; 
}

#sitio {
	width: 175px;
	padding: 15px;
	heigth: auto;
	float: left; 
}

#side {
	width: 180px;
	float: right;
	heigth: auto;
}

#nextmenu {
	margin: 0 auto;
	width: 960px;
	height: 240px;
	position:relative;
}

#title {
	margin: 10px auto 0 auto;
	width: 900px;
	height: 90px;
	padding: 0 30px;
	background: url(../img/layout/h1_bg.png) repeat;
	position:relative;
}

#bannerpral {
	width: 700px;
	height: 240px;
	position:relative;
	float: left;
}

#twitter {
	margin: 0 0 0 700px; 
	width: 260px;
	height: 240px;
	background: #666;
}

.layout_img {
	float: left; 
}


#text {
	width: 545px;
	margin: 0 180px 0 205px;
	padding: 15px;
	height: auto;
}

#suscripcion {
	padding: 15px;
	color:#FFF;
}


#footer {
	width: 920px;
	height: auto;
	margin: 0 auto 30px auto;
	padding: 20px;
	background: #F00 url(../img/layout/footer.png) top no-repeat;
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-shadow: #900 1px 1px 1px;
	clear: both;
}

#footer:before {
	display: block;
	height: 10px;
	content: "";
	margin: -20px -20px 20px -20px;
	background: #F66;
	color: black;
}

#footer:after {
	display: block;
	height: 10px;
	content: "";
	margin: 20px -20px -20px -20px;
	background: #990000;
	color: black;
}

#footer a {
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#FFAAAA;
}

#footer a:hover {
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-shadow: #000000 0px 0px 0px;
	color: #FFF;
}

p, ol, ul, .noticia, .tabcont td {
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

.tabcont tr:hover {
		background-color: #CCC;
}

h1 {
	font-family: Century Gothic, Lucidad Grande, Lucida Sans, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
	color: #C00;
	text-shadow: #A99 2px 1px 2px;
	margin: 0;
	letter-spacing: 5px;
}

h2 {
	font-family: Lucidad Grande, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #555;
	text-shadow: #999 0px 0px 1px;
	margin: 4px 0 -8px 0;
}

.ah {
	text-decoration: none;
	color: #555;
}

.ah:hover {
	text-decoration: none;
	color: #f44;
}

h3 {
	font-family: Lucidad Grande, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #555;
	margin: 0 0 -5px 0;
}

h4 {
	font-family: Lucidad Grande, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF3300;
	margin: 0;
}

#galeria {
  list-style: none;
  display: inline;
}

.preciolibro {
  font-size: 16px;
  color:#FF0000;
}

.email {
	unicode-bidi:bidi-override; 
	direction: rtl; 
	}

/* BOTONES HREF */

a.botonPage {
	display: inline-table;
	padding: 1px 7px; 
	color: #5e647e;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	margin-right: 5px;
	border: solid 1px #5e647e;
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;

}

a.botonNormal, a.botonAlert {
	padding: 5px 12px; 
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	display: inline-table;
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;

}

a.botonNormal {
	background: #5e647e;
	border:1px solid #464c63; 
}

a.botonAlert {
	background: #F00;
	border:1px solid #c00; 
}

a:hover.botonPage, a:hover.botonNormal {
	background: #7d86af;
	color: #FFF;
}

a:hover.botonAlert {
	background:#FF6600;
}



/* MENU */

#menu {
	margin: 0 auto;
	width: 960px;
	height: 30px;
	background: url(../img/layout/menu_bg.png) repeat-y 0 0 scroll; 
}

#submenu {
	height: 24px;
	margin: 0;
	padding: 0;
	background: #006;
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#submenu li {
	list-style: none;
	float: left;
	margin: 0;
}

#submenu li a {
	display: block;
	height: 14px;
	padding: 5px 15px;
	text-decoration: none;
	color: #FFF;
}

#submenu li a:hover {
	background: #d0d6de;
}

div.link {
	position: relative;
	float: left;
	background:	url(../img/layout/ly_menu_bg.jpg) repeat-x 0 0 scroll; 
}

div.link a {
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	z-index: 2;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background:	transparent none repeat-x 0 0 scroll;
}
div.link div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:	    url(../img/layout/menu_on.png) scroll;
	color: #082654; 

}

.clear	{ clear: both; }

#defaultCountdown { 
	font-size: 14px;
	font-weight: bold;
	color: #d0d6de;
	padding: 10px 0;
}

#contador {
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background: #444;
	color:#FFFFFF;
	padding: 15px;
}

.siteTitle {
	display: none;
	visibility: hidden;
}


/* FORM */

input[type=text], input[type=password], select{
font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	border: 0px;
	background: #d0d6de;
	height: 16px;
}

textarea {
	font-weight: bold;
	color: #000;
	border: 0px;
	background: #d0d6de;
}

.iesel {
	color: #000;
	#color: black;
	font-size: 10px;
}

input[type=file] {
	font-weight: bold;
	color: #AAA;
	border: 0px;
	background: url(../img/layout/lyt-input-bg.png);
}	

.inputtxt {
	margin-left: 40px;
	display:block;
	width: 140px;
	float: left;
}

.inputtxt2 {
	display:block;
	width: 70px;
	float: left;
}

label {
font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 7px;
	display: block;
	}
	
label.radio {
	height: 0px;
	display: inline;
	}	
	
fieldset {
	margin: 0;
	border: none;
	margin-left: 25px;
}
	

/* BANNER SLIDESHOW */

#s3slider { 
   width: 700px; /* important to be same as image width */ 
   height: 240px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 0 260px 0 0;
}

#s3sliderContent {
   width: 700px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0 0 0 -40px; /* important */
   *margin: 0 0 0 0; /* important */

}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	visibility: hidden;
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}

/* Flickr JQuery */

.thumbs {
margin: 0;
padding: 0;
overflow: hidden; }

.thumbs li {
list-style: none;
float: left;
margin: 5px 12px 3px 5px;
padding: 3px;
background: #eee;

-moz-box-shadow: 0 0 4px #444;
-webkit-box-shadow: 0 0 2px #000; }

.thumbs li a img:hover {
-moz-box-shadow: 0 0 4px green;
-webkit-box-shadow: 0 0 2px green; }

.thumbs li img { display: block; }

.thumbs li a img { border: none;}

.marco {
margin: 5px 5px 5px 5px;
padding: 3px;
background: #eee;
-moz-box-shadow: 0 0 4px #444;
-webkit-box-shadow: 0 0 2px #000; }
