/* @override http://spanish.ronvil.com/assets/templates/ronvil/css/styles.css */

/* RESETS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font: smaller/normal Georgia, "Times New Roman", Times, serif;
	background: #4b4b4b;
}

ul li {
	list-style-type: none;
}

a img {
	border: none;
}

a {
	color: black;
}

a:hover {
	color: maroon;
}


/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 20px;
}

#content {
	position: relative;
	width: 942px;
	margin: 0 auto;
	padding: 29px;
}

#header {
	position: relative;
	top:1px;
	height: 58px;
	background: url(images/number.png) no-repeat right top;
}

#sitename {
	position: relative;
	display: block;
	height: 63px;
	width: 200px;
	float: left;
	background: url(images/logo.png) no-repeat center center;
}

#motto {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 42%;
	margin-left: 220px;
	font: 80%/180% Georgia, "Times New Roman", Times, serif;
	top: 15px;
}

#dedecado {
	position:absolute;
	top:350px;
	left:525px;
	color:white;
	font-size:30px
}

#leftCol {
	float:left;
	clear:left;
	width: 200px;
	z-index: 500;
	padding-left: 10px;
	margin-bottom: 20px;
}

#main {
	padding-bottom:15px;
}

#rightCol {
	width: 250px;
	float:right;
	top:10px;
}

#footer {
	position:relative;
	height: 20px;
	padding-top:7px;
	padding-bottom:3px;
	text-align:center;
	font-variant: small-caps;
	left:1px;
	width: 941px;
	clear:both;
	background-color: #f7b100;
	background-image: url(images/footerbg.png);
}

#footer_content {
	width:850px;
	margin:auto;
}

/* MAIN MENU */
#mainmenu {
	position:relative;
	margin-top:10px;
	left:1px;
	width: 941px;
	height: 36px;
	background-color: #fcd300;
}

#mainmenu ul {
	padding-left: 10px;
}

#mainmenu ul li {
	float: left;
	position: relative;
	margin-right: 30px;
}

#mainmenu ul li a {
	display: block;
	line-height:36px;
}

#al {
	float:left;
	color: black;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 80px;
	line-height:36px;
	font-variant: small-caps;
}

/* LEFT MENUS */

#subNav {
	margin-bottom: 20px;
	margin-top: 10px;
}

#subNav ul {
	display:block;
}

#subNav li a {
	display:block;
	color: black;
	padding: 5px 3px;
	font-size: 90%;
	margin: 4px 0;
	background-image: url(images/menubg.png);
}

#subNav li a:hover {
	color: maroon;
	background-image: none;
}

#rightCol li {
	display: inline;
}

#rightCol li a{
	display: block;
	font-size: 90%;
	margin: 5px 0;
	color: black;
	padding-right: 10px;
}

#rightCol li a:hover {
	color: gray;
}

/* FORMS */
input, textarea {
	width: 180px;
	margin: 4px 0;
}

#sideform input {
	font-size: 80%;
}

textarea {
	height: 60px;
}

/* TYPE */
#leftCol h4 {
	color: maroon;
	font-size: 90%;
	font-weight: bold;
}

#rightCol h5 {
	font-size: 130%;
	margin-top: 10px;
	color: maroon;
	border-bottom: 1px solid gray;
}

/* HOME */
#main.home {
	position:relative;
	height:600px;
	left:1px;
	width: 941px;
	background: url(images/ronvilmain.jpg) no-repeat center top;
	z-index: 10;
}


/* AREAS */
#main.areas {
	width: 679px;
	float:right;
}

#main.areas h1 {
	color: maroon;
	font-size: 180%;
	margin: 10px 0;
}

#main.areas p {
	margin-bottom: 20px;
	font-size: 90%;
	line-height: 140%;
}

#maininner {
	margin: 0px;
	width:350px;
	float:left;
}

/* SITE FRAME */
.box {
	background: url(images/lowerleft.png) no-repeat left bottom;
}

.boxOuter {
	background: url(images/lowerright.png) no-repeat right bottom;
}

.boxInner {
	background: url(images/topleft.png) no-repeat left top;
}

.boxTop {
	background: url(images/topright.png) no-repeat right top;
	border-top: 10px;
}

/* DROP MENU */
#menumenu {
	position:absolute;
	padding:5px;
	left:240px;
	top:0px;
	background-color:white;
	line-height:18px;
	border-style:solid;
	border-color:gray;
	border-width:1px;
	border-top-width:0px;
	background-color:#dedede;
	visibility:hidden;
	z-index:1000;
}

ul#dropMenu {
	width: 185px;
	position: absolute;
	visibility: hidden;
	top: 102px;
	margin-left: -480px;
	z-index: 50000;
}

ul#dropMenu {
	background: url(images/dropBottomBG.png) no-repeat 0 bottom;
	padding-bottom: 10px;
	width: 195px;
}

ul li ul#dropMenu li a{
	display: block;
	width: 185px;
	padding-left: 20px;
	margin-left: -10px;
}

#dropMenu li a:hover {
	color: gray;
}

ul li ul#dropMenu li a {
		background: url(images/dropBG.png) repeat-y left center;
}

ul li ul#dropMenu li.active span {
	display: block;
	width: 185px;
	margin-left: -10px;
	background-color: maroon;
	background: url(images/dropBG.png) repeat-y left center;
	padding-left: 10px;
}
#dropMenu li.active {
	color: gray;
}

#dropMenu li.active a {
	margin-left: -20px;
	background: none;
}