 /* SientelaU */


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


div#header {
	width:790px;
	height: 138px;
	background: url(../images/headerRR.png) 0 0 no-repeat;
	margin: 0 auto;
}
div#header img { border:none; width:50px; height:50px; padding-top : 120px;padding-left: 710px;}
div#footer{
    /*width:790px;*/
    height:75px;
    margin:0 auto;
    position:relative;
    background-color: #BDBDBD;
    background-image: url(../images/a.jpg);
    margin: auto;
    
}
div#footer p{
    height: 70px;
    width: 790px;
    margin: auto;
    font:bold 10px/14px 'Reenie Beanie', arial, serif;    
}
div#linea{
    background-image: url(../images/a.jpg);
    height: 100px;
}
body { color: #333; font: 12px/18px Verdana, Helvetica, Arial, sans-serif; }
h1 { font-size: 1.667em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; color:#aa1916;}
h4 { font-size: 0.967em; }
h5, h6 { font-size: 1em; }

a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }

p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Clases*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Contenido*****/
div#container { margin: 20px auto 0; overflow: hidden; width: 790px; margin: 0 auto;}
div#container2 { margin: 20px auto 0; overflow: hidden; width: 790px; margin: 0 auto;}

ul#filter { float: left; font-size: 14px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
    border-right: 1px solid #dedede;
    float: left;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float:inherit; list-style: none; margin:auto; width: 780px;   }
ul#portfolio li { 
    border: 1px solid #dedede; 
    float: left; 
    margin: 0 12px 12px 0; 
    padding-top : 5px;padding-bottom: 5px;padding-left: 25px; padding-right: 20px;
    width: 200px;
    
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }

/*****Barra Lateral****/
#barra-lateral {
    position:fixed;
    top:50%;
    margin-top:-100px;
    left:0;
    width:30px;
    height:210px;
    padding:10px 5px;
    /*background-image:url(../images/barra.jpg);*/
}
#barra-lateral ul {
    margin:0;
    margin:0 0 0 -7px !important;
    padding:5px 0 0 0;
    list-style:none;
}
#barra-lateral ul li {
    
    width:22px;
    height:23px;
    margin:0 0 5px 0;
}
#barra-lateral ul li.sig_facebook {
    background-position:0 0;
}
#barra-lateral ul li.sig_facebook:hover {
    background-position:-22px 0;
}
#barra-lateral ul li.sig_twitter {
    background-position:0 -24px;
}
#barra-lateral ul li.sig_twitter:hover {
    background-position:-22px -24px;
}
#barra-lateral ul li.sig_twitpic {
    background-position:0 -48px;
}
#barra-lateral ul li.sig_twitpic:hover {
    background-position:-22px -48px;
}
#barra-lateral ul li.sig_youtube {
    background-position:0 -72px;
}
#barra-lateral ul li.sig_youtube:hover {
    background-position:-22px -72px;
}
#barra-lateral img {
    border:none;
    width:40px;
    height:215px;
}
