

body {
	background-color: #FFFFFF;
	color: #444444;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: repeat;
}

img {  
    border-style: none;
    border: 0;
}

a {
	color: #B04E46;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7F3933;
}


label{
    font-weight: bold;
}

.relativa{
	position: relative;
}

.centrada{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.centradaHorizontal{
	position: absolute;
	left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
}


#contenedorCabecera{
    margin-bottom: 10px;
}


#contenedorCuerpo{
}


#softwareDeArte{
	position: relative;
	left: 0px;
	color: #A99D9D;
}

.navegador ul {
    font-size:x-large;
	position: relative;
	top: -4px;
	list-style-type: none;
}

.navegador li {
  display: inline;
  text-align: center;
  margin: 0 10px 0 0;
}

.navegador a {
	color: #B04E46;
	font-weight: bold;
	text-decoration: none;
}

.navegador a:hover {
	color: #7F3933;
}

.navegador .paginaSeleccionada {
    border-color: #B04E46;
    border-style:double;
    border-radius: 4px;
    border-width: 1px;
    padding: 4px;
}

#cartel {
  padding-top: 17px;
  color:#888888;
}

#paraMaverics{
	position: relative;
	top:-20px;
}

#bloqueCaratula{
	position: relative;
	top: 10px;
	margin-left: 130px;
	height: 700px;
}

#marca{
   	position: relative;
	top: 15px; 
	left: -10px;
}

#caratula{
     position: absolute;
}

.captura{
    background-color: #ffffff;
    border-radius: 8px;
    border-color: #6c6464;
    margin-bottom: 10px;
}

#capturaPrincipal{
  left: -28px;
}

#soon{
	font-size: 36px;
	position:absolute;
	top:7px;
	color: #6c6464;
}

#secundariaDerecha{
	position: relative;
}

.boton{
	position: relative;
	text-align: center;
	background-color: #B04E46;
	border-radius: 4px;
	border-color: #fdf3f3;
	border-style:solid;
	border-width: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
		height: 20px;
}

.boton a{
    color: #FFFFFF;
}

.boton a:hover{
	color: #593637;
}

.correoDA{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:auto;
	bottom: auto;
	width: 140px;
	height: 20px;
	background-size: 140px 20px;
	background-image: url(../images/tema/boton_correo_da_blanco.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

/*
.correoDA::before{
    	background-color: #B04E46;
}
*/

#pie{
    margin-top: 20px;
}

#epigrafePie{
  width: 100%;
  top: -15px;
  font-size: 10px;
  color: #797070;
  text-align: center;
  position: relative;
}

#placaTapa{
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  background-color:rgba(0, 0, 0, 0.75);
}

#capturaTapa{
    position: fixed;
    width: 900px;
    height: 600px;
    left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

#cruzCierre{
    position: relative;
    top:-620px;
    left: 20px;
}


