/***Misc Tags***/

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

body {
	background:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	background-image: url(fondo_head.gif);
	background-repeat: repeat-x;
}

h3 {font-size:22px;}
 
a img{ border: 0px; }

a { text-decoration: none;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.naranja { color: #D78813;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container {
	width: 700px;
	margin: auto;
	height: 700px;
}



/***Header***/

 
#logo {
	float: left;
	width: 700px;
	background-image: url(fondo_head.gif);
	background-repeat: repeat-x;
	height: 65px;
}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***left Side Bar***/


#clientes{
	width:162px;
	height:170px;
	background-color: #333333;
	margin: 20px 0px 0px 0px;
}

#navlist {
	float: left;
	width: 170px;
	margin-top: 25px;
	margin-left: 5px;
	margin-bottom: 80px;
}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 width: 140px; 
 padding:5px;
 margin: 5px 5px 5px 0;
 background: inherit;
 border-right: 4px solid #444;
 border-left: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #FFFFFF;
 background: #333;
 border-right: 4px solid #D78813;
 border-left: 4px solid #D78813;}
 
#navlist li .active {
 color: #FFFFFF;
 background: #333;
 border-right: 4px solid #D78813;
 border-left: 4px solid #D78813;}


/***Content***/

#banner {
	width:510px;
	height:200px;
	background-color:#000000;
	margin-bottom: 20px;
}


#content {
	float: right;
	width: 510px;
	margin-top: 30px;
	margin-left: 2px;
}

#content-contact {
	float: right;
	width: 510px;
	margin-top: 25px;
	margin-left: 2px;
	background-image: url(contacto/fondo.jpg);
	background-repeat: no-repeat;
	padding: 200px 0 0 0;
	height: 300px;
}

#content a { color:#D78813; font-weight: bold;}

#content a:hover { 
 color: #fff; 
 background: #D78813; 
 font-weight: bold;}
 
#content p {
	line-height: 1.4em;
	font-size: 0.7em;
	margin-bottom: 20px;
	color: #CCCCCC;
	padding: 0 10px 0 10px;
}

 
#content h3 {
text-indent: 20px;
color: #FFFFFF;
margin-bottom: 4px;
}

#content h4 {
text-indent: 20px;
color: #FFFFFF;
margin-bottom: 4px;
}
#content h3:hover { color: #D78813;}

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
 
#content-contact a { color:#D78813; font-weight: bold;}

#content-contact a:hover { 
 color: #fff; 
 background: #D78813; 
 font-weight: bold;}
 
#content-contact p {
	line-height: 1.4em;
	font-size: 0.7em;
	margin-bottom: 20px;
	color: #CCCCCC;
	padding: 0 10px 0 30px;
}

 
#content-contact h3 {
text-indent: 20px;
color: #FFFFFF;
margin-bottom: 4px;
}

#content-contact h3:hover { color: #D78813;}

	#content-contact .code{
	  color: #444;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content-contact  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content-contact blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;} 
 
 


 
 
 
 
 
 
/***Listas**/

#lista {
	float: left;
	width: 100%;
	font-size: 0.7em;
	color: #CCCCCC;
}

 
#lista ul {
 list-style: none;
 display: block;
}

#lista li {
 display: block;
 height:25px;
 background: inherit;
 color: #CCCCCC;
 font-size: 1em;
 text-indent: 20px;
 padding:5px 0 0 0;
 }
 
 
 
 
/***Footer***/

#footer {
	text-align: center;
	color: #666666;
	font-size: 0.8em;
	padding-left: 210px;
	height: 30px;
	margin-top: 30px;
 }
 
#footer p { }
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	
   
#mydiv {   
    position:absolute;   
    top: 50%;   
    left: 50%;   
    width:30em;   
    height:18em;   
    margin-top: -9em; /*set to a negative number 1/2 of your height*/  
    margin-left: -15em; /*set to a negative number 1/2 of your width*/  
    border: 1px solid #ccc;   
    background-color: #f3f3f3;   
} 
 
h4 {
	font-size:16px;
	text-indent: 30px;
	color: #D78813;
}

