/* CSS Document */
/* Sitio Web LETRA Chile */
/* SoundRise Media 2009 */

body {
	margin: 0 0 0 0;
	background: #d0d6de url(../img/layout/bg.png) repeat-y;
	background-position: center;
}

#header {
	margin: 0 auto;
	width: 960px;
	background: black url(../img/layout/head-bg.jpg);
}

#content {
	margin: 0 auto;
	width: 960px;
	background: white url(../img/layout/bg-content.jpg) repeat-y;
	padding-bottom: 20px;
	
}

.layout_img {
	float: left; 
}

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

#versiculo { 
	padding: 15px;
	background: #d0d6de;
}

#text {
	width: 530px;
	margin: 0 0 0 220px;
	padding: 15px;
	background-color: #FFFFFF;
	height: auto;
}



#footer {
clear: both;
	width: 920px;
	height: 40px;
	margin: 0 auto;
	padding: 20px;
	background: url(../img/layout/ly_pie.jpg) bottom repeat-x;
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #072654;

}

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

h1 {
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#082654;
}

h2 {
	font-family: Lucidad Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#082654;
	text-transform: uppercase;
	margin: 0;
}

/* MENU */

#menu {
	margin: 0;
	width: 960px;
	height: 40px;
	background: url(../img/layout/ly_menu_bg.jpg) repeat-x 0 0 scroll; 
}

#submenu {
	height: 24px;
	margin: 0;
	padding: 0;
	background: #FFF;
	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: #761d1d;
}

#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: 11px;
	font-weight: bold;
	color: #082654;
	position: relative;
	z-index: 2;
	display: block;
	width: 106px;
	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/ly_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: 12px;
	background: #072654;
	color:#FFFFFF;
	padding: 15px;
}

/* 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;
	}	
