/* Cooking Hacks */
html, body {
    height: 100%;
}
body {
    background-color: #c8272e;
    background-image: url("http://skin.cdn-libelium.com/frontend/default/cooking/images/sprite_backgrounds.png");
    background-position: 0 -317px;
    background-repeat: repeat-x;
    color: #2f2f2f;
    font: 12px/1.55 Arial,Helvetica,sans-serif;
    text-align: center;
}
h1 {
    font-size: 20px;
    font-weight: normal;
}
h1, h3, h4, h5, h6 {
    color: #0a263c;
    line-height: 1.35;
    margin: 0 0 5px;
}
h2 {
    font-size: 18px;
    font-weight: normal;
}
h4 {
    font-size: 14px;
    font-weight: bold;
}
p {
    margin: 0 0 10px;
    text-align: justify;
}
a {
    color: #3770d3;
    text-decoration: underline;
}
img {
    border: 0 none;
    vertical-align: top;
}
strong {
	font-weight:bold;
}
ul, ol {
    list-style: none outside none;
}

.main {
    background: url("../images/bkg_main2.gif") no-repeat scroll 0 0 #ffffff !important;
    margin: 0 auto;
    min-height: 400px;
    padding: 15px 15px 80px;
    text-align: left;
    width: 800px;
}
.titulo_cms {
    border-bottom: 1px solid #ccc;
    margin: 0 0 14px;
    overflow: hidden;
    width: 100%;
}
.titulo_cms h1 {
    color: #555 !important;
    font-size: 18pt !important;
    font-weight: bold !important;
    text-align:center;
    margin-left:0px !important;
}
.texto_cms h2, .texto_cms h2 a {
    background-color: #faebd7 !important;
    color: #cc9900 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
    padding-left: 2px !important;
    text-decoration: none !important;
}
.texto_cms li {
    color: #2f2f2f;
    font: 12px/1.55 Arial,Helvetica,sans-serif;
    list-style: disc outside none;
    margin-left: 30px;
}
.notas_fondo {
    background: none repeat scroll 0 0 #faebd7;
    border: 2px dotted #c90;
    font-size: 12px;
    padding: 0 15px !important;
}
.texto_cms p {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    text-align: justify;
}
.texto_cms h4, .texto_cms h4 a {
    background-color: #ccc !important;
    color: #2d2d2d !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-top: 25px !important;
    padding-bottom: 3px;
    padding-left: 2px !important;
    padding-top: 3px;
    text-decoration: none !important;
}
.codigo {
    background: none repeat scroll 0 0 #ffffd9;
    border: 1px dotted #ccc;
    font-family: "Courier New",Courier,monospace;
    font-size: 12px;
    overflow: auto;
    padding: 10px;
}
.codigo_plegado {
    height: 20px;
    overflow: hidden;
}
.codigo_desplegado {
    height: auto;
}

.tutorial h2 a.go_to_top {
    color: #CC9900 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    float: right;
    padding: 0 5px !important;
    margin-top: 5px !important;
}

.tutorial h2 a.go_to_top:hover { text-decoration: underline !important;}

.tutorial h2 a.go_to_top img {
    background: none !important;
    width: auto !important;
    border: none !important;
    vertical-align: text-bottom;
    margin: 0 5px !important;
}
