﻿/* ----------------------------------------------
   HTML ELEMENTS - Milenium Web Solutions CSS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #f5f5f5 url(images/bg.jpg) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #488436;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #675a4e;
	background: inherit;
	text-decoration: underline;
}
#ver_mas{
	float:right;
	width:520px;
	padding-bottom: 20px;	
}
#ver_mas a{
	text-decoration:none;
	color:#595958;
	text-transform: uppercase;	
}
#ver_mas a:hover{
	text-decoration:underline;
	color:#000000;	
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #488436;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #488436;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 12px 10px;	}
.centro { 
	padding: 5px 40px;		
}
.item { 
	padding-bottom: 1px;
	border-bottom: 1px solid #edefeb;		
}
.right { 
	padding: 5px 20px 0px 0px;
	float:right;		
}
.comentario { 
	padding: 0px 10px 0px 0px;
	float:right;
	color: #374c98;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: uppercase;		
}
/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 7px;
}
img.icono {
	background: transparent;
   border: none;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.sidebar {
  	margin: 30px 5px 10px 80px;
  	background: #ffffff;
  	border: 1px solid #D0E89F;  
}
img.float-center {
  	margin: 5px 0px 10px 190px;
  	border: none;
  	background: #ffffff;  
}
img.trabajos {
  	margin: 15px 10px 0px 40px;
}
img.logo {
  	margin: 50px 0px 0px 55px;
  	background: transparent;
  	border: none;
}
img.blog {
  	margin: 10px 0px 0px 455px;
  	background: transparent;
  	border: none; 	 
}
img.flecha{
	background: transparent;
 	border:inherit;
 	padding: 5px 3px 0px 0px;
}
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 5px 5px;
 	padding: 5px 5px 5px 5px;  	
   font-weight: normal;
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #f6fddc url(quote.gif) no-repeat 7px 10px;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: #edf8c7 url(images/wrap.gif) repeat-y center top;
	margin: 15px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 25px 0; 	
	background: #fff url(images/content.gif) repeat-y;	
}
#header {
	position: relative;
	width: 920px;
	height: 155px;
	background: url(images/header.gif) no-repeat;	
	color: #ffffff;	
	padding: 0;	
	margin: 0;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 14px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #383b2f;
	letter-spacing: 0px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 75px; left: 350px;		
}
#header p#slogan2 {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 14px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #383b2f;
	letter-spacing: 0px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 95px; left: 380px;		
}
/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 920px;
	height: 50px;
	background: #ffffff url(images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
	background: url(images/img05.gif) no-repeat right top;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 18px;
	color: #fff;
	font: normal 12px/50px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eefdac;	
}
#nav ul li#current a {		
	color: #2C2E22;
}

/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main_left {
	float: left;
	width: 210px;
	padding-top: 10px; 
	margin: 0 0 0 30px;
	display: inline;	
}
#main_right {
	float: right;
	width: 210px;
	padding-top: 10px; 
	margin: 0px 30px 0 0px;
	display: inline;	
}
#main h2 {
	font: 20px "Times New Roman", Times, serif;
	color: #43632a; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: 0px;
	border-bottom: 1px solid #D2E9A4;
}
#main h2 a {
	color: #43632a;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}
#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #6f6758; 
	font: normal 1.6em "Times New Roman", Times, serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #D0E89F;
	color: #8b7563;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DAEBA3;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #684F3E;
}
#sidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* Formulario contacto */
#formulario_contacto{
	width:340px;
	height:auto;
	padding:10px 0 0 60px;
}
.form_row{
	float:right;
	padding:4px 0 4px 0;
}
label{
	width:200px;
	float:left;
	padding:3px 5px 0 0;
	color:#9f9f9f;
	text-align:left;
}
input.contact_input{
	width:230px;
	height:18px;
	float:left;
	border:1px #d5d5d5 solid;
	background-color:#ffffff;
	color: #000;
}
textarea.contact_textarea{
	width:320px;
	height:130px;
	float:left;
	border:1px #d5d5d5 solid;
	background-color:#ffffff;
	color: #000;
}
.send{
	float:right;
	padding:15px;
}
/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(images/footer-bottom.gif) no-repeat left bottom;		
}
#footer-content {
	width: 920px;
	background: url(images/footer-top-sep.gif) no-repeat;	
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #BFD286;
}
#footer-columns li {
	border-bottom: 1px solid #CCDA9E;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}
/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* alignment classes */
.float-left  {
	float: left;
}
.float-right {
	float: right;
}
.align-left  {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* clearing */
.clearer {
	clear: both; 
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}