/*
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: 0px 0 0px 0;
	padding: 0px;
	text-align: left;
	line-height: 20px;
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 80%;
	font-size: 14px;
	-webkit-text-size-adjust: 110%;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000000;
}

input, textarea, select {
margin-left: 5px;
}

strong {
	color: #000000;
}

p, ul, ol {
	margin-bottom: 0.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #0066FF;
	border-bottom: 1px #97C8E5 dotted;
}

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


/** Style for header starts here */

#header {
	margin: 0px auto;
	padding: 10px 0;
	vertical-align: top;
	color:#000;	
	background-image: url(/wp-content/themes/evolve/library/media/images/pattern/pattern_8_thumb.png);
}

#header p {
	font-family: Arial, Helvetica;
	font-size: 1.6rem;
	margin: 5px;
	padding: 0px;
	color: #000;
}

#header strong {
	margin: 0px;
	padding-top: 10px;
	color: #fff;
 }
#header h1 {
	margin-left: 10px;
	font-size: 1.8rem;
	padding: 0px;
	vertical-align:top;
	color: #000;
	font-family: Arial;
	text-shadow: 0.05em 0.01em #EAEAEA;
}

#header h2 {
	margin: 10px;
	font-size: 1.4rem;
	padding: 0px;
	vertical-align: middle;
	color: #000;
	font-family: Arial;
}

#header clear {
	clear:both;
	}	

/** Redes **/
#redes {
	float: right;
	margin-right:10px;
}

/** Buscador **/

#buscador {
	height: 60px;
	vertical-align:middle;
	padding-top: 10px;
	margin-right: 70px;
	}
#buscador input {
	font-size: 1.2rem;
	background-color:#fff;
}

/** Style for wrapper starts here */

#wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0;
	background-color: #FFFFFF;
}

/** Nav **/

#sidebar {
	width: 20%;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	float:left;
}
#nav2{	
	width: 20%;	
	margin: 5px 0px 5px 0px;
	padding: 5px;	
	clear:both;
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 1.2rem;
	text-align: left;
	float:left;
}
#nav2 li{
   list-style: none;
   position:relative; /* importante, para que el submenu tome la posición correcta*/
	border-bottom: 1px solid #666;    
	margin: 5px;
	padding: 5px;
	background-color:#fff;
	background: -webkit-gradient(linear, center top, center bottom, from(#EAEAEA), to(#CCC));
	background-image: linear-gradient(#EAEAEA, #CCC);
	border-radius: 2px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	float:left;
	width: 120px;
}
#nav2 li a{
	text-decoration:none;
	border: 0px;
   	padding: 0px;
   	display:block;
	color: #000;
	float:left;
}

#nav2 li a:hover{
 	color:#0066FF;
	padding: 0px;
   	text-decoration:none;
}
#nav2 li.parent:hover{
	margin: 0px;
}
#nav2 li li a{
	width: 140px;/*el ancho de los links del submenu, debe ser fijo, esto servirá para crear la animación mas adelante */
	display:block;
	padding: 0px;
	text-decoration:none;
}
/* aquí esta lo importante!! */
#nav2 li ul {
	width: 140px;
   	margin:0;
   	display: none;
   	position: absolute;
	left: 130px;
   	top: -5px;
   	text-decoration:none;
}
#nav2 li:hover ul {
   	display: block;
}

/** Style for content starts here */

#content {
	width: 75%;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	float:right;
}

#content h2 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 1.4rem;
	font-weight: bold;
	line-height:normal;
	/*border-bottom: 1px #CCCCCC dashed;*/
	margin-bottom: 15px;
	padding-left: 10px;
}

#content h3 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 1.1rem;
	font-weight: bold;
	line-height:normal;
	margin-bottom: 25px;	
	margin-left: 50px;
}

#content h4 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content h5 {
	color: #CCCCCC;
	font-size: 14px;
}

#content p {
	font-family: Arial, Helvetica;
	font-size: 1rem;
	color: #333;
	margin-left: 0px;
	line-height: 20px;
}

#content a {
	text-decoration: none;
}

#contacto {
	float:right;
	width: 40%;
}
#contacto p {
	font-size:1.4rem;
	margin-bottom: 2px;
}


#right {	
	width: 100%;
	/*background-image:url(../../images/fondo-right.gif);*/
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	background-color: #FFFFFF;
}

#right ul {
	margin: 0px 0px 10px 0px;
	list-style: none;
}

#right li {
	font-family: Arial, Helvetica;
	font-size: 1.5rem;
	margin: 0;
	/*background: url(images/img06.jpg) no-repeat 0 7px;*/
	line-height: 20px;
	list-style-type: none;
	clear:both;

}

#right img {
	margin-right: 5px;
	margin-left: 5px;
}

#right .post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7empx;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	color: #333333;
	background-color: #FFFFFF;
}

#right .clear {
	clear:both;
}
#right .direccion {
	background-color: #FBFDFF;
	border:solid 1px #cccccc;
	padding:5px;
	margin: 10px;
	box-shadow: 3px 3px #ccc;
	border-radius: 24px 12px;
	width: 100%;
}

#right .premium {
	background: #FFFF99;
	border-left:solid 1px #FFCC66;
	padding:5px;
	margin: 0px 0px 10px 10px;
	box-shadow: 3px 3px #ccc;
	border-radius: 24px 12px;
	width: 100%;
}

#right .sec {
	color : #333333;
	font-size : 1.3rem;
	font-size : 21px;
	font-family: Arial, Helvetica;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left : 1px;
	margin-right : 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px #CCCCCC dashed;
	border-left-style: none;

}
#right .subsec {
	color : #000000;
	font-size : 1.3rem;
	font-size : 20px;
	font-family: Arial, Helvetica;
	margin-top : 2px;
	margin-bottom : 1px;
	margin-left : 1px;
	margin-right : 1px;
	line-height:normal;
}

#right .publicidad {
	background-color: #FFFF99;
	padding: 15px 10px 0px 60px;
	width: 100%;
	background-image: url(../images/fondo-publicidad.jpg);	
}

#right .publicidadhalf {
	text-align:center;
	background-color: #FFFF99;
	padding: 5px 10px 5px 15px;
	width: 290px;
	height: 110px;
	background-image: url(../images/fondo-publicidad-half.jpg);	
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0px auto;
	padding-top: 2px;
	border-top: 1px solid #444444;
	background: #000000;
	font-size: 1.1rem;
	color: #FFF;
	text-align: center;
}

#footer .copyright {
	margin: 0px;
	padding: 20px;
	text-align: center;
	color:#FFFFFF;
	font-size: 1.6rem;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
	border-bottom: 1px #E5E5CC dashed;
	text-decoration: none;
	color: #fff;
}
