/*
RAZOR

*/

/*

body{ background: url(../images/background1.gif)} */
@import url(reset.css);
body{
	background: #4D141A url(../images/background.jpg) top left repeat-x;
}

body, p, ol, ul, td {  font-family: Verdana, Arial, Helvetica, sans-serif;   font-size:   12px;  line-height: 19px; color:#101010}
#page{ width:850px;margin:auto; clear:both; background:#f3efd7}
#content{ background:url(../images/content_bg.jpg) repeat-x; display:block; padding:10px 0 0 0}
#toria{ margin:30px; width:450px; color:#353535; float:left}
#historia p{color:#353535; line-height:1.6em; text-align:justify}

#content h1{ background:url(../images/menuH1.gif) no-repeat; height:40px; width:290px; margin:50px 0; padding:0; margin:10px 0}
#content h1 span { display:none; }

#content1 h2{ padding:5px}
#content1{ background:url(../images/content_bg.jpg) repeat-x; display:block; padding:10px 0 0 0}
#content.menuF h1{ /*background:url(../images/h1_acerca.jpg)*/ no-repeat; height:40px; width:320px; margin:50px 0; padding:0; margin:10px 0}
#content.menuF h2{color:#680d17; text-align:center}
#menuF{
	width:770px;
	margin:auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#menuF p{
	color:#353535;
	line-height:1.6em;
}



.home_col {float:left; width:230px; margin:20px 15px 20px 15px}
#footer {background:url(../images/footer_bg.jpg) repeat-x #d7ca96; padding:15px; clear:both}
.clear{clear:both}
#header{ background:url(../images/header.jpg) no-repeat; height:120px;}

/* LINKS */
a:link, a:visited {color: #4c0202;}
a:hover { text-decoration:none}
a.account_link, a.account_link:visited{ color:#ffffff}
a.account_link:hover{ color:#C6C63C; }


/* HEADERS*/
h1{font-size:28px; font-weight:bold; margin:10px 0 10px 0}
h2{font: 1.8em/1.1em "Times New Roman", Times, serif;}


/* MENU */

#main_menu { background: url(../images/menu_bg.jpg) repeat-x 	; height:30px }
#main_menu ul{ background: url(../images/menu_bg.jpg) repeat-x 	; }
#main_menu li {margin: 10px 0 ;padding: 10px 0px; display: inline; list-style-type: none; background:  ;}
#main_menu a:link, #main_menu a:visited {float: left; padding: 6px 10px 9px 10px ;
background:url(../images/separator.jpg) no-repeat right ;
font: 1.1em/1em Georgia, "Times New Roman", Times, serif; color:#3b2b13;
text-decoration: none;  outline:none; font-weight:bold;}
#main_menu a:hover { color:#000; font-weight:bold; text-decoration:underline;}
#main_menu a:link.active , #main_menu a:visited.active {background:url(../images/active.jpg) repeat-x  right #b79a79 ; color:#FFFFFF}



p{margin: 0 0 10px 0; color:#353535; line-height:1.6em}
strong{font-weight:bold}




/* FORMS */

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	padding:3px;
	background:#dcd5a4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

label,input, select{
	float: left;
	margin:0 0 10px 0;
}

label {
	text-align: right;
	width: 90px;
	padding:2px 10px 2px 0;
}

br {
	clear: left;
}
ul{ list-style:inside   disc}

