/*#################################################################
//############ ayuda.css                        ###################
//############ Creado por puperico              ###################
//############ El 22-3-2018 13:17:54            ###################
//###############################################################*/
.fondo_ventana_ayuda{
position: relative;
top: 0px;
left: 0px;
background-color: #fff;
}
.ayuda_cabecera{
text-align: center;
position: relative;
text-shadow: 1px -1px 1px #030303, 1px 1px 1px #030303, -1px -1px 1px #030303, -1px 1px 1px #030303, 2px -2px 1px #030303, 2px 2px 1px #030303, -2px -2px 1px #030303, -2px 2px 1px #030303;
color: #fff;
font-size: 1.2em;
font-family: sans-serif;
font-weight: bold;
width: 300px;
}
.contenedor_ayuda_contenido{
background-color: #fff;
width: 300px;
}
.ayuda_contenido{
color: #000;
position: relative;
left: 4px;
width: 300px;    
}
p{
color: #000;
position: relative;
left: 4px;
width: 290px;    
}
.contenedor_enlaces_ayuda{
position: relative;
left: 10px;
}
a.enlace_ayuda{
text-decoration: none;
font-weight: bold;
font-size: 1.6em;
color: #b39500;
text-shadow: 1px -1px 1px #030303, 1px 1px 1px #030303, -1px -1px 1px #030303, -1px 1px 1px #030303, 2px -2px 1px #030303, 2px 2px 1px #030303, -2px -2px 1px #030303, -2px 2px 1px #030303;
}
a.enlace_ayuda:hover{
text-decoration: none;
font-weight: bold;
font-size: 1.6em;
color: #fff;
text-shadow: 1px -1px 1px #030303, 1px 1px 1px #030303, -1px -1px 1px #030303, -1px 1px 1px #030303, 2px -2px 1px #030303, 2px 2px 1px #030303, -2px -2px 1px #030303, -2px 2px 1px #030303;
}
a.enlace_contenido_ayuda{
text-decoration: none;
font-weight: bold;
font-size: 1.6em;
color: #b39500;
text-shadow: 5px 5px 3px #fff;
}
a.enlace_contenido_ayuda:hover{
text-decoration: none;
font-weight: bold;
font-size: 1.6em;
color: #504304;
text-shadow: 5px 5px 3px #fff;
}