/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background-image: url(imagenes/mac1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
   	text-align: center;
	line-height: 15px;
	font-family:  Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #696969;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0px;
    padding-left: 155px;

}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

#header {
	
	margin: 0px auto;
    width: 800px;
    height: 250px;
   /**background: url(images/building.png) no-repeat left top ;**/
    background-image:url(images/building.png);

}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
    margin: auto;
    text-align: center;
	background: #000000;
    font-size: 18px;
    align-content: center;
    align-self: center;
}

#menu ul {
	margin: auto  ;
    list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #808080;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #000000;
	padding: 20px;
     opacity: 0.9;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
    color:  #808080;

}

#content h2 {
	text-transform: capitalize;
	font-size: 2.5em;
	font-weight: normal;
	border-bottom: 0px #ffffff dotted ;
}

#content p {
    color: #FFFFFF;
}

#left {
	float: left;
	width: 600px;
	padding-left: 100px;
	margin-bottom: 20px;
    color: #FFFFFF;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
    color: #FFFFFF;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
    line-height: 17px;
    color: #FFFFFF;
}

#left .post {
	margin-bottom: 20px;
    color: #FFFFFF;
}

#right {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
    color: #FFFFFF;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
    color: #FFFFFF;
}

#right li {
	padding-left: 10px;
    color: #FFFFFF;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 32px;
	margin: 0px auto;
	padding-top: 13px;
	background: #303030;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
}

#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: #ffffff;
}
