﻿/*Codigo de css para el pop up*/
#fade
{
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.popup_block
{
    display: none; /*--hidden by default--*/
    background: #fff;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    /*--CSS3 Box Shadows--*/
   -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
img.btn_close
{
    float: right;
    margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade
{
    position: absolute;
}
*html .popup_block
{
    position: absolute;
}
/*para los tds de el formulario */

*
{
    margin: 0;
    border: 0;
    padding: 0;
    color: Black;
    font-family: Arial;
    font-size: 12px;
}

body
{
    font-size: 85%;
    position: relative;
    background-color: Black;
}


#bg1, #bg2, #bg3, #bg4, #bg5, #bg6, #bg7, #bg8, #bg9, #bg11
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 1000px;
    z-index: 10;
}

body.blog #bg1, body.blog #bg2, body.blog #bg3, body.blog #bg4, body.blog #bg11, body.blog #clouds
{
    display: none;
}

#bg1
{
    top: 0;
    background: url(graphics/7.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}

#bg2
{
    top: 1000px;
    background: url(graphics/5.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}

#bg3
{
    top: 1950px;
    background: url(graphics/10.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}

#bg4
{
    top: 2800px;
    background: url(graphics/6.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}


#bg5
{
    top: 0;
    background: url(graphics/4.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}

#bg6
{
    top: 0px;
    background: url(graphics/10.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}

#bg7
{
    top: 0px;
    background: url(graphics/3.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}

#bg8
{
    top: 0px;
    background: url(graphics/5.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}
#bg9
{
    top: 0px;
    background: url(graphics/9.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}
#bg11
{
    top: 0px;
    background: url(graphics/11.jpg) 50% 0;
    background-color: Black;
    background-repeat: no-repeat;
}


#clouds
{
    height: 4000px;
    background-image: url(graphics/bg-clouds.png);
    background-repeat: repeat;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
}

.pointer
{
    cursor: pointer;
}

.underlineNone
{
    text-decoration: none;
}

.alignright
{
    float: right;
    border: 3px solid #fff;
    margin: 0 0 10px 10px;
}
.alignleft
{
    float: right;
    margin: 0 0 10px 10px;
}


strong
{
    font-weight: bold;
}

h1, legend
{
    color: white;
    font-size: 1.7em;
    margin: 0 0 10px;
    opacity: 0.9;
    text-shadow: 0 0 3px #333333;
}
h1.address
{
    margin-bottom: 0 !important;
}
h2
{
    font-size: 1.5em;
    text-shadow: #333 0 0 3px;
    opacity: 0.9;
    margin: 0 0 10px;
}
h3
{
    font-size: 1.3em;
    text-shadow: #333 0 0 3px;
}
p
{
    text-shadow: #333 0 0 3px;
    opacity: .9;
    margin: 0 0 20px;
}

p a
{
    background: url(graphics/bg-black.png);
    padding: 2px 5px 4px;
}
p a:hover
{
    background: url(graphics/bg-blacker.png);
    text-decoration: none;
}

.outer2
{
    position: fixed;
}

.outer
{
    z-index: 20;
    position: absolute; /*width: 977px;*/ /* width: 810px;*/ /*width: 100%;*/
    width: 977px;
}

.important
{
    z-index: 90 !important; /* width: 977px;*/
}

#footer
{
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%; /*height: 200px;*/
    height: 25%;
    background: url(graphics/bg-footer-1-1.png) repeat-x; /* background-position: 0 100px;*/
    z-index: 300;
    vertical-align: bottom;
}
#footerwrap
{
    width: 977px;
    top: -133px;
    margin: 0 auto;
    position: relative;
}
#social
{
    height: 50px;
    position: absolute;
    top: 190px;
    left: 20px;
    z-index: 90;
}
#social p
{
    margin: 0;
    font-size: .8em;
    opacity: 1;
    color: #999;
}
#social ul
{
    float: left;
}
#social li
{
    float: left;
    display: block;
}
#social li a
{
    float: left;
    display: block; /*height: 0;*/
    padding-top: 0px;
    width: 46px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    height: 100px;
}
#social li a:hover
{
    background-position: 0 -150px;
}
#social li.digg a
{
    background-image: url(graphics/icon_r1_c1.png);
}
#social li.twitter a
{
    background-image: url(graphics/icon_r1_c2.png);
}
#social li.facebook a
{
    background-image: url(graphics/icon_r1_c3.png);
}
#social li.lastfm a
{
    background-image: url(graphics/icon_r1_c4.png);
}
#social li.rss a
{
    background-image: url(graphics/icon_r1_c5.png);
}
#social li.delicious a
{
    background-image: url(graphics/icon_r1_c6.png);
}

#baselinks
{
    position: absolute;
    top: 200px;
    right: 10px;
    height: 50px;
}


#baselinks p
{
    margin: 0;
    font-size: 11px;
    float: right;
    opacity: 1;
    clear: both;
    color: #666;
}

#baselinks p a
{
    font-size: 11px;
    opacity: 1;
    clear: both;
    color: #666;
}


#baselinks ul
{
    float: right;
}
#baselinks li
{
    float: left;
    display: block;
    font-size: .9em;
}
#baselinks li a
{
    text-decoration: none; /*text-transform: uppercase;*/
    display: block;
    float: left;
    padding: 0 0 0 10px;
    color: #FFFFFF;
    text-shadow: #333 0 0 3px;
    font-family: Trebuchet MS;
    font-size: 16px; /* font-weight:bold;*/
    font-weight: normal;
}
#baselinks li a:hover
{
    color: #999;
}

#container
{
    width: 977px;
    height: 4000px;
    margin: 0 auto;
    position: relative;
}

#panelIE
{
    background-color: #000;
    color: white;
    font-size: 14px;
    line-height: 22px;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 10000;
    padding: 10px;
}

#panelIE a, #panelIE a:link, #panelIE a:hover, #panelIE a:visited
{
    color: White;
    text-decoration: underline;
    font-weight: bold;
}
body.blog #container
{
    height: auto;
}

.nav
{
    float: left;
    margin: 20px 0 0 0;
}
.nav li
{
    display: block;
    float: left;
}
.nav li a
{
    display: block;
    float: left;
    height: 0;
    padding-top: 51px;
    background-position: 0 -51px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 5px 0 0;
}
.nav li a:hover, #about .nav li.about a, #work .nav li.work a, #contact .nav li.contact a
{
    background-position: 0 0;
}
.nav li.intro a
{
    background-image: url(graphics/logo.png);
    padding-top: 70px;
    margin: 0 250px 0 0;
    overflow: hidden;
    width: 324px;
    background-position: 0 0;
}
.nav li.about a
{
    width: 122px;
    background-image: url(graphics/nav-elgrupo.png);
}
.nav li.work a
{
    width: 125px;
    background-image: url(graphics/nav-noticias.png);
}
.nav li.contact a
{
    width: 148px;
    background-image: url(graphics/nav-contactenos.png);
}


.content
{
    overflow: hidden;
    width: 700px;
    position: relative;
    height: 310px;
    margin: 30px 0 0 0;
    float: left;
}

.subnav
{
    float: left;
    clear: both;
    width: 250px;
    margin: 30px 0 0 10px;
    list-style: none;
}
.subnav li, .subnav a
{
    display: block;
    float: left;
    clear: both;
}
.subnav a
{
    width: 230px;
    font-size: 1.7em;
    text-shadow: #333 0 0 3px;
    opacity: .6;
    padding: 10px;
    text-decoration: none;
    line-height: 1.3em;
}
.subnav a:hover
{
    opacity: 1;
}
.subnav img
{
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #fff;
}
.subnav small
{
    display: block;
    font-size: .5em;
    text-transform: uppercase;
}
.subnav .aboutscrolling, .subnav .workscrolling
{
    background: url(graphics/bg-black.png);
    opacity: 1;
}
.subnav ul
{
    float: left;
    clear: both;
    width: 250px;
    margin: 0;
    list-style: none;
}
.subnav ul a
{
    font-size: 1em;
    padding: 5px 0 5px 20px;
    line-height: 1em;
    margin: 0;
}

.section
{
    width: 6000px;
    position: relative;
    float: left;
    clear: both;
}
.section ul
{
    list-style: none;
}
.section .sub
{
    position: relative;
    float: left;
    width: 660px;
    height: 290px;
    padding: 10px 20px;
    background: url(graphics/bg-black.png);
}
.sub img
{
    float: right;
    margin: 10px 0 10px 20px;
    border: 1px solid #fff;
    opacity: .8;
}
#work .sub img
{
    float: left;
    margin: 0 20px 10px 0;
    opacity: 1;
}
.section .sub.photography
{
    padding-right: 0;
    width: 680px;
}
#work .sub.photography img
{
    margin: 0 10px 10px 0;
}
.next, .previous, .sitelink
{
    position: absolute;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    background: url(graphics/bg-black.png);
}
.next
{
    right: 0;
    bottom: 0;
}
.previous
{
    left: 0;
    bottom: 0;
}
.sitelink
{
    top: 0;
    right: 0;
}
.next:hover, .previous:hover, .sitelink:hover
{
    opacity: 1;
    background: url(graphics/bg-blacker.png);
}

blockquote
{
    border-left: 3px solid #fff;
    font-size: .9em;
    padding: 0 10px;
    margin-left: 5px;
    opacity: .8;
}
blockquote p
{
    font-style: italic;
    margin: 0 0 10px;
    opacity: 1;
}



#blog
{
    top: 0;
}

#intro
{
    top: 0;
}
#intro .welcome
{
    float: left;
    clear: left;
    width: 550px;
    margin: 40px 0 20px 20px;
}
#intro .folio
{
    float: right;
    width: 391px;
    position: relative;
}
#foliothumbs
{
    display: block;
    width: 391px;
    height: 289px;
    overflow: hidden;
    background: url(graphics/bg-folio-thumb.png) no-repeat;
}
#foliothumbs img
{
    float: none;
    margin: 60px 0 0 47px;
}
#intro .folio p
{
    position: absolute;
    top: 265px;
    left: 83px;
    z-index: 25;
}


#about
{
    top: 1000px;
}
#spencerexperience p
{
    margin: 0 0 10px;
}
#companyfuture img
{
    float: none;
    margin: 0 0 0 85px;
    border: none;
    opacity: 1;
}


#work
{
    top: 2085px;
}

ul.services
{
    float: left;
    margin: 0 0 0 20px;
}
ul.services li
{
    line-height: 1.7em;
    opacity: .7;
    text-shadow: #333 0 0 3px;
    padding-left: 20px;
    background: url(graphics/icon-bullet.png) no-repeat 0 6px;
}
ul.services li:hover
{
    background: url(graphics/icon-bullet.png) no-repeat 0 -594px;
}

dl.projectinfo
{
    float: left;
    width: 180px;
}
dl.projectinfo dt
{
    opacity: .7;
    font-size: .9em;
    text-shadow: #333 0 0 3px;
    line-height: 1em;
}
dl.projectinfo dd
{
    opacity: .9;
    text-shadow: #333 0 0 3px;
    margin-bottom: 20px;
    line-height: 1em;
}

ul.workpreview
{
    float: left;
    width: 660px;
    clear: both;
}
ul.workpreview li
{
    width: 220px;
    float: left;
}
ul.workpreview li strong
{
    opacity: .8;
    font-size: 1.4em;
    text-shadow: #333 0 0 3px;
    float: left;
    clear: both;
    display: block;
    width: 220px;
    font-weight: normal;
}
ul.workpreview li img
{
    margin: 0 8px 0 0 !important;
    float: left;
}

#contact
{
    top: 2815px;
}
#contactform
{
    margin: 10px 0;
    float: left;
    clear: both;
    width: 600px;
}
#contactform p, #contactform label, #contactform input, #contactform textarea, #contactform legend
{
    display: block;
    float: left;
    margin: 0;
    clear: none;
}
#contactform legend
{
    padding: 10px 0 10px 6px;
}
#contactform p
{
    clear: left !important;
    opacity: 1 !important;
    background: url(graphics/bg-black.png);
    padding: 6px 6px 0;
}
#contactform p.secondtolast
{
    padding: 6px;
}
#contactform p.last
{
    padding: 0 6px 6px;
}
#contactform label
{
    text-shadow: #333 0 0 3px;
    opacity: .9;
    width: 70px;
    padding-top: 2px;
    margin-left: 5px;
}
input, textarea
{
    padding: 2px;
    border: 1px solid #333;
    background: url(graphics/bg-white.png);
    color: #333;
    font: 1em/1.5em 'Helvetica Neue' , Arial, Verdana, serif;
}
input:hover, textarea:hover, input:focus, textarea:focus
{
    background: url(graphics/bg-whiter.png);
    color: #000;
}
input#submit
{
    cursor: pointer;
    padding: 2px 10px;
    background: url(/graphics/bg-whiter.png);
    color: #000;
}
input#submit:hover
{
    background: #fff;
}

.visitus
{
    float: left;
    margin: 20px;
    width: 330px;
    text-align: right !important;
}
.visitus p
{
    margin: 0;
}
.visitus h1
{
    margin-bottom: 20px;
}
.visitus h2
{
    margin-bottom: 0;
}
address
{
    text-shadow: #333 0 0 3px;
    opacity: .9;
    margin: 0 0 20px;
}


#blog .entries
{
    float: left;
    width: 640px;
    clear: left;
    margin: 20px 20px 0 10px;
    padding-bottom: 360px;
}
#blog .post
{
    clear: both;
    background: url(graphics/bg-blacker.png);
    padding: 20px;
    margin-bottom: 20px;
    float: left;
    width: 620px;
}
#blog .posttop
{
    clear: both;
    margin: 0 0 20px;
    float: left;
    text-shadow: #333 0 0 3px;
    opacity: .9;
    width: 620px;
}
#blog .posttop .dateicon
{
    border-right: 1px solid #fff;
    padding-right: 8px;
    float: left;
    padding-bottom: 3px;
    width: 30px;
    text-align: center;
    text-transform: uppercase;
}
#blog .posttop .dateicon .day
{
    font-size: 1.7em;
}
#blog .posttop .dateicon .month
{
    font-size: .9em;
}
#blog .posttop .title
{
    padding-left: 8px;
    float: left;
}
#blog .posttop .title a
{
    text-decoration: none;
}
#blog .posttop .title a:hover
{
    text-decoration: underline;
}
#blog .posttop .thetitle a
{
    font-size: 1.7em;
}
#blog .posttop .title .under
{
    font-size: .9em;
    color: #ccc;
}
#blog .entry
{
    float: left;
    clear: both;
    width: 620px;
}
#blog .entry ul
{
    float: left;
    clear: both;
    width: 590px;
    margin: 0 0 15px 20px;
    text-shadow: #333 0 0 3px;
    opacity: .8;
    list-style: none;
}
#blog .entry li
{
    background: url(graphics/icon-bullet.png) no-repeat 0 6px;
    width: 590px;
    padding: 4px 0 6px 15px;
    display: block;
    clear: both;
    float: left;
}
#blog .entry li:hover
{
    background: url(graphics/icon-bullet.png) no-repeat 0 -594px;
}

#blog .post .credits
{
    float: left;
    width: 290px;
    font-size: .9em;
    line-height: 18px;
}
#blog .post .postbottom
{
    list-style: none;
    display: block;
    clear: none;
    float: right;
    width: 290px;
    padding-top: 5px;
    text-shadow: #333 0 0 3px;
    opacity: .8;
    overflow: Hidden;
    margin: 0;
}
#blog .post .postbottom li, #blog .post .postbottom li a
{
    display: block;
    font-size: .9em;
    line-height: 18px;
    text-decoration: none;
    float: right;
    background: none;
    padding: 0;
    clear: none;
}
#blog .post .postbottom li
{
    width: 38px;
}
#blog .post .postbottom li:hover
{
    background: none;
}
#blog .post .postbottom li a
{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: 10px 0;
}
#blog .postbottom li.last
{
    width: 100px;
    text-align: right;
}
#blog .postbottom li.last a
{
    border-left: none;
}
#blog .postbottom li a:hover
{
    background-position: 10px -50px;
}
#blog .postbottom li a.stumbleupon
{
    width: 18px;
    height: 0;
    padding-top: 18px;
    overflow: hidden;
    background-image: url(graphics/icon-stumbleupon.png);
}
#blog .postbottom li a.digg
{
    width: 18px;
    height: 0;
    padding-top: 18px;
    overflow: hidden;
    background-image: url(graphics/icon-digg.png);
}
#blog .postbottom li a.delicious
{
    width: 18px;
    height: 0;
    padding-top: 18px;
    overflow: hidden;
    background-image: url(graphics/icon-delicious.png);
}
#blog .postbottom li a.google
{
    width: 18px;
    height: 0;
    padding-top: 18px;
    overflow: hidden;
    background-image: url(graphics/icon-google.png);
}






#sidebar
{
    float: right;
    margin: 20px 0;
    padding-bottom: 360px;
}
#sidebar ul
{
    list-style: none;
    display: block;
    float: left;
    clear: both;
}
#sidebar li
{
    padding: 20px 20px 10px;
    background: url(graphics/bg-blacker.png);
    width: 240px;
    margin-bottom: 20px;
}
#sidebar li li
{
    background: none;
    margin-bottom: 0;
}
#sidebar li, #sidebar li li a, #sidebar form
{
    display: block;
    float: left;
    clear: both;
}
#sidebar form, #sidebar ul ul
{
    margin: 0 0 20px 5px;
}
#sidebar li li a
{
    background: url(graphics/icon-bullet.png) no-repeat 0 6px;
    padding: 4px 0 4px 15px;
    line-height: 1em;
}
#sidebar li li a:hover
{
    background: url(graphics/icon-bullet.png) no-repeat 0 -594px;
}
#sidebar li .aktt_tweets li
{
    background: url(graphics/icon-bullet.png) no-repeat 0 6px;
    padding: 4px 20px 10px 15px;
    font-size: .9em;
    width: 205px;
    line-height: 1.5em;
    text-shadow: #333 0 0 3px;
    opacity: .9;
}
#sidebar li .aktt_tweets li:hover
{
    background: url(graphics/icon-bullet.png) no-repeat 0 -594px;
}
#sidebar li .aktt_tweets li a
{
    background: none;
    padding: 0;
    white-space: nowrap;
    float: none;
    display: inline;
    clear: none;
}

#sidebar h2.search
{
    background: url(graphics/icon-search.png) no-repeat;
    padding-left: 23px;
    line-height: 21px;
}
#sidebar h2.tags
{
    background: url(graphics/icon-tags.png) no-repeat;
    padding-left: 29px;
    line-height: 21px;
}
#sidebar #twitter-tools h2
{
    background: url(graphics/icon-twitter2.png) no-repeat;
    padding-left: 25px;
    line-height: 21px;
}

.commentlist
{
    margin: 20px 0;
}

.commentlist li
{
    clear: both;
    background: url(graphics/bg-blacker.png);
    padding: 20px;
    margin-bottom: 20px;
    float: left;
    width: 620px;
}
.commentmetadata
{
    float: right;
}

#ie6
{
    display: none;
}

#commentform p
{
    margin-bottom: 5px !important;
}



/**/
.titulo
{
    clear: both;
    width: 252px;
}

.transp1
{
    background-image: url(images/trans1.png);
    width: 342px;
}

.transp1DIV
{
    padding: 16px;
    color: Black;
}

.transp2
{
    background-image: url(images/trans2.png);
}

.transp2DIV
{
    padding: 16px;
    color: Black;
}

.transp3DIV
{
    padding: 20px;
    color: Black;
}

.transp3DIV h2
{
    margin-bottom: 0px;
}

.breadcrumbs
{
    text-align: right;
    font-weight: bold;
    color: white;
    padding-bottom: 5px;
}

.breadcrumbs a
{
    color: white;
}

.contenido
{
    clear: both;
    padding-left: 20px;
    padding-top: 30px;
}

.paddingRight26
{
    padding-right: 26px;
}

.width280
{
    width: 280px;
}

.width310
{
    width: 310px;
}

.columnaDer
{
    font-weight: bold;
}

.columnaDer a
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.columnaDer a:hover
{
    color: #808080;
}

.botonError
{
    font-weight: bold;
    color: #976F07;
}


.botonError a
{
    font-weight: bold;
    color: #976F07;
    text-decoration: none;
}


.botonError a:hover
{
    font-weight: bold;
    color: #CD970A;
    text-decoration: none;
}

.botonDerecho
{
    text-align: right;
    font-weight: bold;
    color: #976F07;
}

.fondoNegro
{
    background-color: Black;
    width: 98%;
    
   }

.fondoBlanco
{
    background-color: White;
}

.botonDerecho2
{
    font-weight: bold;
    color: #976F07;
}

.botonDerecho2 a
{
    font-weight: bold;
    color: #976F07;
    text-decoration: none;
}


.botonDerecho2 a:hover
{
    font-weight: bold;
    color: #CD970A;
    text-decoration: none;
}

.botonDerecho a
{
    font-weight: bold;
    color: #976F07;
    text-decoration: none;
}


.botonDerecho a:hover
{
    font-weight: bold;
    color: #CD970A;
    text-decoration: none;
}

h3
{
    font-size: 14px;
    margin-bottom: 10px;
}

/* Estilos del listado de Noticias */

.textalignright
{
    text-align: right;
}

.width100
{
    width: 100px;
}

.img_linkNoticia
{
    border: solid 3px #FFFFFF;
    background-color: #000000;
    height: 74px;
    text-align: center;
}

.itemNoticia
{
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: solid 2px #FFFFFF;
}

.paddingLeft10
{
    padding-left: 10px;
}

.contactenos1 p
{
    font-size: 16px;
}

.paddingTop11
{
    padding-top: 11px;
}


.paddingTop10
{
    padding-top: 10px;
}

.paddingTop5
{
    padding-top: 5px;
}

/*calensario*/

.link_dia
{
    text-align: center;
}

.link_dia a, .link_dia a:link, .link_dia a:visited, .link_dia a:hover
{
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    color: #808080;
    font-style: normal;
}

.headerCalendario
{
    background-color: black;
}

.headerCalendarioDia
{
    color: #4D4D4D;
    width: 14%;
    text-align: center;
}

.footerCalendario
{
    /*Es igual que ancho contenido mas 7px de los bordes*/
    width: 238px;
    background-color: black;
    height: 30px;
}

.flechasFooter
{
    width: 15%;
}

.mesActualFooter
{
    width: 70%;
    text-align: center;
}

.mesActualFooter span
{
    color: White;
    font-size: 18px;
}

.anchoContenido
{
    width: 231px;
}

.diaCalendario
{
    background-color: Black;
    border-top: solid 1px Black;
    border-left: solid 1px Black;
    padding-top: 5px;
    text-align: center;
    width: 33px;
    height: 20px;
}

.diaCalendarioEvento
{
    background-color: black;
}

.diaCalendarioEvento .link_dia a
{
    color: #C6AA3F;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

/**/
.zindez3001
{
    z-index: 10000;
}

.formulario p
{
    margin-bottom: 5px;
}

/*Galeria*/
.paddingLeft8
{
    padding-left: 8px;
}

.paddingLeft10
{
    padding-left: 10px;
}

.paddingLeft80
{
    padding-left: 80px;
}

.tablaBlog td
{
    line-height: 25px;
}

.paddingRight8
{
    padding-right: 8px;
}

.paddingRight10
{
    padding-right: 10px;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}
/*Fin Galeria*/

/* Estilos Pag Error */

.panelEnviado
{
    width: 300px;
    height: 266px;
}

.textBold
{
    font-weight: bold;
}

.sinLinea
{
    text-decoration: none;
}


.ListadoMain
{
    text-align: left;
    width: 100%;
    vertical-align: text-top;
    padding-top: 10px;
}

.ListadoDataList
{
    vertical-align: text-top;
}
.ListadoDataListItem
{
    padding-left: 10px;
    vertical-align: text-top;
    padding-bottom: 10px;
}

.PagingDataListItem
{
    vertical-align: top;
}


.modalBackground
{
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.lineaNegraBlog
{
    height: 1px;
    background-color: Black;
}

/*.modalBackground
{
    background-color: #666666;
    opacity: 0.90;
    filter: alpha(opacity=90);
    text-decoration: none;
    z-index: 10;
}*/
