/*CSS para www.danielsais.com.ar*/
* {
border: 0;
padding: 0;
margin:0;
}

body {
background-color: #cfc3a1;
color: #4f4321;
font-family: Arial, sans-serif;
font-size: 12px;
}

h1 {
font-size: 18px;
font-weight: bold;
padding-bottom: 0.6em;
}

h5 {
font-size: 15px;
font-weight: bold;
padding-top: 0.6em;
}

a {
color: #4f4321;
text-decoration: none;
border-bottom: 1px dashed #4f4321;
}

a:hover {
color: red;
text-decoration: none;
border-bottom: 1px dashed red;
}

p {
line-height: 1.4em;
margin-bottom: 1.2em;
}

#container {
background-color: #dbdabb;
margin: 0 auto 0 auto;
width: 900px;
}

#header {
height:205px;
width:900px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
}

#content {
width:900px;
background-image: url(../images/content_bkg.jpg);
background-repeat: no-repeat;
background-position: center top;
min-height: 400px;
}

#contenido {
float: left;
padding: 17px 10px 0 0;
width:700px !important;
width:660px;
}

/* Menu Horizontal */
#menu_h {
height:24px;
line-height: 24px;
text-indent: 15px;
width:900px;
background-image: url(../images/menu_h.jpg);
background-repeat: no-repeat;
}

#menu_h a {
color: #4f4321;
text-decoration: none;
border: 0
}

#menu_h a:hover {
text-decoration: underline;
}


#menu_h_bot {
height:22px;
width:900px;
background-image: url(../images/menu_h_bot.jpg);
background-repeat: no-repeat;
}

/* Menu Izquierda */
#menu {
float: left;
margin: 1px 15px;
width: 160px;
}

#menu_v_top {
height: 102px;
background-image: url(../images/menu_v_top.jpg);
background-repeat: no-repeat;
}

#menu_v {
background-image: url(../images/menu_v_bkg.jpg);
background-repeat: repeat-y;
min-height: 150px;
list-style: none;
vertical-align: top;
width: 160px;
padding-left:15px;
}
#menu_v ul {
width: 130px;
display: none;
list-style: none;
}

#menu_v ul ul {
display: inline;
}
#menu_v ul ul li a {
padding:0;
}
#menu_v a {
color: #dbdabb;
cursor: pointer;
display: block;
font-weight: bold;
padding: 5px 0 5px 15px !important;
padding: 0 0 0 15px;
text-decoration: none;
border: 0;
}
#menu_v a.expanded {
background: url(../images/menu_bullet2.gif) no-repeat 3px 50%;
}
#menu_v a.collapsed {
background: url(../images/menu_bullet1.gif) no-repeat 3px 50%;
}
#menu_v a:hover {
text-decoration: none;
}
#menu_v ul a {
background: url(../images/menu_bullet3.gif) no-repeat 3px 70%;
color: white;
display: block;
font-weight: normal;
line-height: 1em;
font-size: 11px;
padding: 0 0 0 25px;
}
#menu_v ul a:hover {
text-decoration: underline;
}
#menu_v ul.active a {
color: #fff;
text-decoration: underline;
}
#menu_v ul.active li a {
color: #e8e8e8;
text-decoration: underline;
}

#menu_v_bot {
height: 48px;
background-image: url(../images/menu_v_bot.jpg);
background-repeat: no-repeat;
}

#pie {
clear: both;
height: 48px;
width: 900px;
line-height: 24px;
text-align: center;
background-image: url(../images/pie_bkg.jpg);
background-repeat: no-repeat;
margin-top: 20px;
}

.separator {
font-weight: bold;
color: #FF0000;
}

.items {
margin-right: 15px;
}
ul.items {
list-style: none;
}
.items li {
background: url(../images/items_bullet.gif) no-repeat 5px left;
padding-left: 15px;
}
.items li a {
color: black;
text-decoration: none;
}
.items li a:hover {
color: black;
text-decoration: underline;
}

/* Form de contacto */
#contacto {
margin: auto 0;
}
#contacto input, textarea, button {
background-color: #eae3c2;
border: 1px solid #e3bd77;
}

.audios {
font-size: 10px;
line-height: 10px;
}

#fotos a {
border: 0
}
