@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	/*background-color: #f5ebcf;*/
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#wrap {
	width: 820px;
	margin: 20px auto;
}

/*------------------------------------
Header Section
------------------------------------*/

#topwrap { 
	background: #ffffff url(../images/topwrap.jpg) no-repeat;
	padding: 10px 0;
}

#header {
	height: 90px;
	background: #ffffff url(../images/header.jpg) repeat-y;
	position: relative;
	color: #1A3281;
}

#logo {
	position: absolute;
	top: -10px;
	left: 25px;
}

#navheader {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#navheader ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#navheader ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#navheader ul li a {
	color: #1A3281;
	text-decoration: none;
	font-weight: bold;
}

#navheader ul li a:hover {
	color: #957844;
}

#botomheader {
	height: 10px;
	background: #1A3281 url(../images/headerbottom.jpg) repeat-y;
}

#content {
	background: #ffffff url(../images/content.jpg) repeat-y;
	padding: 0 20px;
	min-height: 500px;
}

/*------------------------------------
Menu Section
------------------------------------*/

#menu {
	float: left;
	width: 160px;
}

#menu a {
	color: #1A3281;
	text-decoration: none;
}

#menu a:hover {
	color: #957844;
}

#menu h1 {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#menu h1 a {
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
	/*line-height: 18px;*/
}

#menu ul li a {
	display: block;
	text-decoration: none;
	/*border-bottom: 1px dotted #957844;*/
}

#menu ul li a:hover {
	/*background-color: #fffcf3;*/
}

/*------------------------------------
Main Section
------------------------------------*/

#main {
	float: left;
	width: 580px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#main #nav {
	background-color: #F5EBCF;
	border-top: 1px solid #F2E0AF;
	border-bottom: 1px solid #F2E0AF;
	margin: 10px 0;
	padding: 0 4px;
}

#main a {
	color: #1A3281;
	text-decoration: none;
}

#main a:hover {
	color: #957844;
}

#main h1 {
	margin: 15px 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #1A3281;
	/*border-bottom: 1px dotted #957844;*/
}

#main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1A3281;
}

#main p {
	text-align: justify;
	line-height: 16px;
} 

#main ul, #main ol {
	line-height: 1.5em;
	margin-left:1.5em;
	padding: 0;
}

#main ul {
	list-style-type: square;
	list-style-image: url(/images/bullet.gif);
}

#main ol {
	list-style-image: none;
}

#main li {
	margin-bottom: .1em;
}

.img {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	padding: 3px;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.cajaIzquierda {
	float: left;
}

.cajaDerecha {
	float: right;
}

.tahomaGris {
	font-family: tahoma;
	font-size: 11px;
	line-height: 14px;
	color:#808080 !important;
}

.cleaner {
	float: none;
	clear: both;
}

/*------------------------------------
Products
------------------------------------*/

.gal {
	display: block;
	float: left;
	width: 105px;
	height: 150px;
	margin: 1px 2px;
	padding: 2px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

.gal img {
	border: 1px solid #CCCCCC;
}


/*------------------------------------
Press
------------------------------------*/

.cover {
	display: block;
	float: left;
	width: 186px;
	height: 246px;
	margin: 0 0 5px 5px;
	padding-top: 8px;
	border: 1px solid #ccc;
	text-align: center;
}

.cover img {
	border: none;
}

/*------------------------------------
Form
------------------------------------*/

.input, .textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A3281;
}

.input {
	width: 350px;
}

.textarea {
	width: 570px;
	height: 200px;
}

/*------------------------------------
Footer Section
------------------------------------*/

#footer {
	background: #1A3281 url(../images/footer.jpg) repeat-y;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

#copy {
	padding: 10px 20px 0 20px;
}

#footerbottom {
	background: #1A3281 url(../images/footerbottom.jpg) no-repeat;
	padding: 9px 0;
}

#bottomnav {
	text-align: center;
	padding: 10px 0;
	color: #957844;
}

#bottomnav ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#bottomnav ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#bottomnav ul li a {
	color: #957844;
	text-decoration: none;
	font-weight: bold;
}

#bottomnav ul li a:hover {
	text-decoration: underline;
}
