/******************************************/
/* www.cual-es-mi-ip.net                  */
/* ===========================            */ 
/* Copyright (c) ADSLzone                 */
/* Package Version: 3.0                   */
/* http://www.adslzone.net                */
/******************************************/
/* Archivo: framework-css.php */

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

body {
	margin: 0 0 1em 0;
	padding: 0; /* need for Opera */
	background: #fff;
	color: #333;
	min-width: 610px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
/* ----- IDS ----- */

#header {
	height: 38px;
	position: relative;
	
	padding: 0 50px;
	
	border-bottom: 1px solid #A1A6B1;
	background: #33415D url("../images/header.gif") top repeat-x;
	z-index: 1;
}


#header ul {
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: absolute;
	top: 0;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 36px;
	height: 16px;
}

#header ul li a:hover {
	background: #475470;
	color: #fff;
	text-decoration: underline;
}

#content {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0 50px;
}

#content-left {
	width: 480px;
	float: right;
}

#content-right {
	width: 300px;
	float: left;
}

#content h3 {
	border-bottom: none;
	padding-left: 20px;
}

#content ul {
  margin-left:-9px;
  list-style:outside;
}

#footer_clearer {
	margin-bottom: 35px;
	clear: both;
}

#links {
	clear: both;
	width: 600px;
	
	margin: auto;	
	color: #75818A;
	font-size: 11px;
	text-align: center;
	height: 77px;
	background: #E4E7E9;
	border: 1px solid #C8CDD0;
}

#links2 {
	margin: 2px;
}

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

.hide{
}
.show{
}
.first {
	margin-top: 0;
}
.central-contents p,
.central-contents h3 {
	border-bottom: none;
	padding-left: 20px;
}

.type-li {
	list-style-image: url(../images/icon_arrow.gif);
	margin-left: 35px;
	margin-bottom:10px;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
	border-bottom: 1px solid #ccc;
	font-family: arial, verdana, sans-serif;
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

/* ----- 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{
}