﻿/*
	Design by CSS Templates For Free
	http://www.csstemplatesforfree.com
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
    margin: 0em;
    padding: 0em;
}

h1, h2
{
}

body
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    background-color: #fff;
}

a
{
    color: #0077dd;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: Red;
}

/* Outer */

#outer
{
    width: 100%;
}

/* Header */

#header
{
    display: none;
}

#header h1
{
    display: none;
}

#header h1 a
{
    color: #fff;
    text-decoration: none;
}

#header h2
{
    display: none;
}

/* Menu */

#menu
{
    display: none;
    width: 0px;
}
/*
#menu ul
{
    list-style: none;
}

#menu li
{
    display: inline;
    padding-left: 1.1em;
    margin-left: 1em;
    border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
    border: 0em;
    margin-left: 0em;
    padding-left: 0em;
}

#menu li a
{
    color: #fff;
    padding: 0.1em;
    text-decoration: none;
}

#menu li a:hover
{
    text-decoration: underline;
}
*/

/* Content */

#content
{
    line-height: 1.5em;
}


#content p
{
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

#content h2, h3, h4, h5, h6
{
    color: #545454;
    margin-bottom: 1em;
    margin-top: 1.5em;
    border-bottom: dashed 1px #dfdfdf;
    padding-bottom: 0.3em;
}

#content h2
{
    font-size: 1.5em;
}

#content h3
{
    font-size: 1.1em;
}

#content ul
{
    margin-bottom: 1.5em;
    padding-left: 1em;
    list-style: square;
}

#content ol
{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-left: 2em;
    list-style: numbered;
}

.elementoui
{
    font-weight: bold;
}

.userInput
{
    font-weight: bold;
}

.nota
{
    font-weight: bold;
}

.aviso
{
    font-weight: bold;
}

.encuesta
{
    display: none;
}

.contenidoEncuesta
{
    display: none;
}

.estrellasValoracion
{
    display: none;
}


#content blockquote
{
    margin-bottom: 1.5em;
    padding: 0.75em 0.75em 0.75em 1.5em;
    border-left: solid 0.75em #005082;
    background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
    margin-bottom: 0em;
}

#content table
{
    margin-bottom: 1.5em;
    border-collapse: collapse;
    text-align: left;
}

#content table th
{
    font-weight: bold;
    padding: 0.5em;
}

#content table td
{
    padding: 0.5em;
    border-right: solid 1px #fff;
}

#content table tr.rowH
{
    color: #fff;
    background: #006192 url('images/a8.gif') top left repeat-x;
    border-right: solid 1px #fff;
}

#content table tr.rowA
{
    background: #F8F8F8 url('images/a6.gif') top left repeat-x;
    border-top: solid 1px #fff;
    color: inherit;
}

#content table tr.rowB
{
    background: #FDFDFD url('images/a7.gif') top left repeat-x;
    border-top: solid 1px #fff;
    color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
    background-color: #fff;
    width: 100%;
}

#primaryContent
{
    width: 100%;
    
    /*margin: 1.5em 19em 0em 17.25em;
    padding: 1.5em 3em 1.5em 3em;*/
}

/* Secondary Content */

#secondaryContent
{
    display: none;
    width: 0px;
}

#secondaryContent .xbg
{
    display: none;
}

#secondaryContent .mvplogo img
{
    display: none;
}

/* Tertiary Content */

#tertiaryContent
{
    display: none;
}

#tertiaryContent .xbg
{
    display: none;
}

/* Footer */

#footer
{
    position: relative;
    z-index: 1;
    border-top: dashed 1px #dfdfdf;
    padding: 1em 0em 2em 0em;
    margin: 1em 2em 0em 2em;
    text-align: center;
}


.clear
{
    display: none;
}


.rsslogo img
{
    display: none;
}

/* Rating */
.ratingStar
{
    display: none;
}

.filledRatingStar
{
   display: none;
}

.emptyRatingStar
{
    display: none;
}

.savedRatingStar
{
    display: none;
}

.textoExpandido
{
    margin-top: 15px;
}
