/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #393939;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #7E00BD;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 165px;
	margin: 0 auto;
	padding: 0;
}

#logo
{
	float: left;
	width: 260px;
}

#bannertop
{
	float:right;
	width:468px;
	padding-top:50px;
	text-align:center;
/*position: absolute;
		top: 22px;
		left: 494px;
		width: 468px; 
		height: 60px; 
		z-index: 1;*/
}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/image01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bolder;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 799px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#page-top {
	background: #fff;
}

#page-bottom {

}

#content 
{
	padding-top:10px;
	padding-bottom:10px;
	float: left;
	width: 480px;
	text-align:center;
}



#izq {
	float: left;
	width: 159px;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
}
#izq img
{
	border:none;
}
#dcha {
	float: right;
	width: 160px;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
}
#dcha img
{
	border:none;
}



#bannertop img
{
	border:none;
}

/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 0px 0;
	background: url(images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


