﻿/* Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#0B3658 url(Images/back-image-top.jpg) repeat-x top;
	background-attachment:fixed;
}

#Div1 
{	margin:0px auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width: 840px;
	height: 25px;
	background: url(Images/franja-superior.jpg);
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #005880;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/* Style for header starts */

#header {
	width: 800px;
	height: 210px;
	margin: 0px auto;
}

/* Style for menu starts */

#menu 
{
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: url(Images/menu.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img06.gif) no-repeat left 55%;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper 
{
	width: 800px;
	margin: 0 auto;
	padding:0 20px 20px 20px;
	background:#FFFFFF url(Images/timon1.jpg) no-repeat left top;
	height:auto;
}

/* Style for content starts */

#content 
{
	float:right;
	width: 650px;
	padding-top: 25px;
	line-height:normal;
	font-size:small;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight:normal;
	border-bottom: 1px #CCCCCC;
}

#content h4 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
}

#left 
{
	float:left;
	width:425px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:10px;
	padding-top:0px;
	min-height:260px;
	overflow:visible;
}
#left strong
{
	font-weight:bold;
}

strong
{
	font-weight:bold;
}

#left h5
{
	color:#1E6E1F;
	text-transform: capitalize;
	font-weight: bold;
}

#left h2
{
	color:#553F1E;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat 0 7px;
	line-height: 17px;
}

#right 
{
	text-align:left;
	float:right;
	width:200px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
	min-height:260px;
}

#right h5
{
	color:#1E6E1F;
	text-transform: capitalize;
	font-weight: bold;
}

#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	line-height:normal;
}

#right li 
{
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left 50%;
	line-height:normal;
}


/** Style for footer starts here */

#footer 
{
	width: 800px;
	height: 42px;
	padding:5px 0 0 0;
	border-top: 1px solid #444444;
	background: url(Images/footer.jpg) no-repeat bottom;
	background-position:bottom;
	clear:both;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#prefooter 
{
	width: 800px;
	height: 64px;
	background:#FFFFFF url(Images/base-enlaces.jpg) no-repeat right bottom;
	margin: 0px auto;
    margin-bottom:5px;	
	clear:both;
}

#footer .copyright 
{
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links 
{
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css 
{
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml 
{
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}
