/******************************************/
/* adsl2plus.adslzone.net                 */
/* ===========================            */ 
/* Copyright (c) ADSLzone                 */
/* Package Version: 1.0                   */
/* http://www.adslzone.net                */
/******************************************/
/* Archivo: style.css */

/* ----- CSS ----- */

body {
	margin: 26px;
	padding: 0;
	background: #dbdbdb url(images/img_background.jpg) repeat;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
/* ----- IDS ----- */

#container{
	background: url(images/framework_nav.png) no-repeat;
	border: 1px solid;
	margin: auto;
	width: 730px;
	/*height: 490px;*/
}

#ad_block {
	height: 90px;
	/*margin-left: 40px;
	margin-bottom: 15px;*/
	text-align: center;
}

#header {
	background-color:#272E3E;
	background-image: url('images/logo.jpg'); /*header image*/
	background-repeat: no-repeat;
	height: 90px;
}
	div#header {
	background: url('images/logo.jpg') no-repeat;
	background-color:#272E3E;
	text-indent: -9999px;
	}

	div#header a {
	display: block;
	width: 730px;
	height: 90px;
	}
	
#header_clearer {
	background-color: #CCCCCC;
	clear: both;
	margin: 0;
	padding-bottom: 5px;
}

#content{
	background-color: #FFFFFF;
	width: 602px;
	height: 444px;
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	/*padding-left:-10px;*/
}
	
#navigation{
	background: url(images/nav_border.gif) right no-repeat;
	background-color: #FFFFFF;
	width: 123px;
	height: 436px;
	
	float: left;
	
	margin-top: 1px;
	margin-left: 1px;
}

#footer_clearer {
	background-color: #FFFFFF;
	clear: both;
	margin: 0;
	padding: 0;

}

#pre_footer{
	background-color: #CCCCCC;
	margin-bottom: 0;
	/*margin-top:5px;*/
	margin-left:1px;
	margin-right:1px;
	text-align: center;
}

#footer{
	margin-bottom: 0;
	/*margin-top:5px;*/
	margin-left: 1px;
	margin-right: 1px;
	background-color: #CCCCCC;
	text-align: center;
}
	div#footer a:visited, div#pre_footer a:visited {
	color: #6666CC;
	background-color: #CCCCCC;
	}
	
	div#footer a:hover, div#footer a:focus, div#pre_footer a:hover, div#pre_footer a:focus {
	color: #CC9900;
	background-color: #CCCCCC;
	}

/* ----- CLASSES ----- */


a.internal_http {
		background: url(images/internal_link.gif) center left no-repeat;
		padding-left: 13px;
}

a.ring_http {
		background: url(images/ring_link.gif) center left no-repeat;
		padding-left: 13px;
}

a.external_http {
		background: url(images/external_link.gif) center left no-repeat;
		padding-left: 13px;
}

a.link_photo {
		background: url(images/link_photo.gif) center right no-repeat;
		padding-right: 13px;
}

.error_textarea {
	background-color: #EDEDED;
	border: 1px dotted;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	height: 70px;
	white-space: pre;
}

.error_hr {
	border: 1px dotted;
	width: 400px;
	height: 3px;
}

.form_box {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
}

.menu_element_div a {
	color: #33CC66;
}

.menu_element_img {
	margin-left:17px;
}

.menu_element_div a {
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 6px;
	
	text-align: left;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	
	display: block;
	/*width: 166px;*/
}
.menu_element_div a:hover { 
	color: #FFFFFF;
	background: url(images/rollover_green.jpg);
}

.menu_separator_div {
	background: url(images/nav_separator.gif) bottom no-repeat;
	height: 9px;
}

.nav_img {
	margin-top: 1px;
}

.hide{
}
.show{
}

/* ----- HEADINGS ----- */

h1{
	text-align: center;
	font-size: 14px;
}
h2{
	text-align: left;
	font-size: 11px;
}
	h2 a, a:hover, a:active, a:visited {
	color: #666666;
	}
	
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}