/* Style */

body { 
	/*overflow: scroll;*/
	background-color: #303D3D; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #A5A9A6; 
	line-height: 16px;
}

/* Construction */
#frame {
	display: block; 
	width: 911px;
	margin: 0 auto;
	margin-top: 30px;
}

#header {
	display: block;
	width: 100%;
	height: 50px;
}

#top_flash {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

#top_menu {
	display: block;
	width: 100%;
	height: 41px;
	background: #5A615E;
}

#pre_content_flash {
	display: block;
	width: 100%;
	height: 89px;
	margin-top: 6px;
	margin-bottom: 12px;
	z-index: -9999;
}

#content {
	display: block;
	width: 100%;
	height: auto;
}

#footer {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #A5A9A6;
}

/* Header */
#header .left {
	float: left;
	width: 49%;
	text-align: left;
}

#header .right {
	float: right;
	width: 49%;
	text-align: right;
}

/* Top flash */
#top_flash img {
	width: 911px;
}

/* Top menu */
#cssdropdown, #cssdropdown ul {
	padding: 0px 0px 3px 0px;
	margin: 0;
	list-style: none;
}

#cssdropdown li {
	float: left;
	position: relative;
}

.top_menu_main {
	font-size: 9pt;
	font-family: Arial;
	border-right: 1px solid #A5A9A6;
	text-align: center;	
	font-weight: bold;
}

.top_menu_main.last {
	border-right: none;
}

.top_menu_main a {
	display: block;
	line-height: 41px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: normal;
	font-variant: small-caps;
	color: #d8d8d7;
	background: #5A615E;
}

.top_menu_main a:hover {
	background: #A5A9A6;
}

.top_menu_main a.selected {
	background: #A5A9A6;
}

.top_menu_sub {
	display: none;	
	position: absolute;
	top: 3.8em;
	left: 0px;
	background: #A5A9A6;
	z-index: 9999;
}

.top_menu_sub li {
	clear: both;
	font-size: 8pt;
	font-family: Arial;
	line-height: 11pt;
	text-align: left;	
	border-top: 1px solid #442b04;	
	background: #6b4607;
	font-weight: bold;
	font-variant: normal;
}

.top_menu_sub li a {
	display: block;
	width: 150px;	
	line-height: 25px;	
	font-size: 8pt;	
	font-weight: normal;
	text-decoration: none;	
	background: #6b4607;
	padding-left: 7px;
	font-variant: normal;
}

.top_menu_sub li a:hover {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #e28d00;		
	background: #603e05;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* Pre content flash */
#pre_content_flash .left450 {
	display: block;
	float: left;
	width: 450px;
	height: 89px;
	background: #4A2E0B;
}

#pre_content_flash .left450 .text {
	width: inherit;
	height: inherit;
	font-size: 40px;
}

#pre_content_flash .right450 {
	display: block;
	float: right;
	width: 450px;
	height: 89px;
	background: #4A2E0B;
}

/* Content */
#content .left560 {
	display: block;
	float: left;
	width: 560px;
	height: auto;
	text-align: justify;
	line-height: 16px;
}

#content .left560 .block {
	display: block;
	width: 99%;
	height: auto;
	background: #603E05;
	margin-bottom: 4px;
}

#content .right300 {
	display: block;
	float: right;
	width: 300px;
	height: auto;
	text-align: left;
}

#content .right300 .links {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1px;
}

#content .right300 .links ul {
	margin: 0px;
	padding: 0px;
}

#content .right300 .links ul li {
	margin-bottom: 1px;
}

#content .right300 .links ul li a {
	display: block;
	padding: 5px 5px 10px 5px;
	color: #d8d8d7;
	width: 295px;
	padding-left: 5px;
}

#content .right300 .links ul li a:hover {
	color: #e28d00;
	background: #603e05;
}

#content .right300 .links ul li.selected {
	padding: 5px 5px 10px 5px;
	color: #e28d00;
	background: #603e05;
}

#content .right300 .links ul li a.selected {
	color: #e28d00;
	background: #603e05;
}

.page_title {
	display: block;
	width: 554px;
	height: 30px;
	background: url("page_title_bg.gif"/*tpa=http://www.estudiomiglesias.com.ar/public/assets/images/page_title_bg.gif*/) no-repeat;
	line-height: 30px;
	text-indent: 10px;
	color: #FFF;
}

#content .left460 {
	display: block;
	float: left;
	width: 460px;
	height: auto;
}

#content .left460 .page_title {
	width: 460px;
}

#content .right420 {
	display: block;
	float: right;
	width: 420px;
	height: auto;
}

#content .right420 .block {
	display: block;
	width: 100%;
	min-height: 130px;
	background: #5A615E;
	margin-bottom: 4px;
}

#content .right420 .block img {
	float: left;
	margin-right: 10px;
}

#releases_table td {
	vertical-align: top;
	padding-bottom: 25px;
}

.contact_form {
	display: table;
	width: 100%;
	color: #FFF;
}

/* Headings */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Links */
a {
	text-decoration: none;
	color: #e2bb7a;
}

a.white {
	text-decoration: none;
	color: #FFFFFF;
}

.external {
	background: url("external_link.gif"/*tpa=http://www.estudiomiglesias.com.ar/public/assets/images/external_link.gif*/) no-repeat right top;
	color: #e2bb7a;
	padding-right: 15px;
}

.internal {
	color: #e2bb7a;
	text-decoration: underline;
}

/* Forms */
fieldset {
	border: 1px solid transparent;
}

input.text, input.file, textarea.textarea, select.select { 
	background: #5C3C04;
	color: #FFF; 
	margin: 0; 
	margin-bottom: 5px; 
	padding: 2px; 
}

input.text, textarea.textarea { 
	border: 1px solid #442B04;
}

select.select{ 
	padding: 1px 5px 0 0;
}

input.checkbox, input.radio { 
	display: block; 
	margin: 4px 0 0 0; 
	padding: 0; 
	width: 13px; 
	height: 13px; 
}

input.other { 
	margin: 0 0 8px 25px; 
}

.button { 
	width: auto; 
	height: auto; 
	padding: 5px; 
	margin: 2px; 
	border: 1px solid #2f2803; 
	background: #3f2803; 
	color: #b39461; 
	font-weight: bold; 
	font-size: 13px; 
}

.submit {
	width: auto;
	height: auto;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 2px;
	background: #5C3C04;
	color: #FFF; 
	border: 1px solid #442B04;
}

/* Tables */
table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* Misc */
.pagination { 
	width: 100%; 
	text-align: center; 
}

h3 { 
	color: #222; 
	font-size: 16px; 
	font-weight: bold; 
	border-bottom: 1px solid #D0D0D0; 
	padding: 5px 0 6px 0; 
}

h4 { 
	color: #666; 
	font-size: 14px; 
}

.clearboth { 
	clear: both; 
}

.padding5 { 
	padding: 5px; 
}

.padding10 { 
	padding: 10px; 
}

.padding15 { 
	padding: 15px; 
}

.white_text {
	color: #FFF;
}