root { 
    display: block;
}
a{   
    color: #B80028;
}
a:hover{
    color: #D92149;
}
body{
    background: url('../img/nubes_bg.jpg') no-repeat top center fixed #60A4D5;
    font-family: Tahoma, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 14px;
}
#content{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
#logo{
    text-indent: -2000px;
    width: 547px;
    height: 246px;
    background: url('../img/tpsf2.gif') no-repeat top center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
div#menuTop{
    width: 100%;
    display: block;
    background: url('../img/nav_bg.png') repeat;
    border-top: #111111 solid;
    border-bottom: #111111 solid;

}
div#menuTop ul.topnav{
    padding: 0;
    margin: 0;
    list-style: none;
}
div#menuTop ul.topnav > li{
    width: 172px;
    height: 50px;
    /*    line-height: 50px;*/
    float: left;
    padding: 0 10px 0 10px;
    position:relative;
}
div#menuTop ul.topnav > li span{
    width: 17px;
    height: 35px;
    float: left;
    background: url('../img/subnav.gif') no-repeat center top;
}
div#menuTop ul.topnav > li.subhover{
    background: #000;
    cursor: pointer;
}
div#menuTop ul.subnav{
    position: absolute;
    top:50px;
    background: #333;
    margin: 0; padding: 0;
    display: none;
    float: left;
    width: 171px;
    -moz-border-radius-bottomleft: 5px; /* FF1+ */
    -moz-border-radius-bottomright: 5px; /* FF1+ */
    -webkit-border-radius-bottomright: 5px; /* Saf3+, Chrome */
    -webkit-border-radius-bottomleft: 5px; /* Saf3+, Chrome */
    border-radius-bottomright: 5px; /* Opera 10.5, IE 9 */
    border-radius-bottomleft: 5px; /* Opera 10.5, IE 9 */
    z-index: 500;
}
div#menuTop ul.subnav li{
    border-top: 1px #252525 solid;
    border-left: 1px #252525 solid;
    border-bottom: 1px #444 solid;
    border-right: 1px #444 solid;
}
div#menuTop ul.subnav a{
    color: #c0c0c0;
    width: 172px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}
div#menuTop ul.subnav a:hover{
    background: #444;
}
div#menuTop ul.topnav > li > a{
    width: 172px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}
div#menuTop ul.topnav > li > a:hover{
    color: #333;
    background-color: #FFF;
}
div#menuTop ul.topnav{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#content{
    padding-top: 20px;
}
#footer{
    width: 100%;
    height: 275px;
    background: url('../img/grass.png') repeat-x;
    display:block;
    margin-top: 30px;
    padding-top: 20px;
    color: #DDDDDD;
    text-align: center;
}
#footer>div{
    margin-bottom: 5px;
}
#footer a{
    color: #FFF;
}
#footer #contact{
    font-size: 20px;
}

.clear{
    clear:both;
}

.round_5 {
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
}

.round_10{
    -moz-border-radius: 10px; /* FF1+ */
    -webkit-border-radius: 10px; /* Saf3+, Chrome */
    border-radius: 10px; /* Opera 10.5, IE 9 */
}

#fluid{
    width: 100%;
    padding-top: 30px;
}

#left{
    width: 240px;
    float: left;
    overflow: hidden;
    margin-left: 5px;
}
#right{
    width: 240px;
    float: right;
    overflow: hidden;
    margin-right: 5px;  
}
#center{
    margin: 0 260px 0 260px;
}

#cats li{
    width: 140px;
    height: 140px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 10px;
    border: 3px solid #B80028;
}
#cats .tituloCat{
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 140px;
    height: 140px;
    line-height: 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
#cats .tituloCat span{
    background-color: rgba(0,0,0,.5);
    width: 140px;
    line-height: 20px;
    display: block;
}
#destacados li img{
    border: #111111 solid 2px;
}
#destacados li{
    padding-left: 2px;
    margin-bottom: 5px;
}
#destacados h4{
    font-size: 1.3em;
    text-align: center;
    color: #FF7C34;
}
#twitter{
    padding-left: 0;
    padding-right: 0;
}
#juitterContainer>img{
    margin-left: 100px;
}
#juitterContainer .juitterAvatar{
    float: left;
    clear: both;
    margin: 0 3px 3px 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
}
#juitterContainer .twittLI{
    margin-top: 5px;
    padding: 4px;
    min-height: 53px;
}
#juitterContainer .twittLI a{
    color: #000;
}
#juitterContainer .par a{
    color: #FFF;
}
#juitterContainer .par{
    background: #B80028;
    color: #DDD;
}

.widget{
    -moz-border-radius: 10px; /* FF1+ */
    -webkit-border-radius: 10px; /* Saf3+, Chrome */
    border-radius: 10px; /* Opera 10.5, IE 9 */
    border: 2px solid #B80028;
    background: rgba(255,255,255,.7);
    margin-bottom: 20px;
    padding: 5px;
    color: #333;
}
.widget h3{
    color: #B80028;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 10px;
}
h2{
    text-align: center;
    font-size: 3em;
    color: #B80028;
    margin-bottom: 30px;
}

#verCat .servicios{
    margin-top: 30px;
}
.gsc-webResult.gsc-result, .unservicio, #verCat .servicios li{
    background: #FFF;
    border: 2px solid #333 !important;
    padding: 10px !important;
    margin-bottom: 20px;
    display:inline;
    float:left;
    margin-left:10px;
    margin-right:10px;
    width: 95%;
}
.gsc-webResult.gsc-result{
    -moz-border-radius: 10px; /* FF1+ */
    -webkit-border-radius: 10px; /* Saf3+, Chrome */
    border-radius: 10px; /* Opera 10.5, IE 9 */
}
.gsc-webResult.gs-result{
    padding: 10px;
}
.unservicio img, #verCat .servicios img{
    float: left;
    margin-right: 20px;
}
.unservicio .opciones, #verCat .opciones{
    float: right;
    display: block;
    margin-top: 5px;
}
.unservicio .opciones a, #verCat .opciones a{
    height: 24px;
    float:left;
    margin-right: 10px;
    line-height: 24px;
    text-decoration: none;
    color: #b80028;
    font-size: 20px;
    padding-left: 30px;
}
#verCat .opciones a.contratar{
    background: url('../img/iconos/tick.png') no-repeat center left;
}
#verCat .opciones a.imagenes{
    background: url('../img/iconos/inbox-image.png') no-repeat center left;
}
.unservicio h3, #verCat h3.serv_tit{
    color: #ffc200;
    font-size: 1.3em;
    margin: 5px 0 10px 0;
    display: inline;
}
.unservicio h4, #verCat h4{
    color: #c0c0c0;
    font-style: italic;
    display: inline;
    font-size: 1.3em;
    margin: 5px 0 10px 0;
}
.unservicio p, #verCat .servicios p{
    display: block;
    min-height: 90px;
    margin-top: 5px;
}
#paging{
    float: right;
}
#paging a, #paging strong{
    border: 2px solid #333;
    padding: 3px;
    margin: 2px;
    font-weight: bold;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
    background: #FFF;
    color: #333;
    text-decoration: none;
}

#paging strong{
    background-color: #c0c0c0;
}

#paging a:hover{
    border-color: #B80028;
}
.whereami{
    font-size: 1.2em;
    color: #333;
    margin-left: 10px;
}
.whereami a{
    text-decoration: none;
    color: #000;
}
.whereami a:hover{
    color: #B80028;
}

#con_img{
    margin-top: 30px;
}
#con_img li{
    background:none repeat scroll 0 0 #FFFFFF;
    border:2px solid #333333;
    display:block;
    float:left;
    margin-right:15px;
    padding:5px 5px 15px 5px;
    width:100px;
}

span.in{
    position: relative;
}
span.in>input{
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border-color:-moz-use-text-color -moz-use-text-color #555555;
    border-style:none none dashed;
    border-width:medium medium 1px;
    font-family:inherit;
    font-size:14px;
    font-weight:bold;
    width: 300px;
}

#formContrato{
    background: #FFF;
    border: 2px solid #333;
    padding: 10px;
    margin-bottom: 20px;
    display:inline;
    float:left;
    margin-left:10px;
    margin-right:10px;
    width: 95%;
    font-family: Courier New, monospace;
    color: #333;
    line-height: 2.7em;
}
#formContrato h3{
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}
#formContrato legend{
    font-size: 1.4em;
    font-weight: bold;
}
#formContrato .elservicio{
    font-weight: bold;
}
label.error{
    color: #CC0000;
    font-weight: bold;
}
input.error{
    border-color: #CC0000 !important;
}
#formContrato textarea{
    width: 100%;
    height: 200px;
    background: #FFF;
    border: 2px dashed #333;
    font-family:inherit;
    font-size: 14px;
    font-weight: bold;
}
#formContrato #enviar{
    background: #fff;
    border: 3px solid #333;
    font-family: inherit;
    font-weight: bold;
    font-size: 2em;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
#mensajes{
    background:none repeat scroll 0 0 #FFFFFF;
    border:2px solid #333333;
    margin-bottom:20px;
    padding:10px;
}
#mensajes li{
    margin-bottom:3px;
    padding:5px;
}
#mensajes li.admin{
    background-color: #4286C7;
    color: #FFFFFF;
}
#mensajes li span.stamp{
    font-size: .7em;
    margin-right: 10px;
    display: block;
    float: left;
}
#mensajes li.responder textarea{
    width: 100%;
}
#mensajes li.responder{
    display: none;
}
h3.nombre{
    font-size: 20px;
    color: #c0c0c0;
    margin-bottom: 10px;
}
#buscon{
    text-align: center;
}
#buscon input[type="text"]{
    border: 2px solid #B80028 !important;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
    background: #FFFFFF !important;
    color:#B80028;
    font-weight: bold;
    font-family: Courier New, monospace;
    padding: 0 5px;
}
#buscon input[type="submit"]{
    text-align: center;
    background:#B80028;
    display:inline-block;
    padding:0px 10px;
    color:#fff !important;
    font-size:13px;
    font-weight:bold;
    line-height:1;
    text-decoration:none;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);
    box-shadow:0 1px 3px rgba(0,0,0,0.25);
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
    border:0;
    border-bottom:1px solid rgba(0,0,0,0.25);
    position:relative;
    cursor:pointer;
    overflow:visible;
    margin: 10px;
}
#cse-search-results{
    width: 100%;
    background: #FFFFFF;
}
#cse-search-results>iframe{
    width: 100%;
    background: #FFFFFF;
}
#imagenes{
    left: 0px; float: left; margin: 20px 0;
    width: 100%;
}
#imagenes a{
    display: block;
    height: 150px;
    width: 100px;
    float: left;
    overflow: hidden;
    margin: 5px 2px;
    border: 1px solid #EEE;
}
.mas2{
    text-decoration: none;
}
.mas2:hover{
    text-shadow: 0px 0px 3px #AAA;
}
.awiwi{
    color: #F00;
    display: inline-block;
    margin: 0 2px;
}
#formContrato .errorOMG{
    font-size: 1.2em;
    float: left;
    font-weight: bold;
    color: #F00;
}
#formContrato .success{
    font-size: 1.2em;
    float: left;
    font-weight: bold;
    color: #0F0;
}
.important{
    text-indent: -2000px;
}
