/* @override http://www.promomadrid.com/estilo.css */

body {
    margin: 0px;
    text-align: center;
    background-color: #ffffff;
    color: #211E1C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7125em;
}
a:link {
    color: #EF2B2D;
    text-decoration: none;
}
a:visited {
    color: #EF2B2D;
    text-decoration: none;
}
a:hover {
    color: #211E1C;
    text-decoration: none;
}
a:active {
    color: #211E1C;
}

h1, h2, h3, h4, h5, h6 {
    color: #ef2b2f;
    letter-spacing: normal; 
    margin-left: 4px;
    font-weight: normal;
}

h1 {
    /* font-weight: bold; */
    border-bottom: 1px solid #cccccc;
    color: #ef2b2d;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

p + h1 {
    margin-top: 40px;
}

ul + h1 {
    margin-top: 40px;
}

ol + h1 {
    margin-top: 40px;
}

.huno {
    font-size: medium;
    border-bottom: 1px solid #cccccc;
    color: #ef2b2d;
    margin-top: 1em;
    margin-bottom: 0.1em;
    font-weight: bold;
    display: block;
}

h2 {
    border-bottom: 1px solid #cccccc;
    color: #ef2b2d;
    margin-top: 1.8em;
    margin-bottom: 1em;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
}

.hdos {
    font-size: medium;
    border-bottom: 1px solid #cccccc;
    color: #ef2b2d;
    margin-top: 2em;
    margin-bottom: 0.5em;
    display: block;
}

h3 {
    font-size: small;
    border-bottom: 1px solid #cccccc;
    color: #ef2b2d;
    margin-top: 1.8em;
    margin-bottom: 0.5em;
    clear: both;
    background-color: #F4F4F4;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
}

.htres {
    font-size: small;
    border-bottom: 1px solid #cccccc;
    color: #ef2b2d;
    margin-top: 1.8em;
    margin-bottom: 0.5em;
    display: block;
}

p {
    margin-top: 6px;
    margin-left: 4px;
    line-height: 1.5;
    text-align: justify;

}

p.destacado {
    text-align: center;
    background-color: #f3f3f3;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style:dotted;
	border-top-style:dotted;
	border-width:1px;
	border-bottom-color:#cc0000;
	border-top-color:#cc0000;
	margin: 16px 20px 20px;
    font-family: Garamond, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: medium; /* medium; */
    line-height: 1.2em;
}

p.destacadorojo {
    text-align: center;
    background-color: #f3f3f3;
    color: #ef2b2d;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style:dotted;
	border-top-style:dotted;
	border-width:1px;
	border-bottom-color:#cc0000;
	border-top-color:#cc0000;
    margin: 16px 20px 20px;
    font-family: Garamond, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: medium; /* medium; */
    line-height: 1.2em;
}


img {
    border-style: none;
}

#centering #todo img {
}

.content {
    width: 490px;
    float: left;
    margin-left: 1.5em;
    padding-bottom: 2em;
}

.content ol {margin-top: 0em;margin-bottom: 0em;}

.content ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

.content ul li {
    list-style: url(images/bullet_go.gif);
    line-height: 1.5;
    margin-bottom: 0.8em;
    margin-top: 0.5em;
    text-align: justify;
}

.content ol li {
    margin-bottom: 1em;
    list-style: decimal;
    line-height: 1.5;
    text-align: justify;
}

fieldset {
    border: 1px solid #211E1C;
}

.form {
    text-align: left;
}

.form fieldset {
    border: 1px solid #211E1C;
    padding: 6px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.enviar {
    border: 1px solid #211E1C;
    padding: 6px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.form fieldset input[type="text"] {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.form fieldset legend {
    color: #211E1C;
    font-size: small;
    background: #ffffff;
}

.comentario {
    color: #211E1C;
    font-style: oblique;
    font-size: x-small;
    font-weight: bold;
}

.fallo input {
    background: #cccccc;
}

.fallo textarea {
    background: #cccccc;
}

.aviso {
    color: #ff0000;
    font-size: small;
    font-weight: bold;
}

.buscador {
    text-align: center;
    /* background: repeat-x url(images/buscar.gif) #cccccc; */
}

.buscador fieldset input[type="text"] {
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.buscador fieldset legend {
    color: #211E1C;
    font-size: small;
}

.centrado {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.todo {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
    width: 720px;
    background-color: #FFFFFF;
    padding: 0px;
}

.header {
    background-color: #FFFFFF;
    width: 720px;
}

.superior {
    width: 720px;
    height: 20px;
    background-color: #EF2B2D;
    padding-top: 5px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #211E1C;
}

.apartado {
    font-size: small;
    text-transform: uppercase;
    text-align: center;
    background: #211E1C;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    margin-bottom: 8px;
}
.iz {
    text-align: right;
    padding-right: 10px;
    padding-top: 4px;
    color: #EF2B2D;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #211E1C;
    margin-top: 2px;
    margin-bottom: 5px;
}

#menu .cambiar {
    float: right;
    color: #FFFFFF;
}

.menu {
    margin-right: 10px;
    height: 20px;
}

.menu a {
    text-decoration: none;
    margin-left: 0px;
    color: #FFFFFF;
}
.menu a:link {
    text-decoration: none;
    margin-left: 0px;
    color: #FFFFFF;
}
.menu a:visited {
    text-decoration: none;
    margin-left: 0px;
    color: #FFFFFF;
}
.menu a:hover {
    text-decoration: none;
    color: #211E1C;
}

.menu ul {
    margin: 0px;
    padding: 0px;
}

.menu li {
    margin: 0px;
    padding: 0px;
    display: inline;
    border: none;
    list-style-type: none;
}

.idioma {
    float: right;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.idioma a {
    text-decoration: none;
    margin-right: 0px;
}
.idioma a:hover {
    text-decoration: none;
}
.idioma ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.idioma li {
    margin: 0px; padding: 0px;
    display: inline;
    list-style: none;
    border: none;
}

.cuerpo {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    clear: both;
    z-index: 9;
    background-image: url(images/grad.gif);
    background-repeat: repeat-x;
    float: left;
}

#centering #todo #lateral #videoinvest {
    text-align: center;
    padding-left: 3px;
}

#centering #todo #lateral #video {
    width: 171px;
    height: 90px;
    background: url(images/invest.gif) no-repeat;
    margin-right: auto;
    margin-left: auto;
}

#centering #todo #lateral #espacio {
    height: 69px;
}

#centering #todo #lateral #enlace {
    margin: 0;
    padding: 0;
    text-align: left;
}

#centering #todo #lateral #enlace img {
    border-style: none;
    padding: 0;
    margin: 0 3px 0 0;
}

#centering #todo #lateral #enlace a {
    list-style: url(bullet_video.gif);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: transparent;
    float: left;
}

#centering #todo #lateral  #enlace a:link {
    list-style: url(bullet_video.gif);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: transparent;
}

#centering #todo #lateral  #enlace a:hover {
    list-style: url(bullet_video.gif);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    background: transparent;
}

#centering #todo #lateral {
    width: 180px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 0.05em solid #211E1C;
    float: left;
}

#centering #todo #lateral img {
    border: none;
}

#centering #todo #lateral .titulo {
    text-align: center;
    font-size: small;
    border-bottom: 1px solid #211E1C;
    letter-spacing: 0.2em;
    display: block;
    margin-top: 12px;
    margin-right: 4px;
}
#centering #todo #lateral a {
    text-decoration: none;
    display: block;
    padding-left: 20px;
    color: #000000;
    margin: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    background-image: url(img/star.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
}
#centering #todo #lateral a:link {
    text-decoration: none;
    display: block;
    padding-left: 20px;
    color: #000000;
    margin: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    background-image: url(img/star.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 14px;
}
#centering #todo #lateral a:visited {
    text-decoration: none;
    display: block;
    padding-left: 20px;
    color: #000000;
    margin: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    background-image: url(img/star.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 14px;
}
#centering #todo #lateral a:hover {
    background-color: #FFFFFF;
    color: #EF2B2D;
}

#centering #todo #lateral #madrid {
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 2px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#centering #todo #lateral #madrid img {
    border: 1px solid #211E1C;
}

#centering #todo #lateral #madrid a {
}

#centering #todo #lateral #madrid a:link {
    padding-left:0px;
    padding-right: 0px;
}

#centering #todo #lateral #madrid a:visited {
    background: #E7E7E7;
}

#centering #todo #lateral #madrid a:hover {
}

#centering #todo #lateral #boletin {
    text-decoration: none;
    text-align: center;
    padding: 0;
    width: 167px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#centering #todo #lateral #boletin img { 
    border:none;
    padding: 0;
    margin: 0px;
}

#centering #todo #lateral #boletin a {
    border:none;
    margin: 0px;
    padding: 0px;
}

#centering #todo #lateral #boletin a:link {
    border:none;
    margin: 0px;
    padding: 0px;
}

#centering #todo #lateral #boletin a:visited {
    border:none;
    margin: 0px;
    padding: 0px;
}

#centering #todo #lateral #boletin a:hover {
    border:none;
    margin: 0px;
    padding: 0px;
}

#centering #todo #lateral .nivel {
    color: #211E1C;
}

#centering #todo #lateral .nivel a {
    text-decoration: none;
    margin-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    display: block;
}

#centering #todo #lateral .nivel a:link {
    color: #ffffff;
    background-color: #211E1C;
    margin-left: 2px;
    padding-left: 15px;
    height: 14px;
    background-image:url(img/star_black.gif);
    background-position:3px;
    background-repeat:no-repeat;
}

#centering #todo #lateral .nivel a:visited {
    color: #ffffff;
    background-color: #211E1C;
    margin-left: 2px;
    padding-left: 15px;
    height: 14px;
    background-image:url(img/star_black.gif);
    background-position:3px;
    background-repeat:no-repeat;
}

#centering #todo #lateral .nivel a:hover {
    background: #ffffff;
    color: #211E1C;
    background-image:url(img/star.gif);
    background-position:3px;
    background-repeat:no-repeat;
}

#centering #todo #lateral .subnivel {
}

#centering #todo #lateral .subnivel a {
    text-decoration: none;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    display: block;
}

#centering #todo #lateral .subnivel a:link {
    background: #cccccc;
    color: #211E1C;
}

#centering #todo #lateral .subnivel a:visited {
    background: #cccccc;
    color: #211E1C;
}

#centering #todo #lateral .subnivel a:hover {
    background: #ffffff;
    color: #ef2b2d;
}

#centering #todo #lateral .subniveldos {
    background: #c7c7c7;
    font-weight: normal;
    display: none;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

.footer {
    background-color: #F0F0F0;
    text-align: center;
    margin: 0px;
    padding: 8px;
    font-size: x-small;
    clear: both;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #EF2B2D;
    color: #EF2B2D;
}

#centering #todo #lateral .tituloinicio{
    color: #ffffff;
    background: repeat-x url(images/barragrisoscuro.gif) #211E1C;
    border: 1px solid #211E1C;
    text-align: center;
    font-size: x-small;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#centering #todo #lateral .tituloinicio a{
    color: #ffffff;
    background: repeat-x url(images/barraroja.gif) #b62647;
    border: 1px solid #c40030;
    text-align: center;
    font-size: small;
    font-weight: bold;
}

#centering #todo #lateral .tituloinicio a:link{
    color: #ffffff;
}

#centering #todo #lateral .tituloinicio a:visited{
    color: #ffffff;
}

#centering #todo #lateral .tituloinicio a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.Estilo2, .Estilo1, Estilo3 {
    color: #ff0000;
    font-style: italic;
}

.imagenes {
    border: 1px solid #cccccc;
    padding: 0.5em;
    margin-bottom: 1em;
    margin-left: 4px;
}

.select {
    color: #211E1C;
}


.conforme {
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

.fecha_agenda {
    font-weight: bold;
    color: #211E1C;
}

#eiclogo {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#feedlogo {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}
#ipmlogo {
    float: left;
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
}

#b2eulogo {
    float: left;
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.centra {
    text-align: center;
}

.conforme {
    width: 450px;
    height: 90px;
    overflow: auto;
    color: #FFFFFF;
    background-color: #211E1C;
}

.italic {
    font-style: italic;
}

.black {
    font-weight: bolder;
}

.lateral ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lateral ul li {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: bold;
    color: #000;
}

.even {
    background-color: #fafafa;
}

.odd {
    background-color: #efefef;
}
#menu .promomadrid {
    display: block;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 53px;
}
#todo .red_up {
    height: 25px;
}

.red_up .red {
    width: 467px;
    height: 25px;
    float: right;
    background-color: #EF2B2D;
}
.nivel .activa {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #211E1C;
    padding-left: 15px;
    clear: both;
    margin-left: 2px;
    width: 161px;
    background-color: #FFFFFF;
    height: 14px;
    background-image: url(img/star.gif);
    background-repeat: no-repeat;
    background-position: 3px;
}
.iz a:link {
    color: #EF2B2D;
    text-decoration: none;
}
.iz a:visited {
    color: #EF2B2D;
    text-decoration: none;
}
.iz a:hover {
    color: #211E1C;
    text-decoration: none;
}
.iz a:active {
    color: #EF2B2D;
}
.linea_negra {
    height: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #211E1C;
    width: 720px;
}
#centering #todo .iz span {
    display: block;
    float: left;
    padding-left: 10px;
}
fieldset input[type="text"] {
    text-align: left;
    background-color: #211E1C;
    color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#newsletter  {
    background-color: #FFFFFF;

}
#condicion {
    background-color: #FFFFFF;
}
#comentario {
    background-color: #211E1C;
    color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.nivelfoto {
    background-position: 3px 50%;
    padding-left: 15px;
    margin-left: 2px;
    color: #ffffff;
    height: 100px;
    background-color: #ffffff;
    border-bottom-style:dotted;
	border-width:1px;
	border-bottom-color:#000000;

}

.nivelfoto2 {
    background-position: 3px 50%;
    padding-left: 15px;
    margin-left: 2px;
    color: #ffffff;
    height: 100px;
    background-color: #ffffff

}
.error {
	border: 1px solid #ccc;
	margin: 50px;
	padding: 10px;
	background-color: #f9f9f9;
}

.alignCenter {
	text-align: center;
}
form#journalist .error {
	border: 1px solid red;
        margin: 0;
        padding: 0
}
form#journalist                 {  }
form#journalist fieldset        {padding:10px}
form#journalist label           { float:left; width:200px; display:block; margin-right:10px }