/* - - - - - - - - - - - - - - - - - - - - -

Proyecto : LURRANEK
Autor :  Pablo Solano (IKT)
URL : www.lurranek.net

Descripción : LURRANEK

Creado : 2006.06.01
Modificado : 2006.06.02

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}
html{
}
body{
}
div {
    overflow: visible;
    text-align: center
}

/* ----- IDS ----- */

#container{
}	
#primaryContent{
}	
#secondaryContent{
}	
#navigation{
}	
#footer{
}

/* ----- CLASSES ----- */
.rojo {
   color : rgb(212, 71, 15);
   }

.verde {
   color : rgb(0, 150, 69);
   }

.telefono {
   color : rgb(0, 0, 0);
   }

.cabeceera {
    color: #493b3b;
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.titulo {
    color: #969696;
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.normal {
    margin: 4px;
}



.hide{
}
.show{
}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
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{
    border: none;

}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
    color: rgb(212, 71, 15);
    text-decoration: underline;

}
a:hover{
    color: rgb(0, 150, 69);
    text-decoration: underline;

}
a:visited, a:active, a:focus{
}
a:visited{
    color: #666666;
    text-decoration: underline;

}
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{
}
