/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #ddffed; /* url(images/recabajo2.png) no-repeat; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #156900;	
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
    font-family: Old English Text MT;
	font-size: 48px;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-size: 14px;
	color: #156900;
}

h4 {
	font-size: 13px;
	color: navy;
}

h5 {
	font-size: 12px;
	color: #156900;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-family: "Lucida Calligraphy", "Monotype Corsiva";
	color: #156900;
}
p, ul, ol {
	margin-top: 1.0em;
	line-height: 100%;
}

ul, ol {
	margin-left: 0em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #125798;
}

a:hover {
	text-decoration: none;
	color: #8D0000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}
/* Logo */

#logo {
	width: 870px;
	height: 50px;
	margin: 0 auto;
}

#logo h1, #logo h6 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 0px;
}

#logo h6 {
	float: right;
	padding-top: 25px;
	font-size: 18px;
	font-weight: normal;
}

#logo h6, #logo h6 a {
	color: #156900;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	margin-top: 0px;
	background: url(images/img02.png) no-repeat;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

/* MENU DESPLEGABLE */

.chromestyle{
width: 99%;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-style: italic;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/* border: 1px solid #BBB; */
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 15px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 15px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: navy;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 3px ridge #70BAD7; /*THEME CHANGE HERE*/
border-top-width: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font:normal 14px;
line-height:18px;
z-index:100;
background-color: #54A3CA;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: navy;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DBDBDB;
}

