 /* www.grupopandora.es: CSS general
   diseņo y desarrollo: www.lima-limon.com */

html {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 0.81em;
	color:#000;
    background-color: #fff;
}
body {
    margin: 0;
    padding:0;
	color:#000;
    background-color: #fff;
    min-width: 52em;
}
h1 {
    margin: 1em  0 0 0;
    padding: 0;
    font-size: 2em;
    font-weight: bold;
    color: #82005E;
}
h2 {
    margin: 0.6em 0 0 0;
    padding: 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #82005E;
}
h3 {
    font-size: 1.4em;
    font-weight: bold;
    color: #F57D00;
}
hr {
    border: 1px solid #fff;
    border-bottom: 1px solid #669900;
}
img { border: 0; }
p, blockquote { text-align: justify; }
blockquote {
    text-align: justify;
    font-size: 1.2em;
    font-weight: bold;
}
a {
    color: #82005E;
    font-weight: bold;
}
 a:visited {

}
 a:focus {
    border: 2px solid #D7D700 !important;
    background: #FFFF99 !important;
    color: #000 !important;
}
a:active {
    border: 2px solid #D7D700 !important;
    background: #FFFF99 !important;
    color: #000 !important;
}

/*//////////// ID /////////////*/

#dvContenedor {
    position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}
#dvRastro {
    padding: 5px;
    background: #80345B url(../images/comun/bg-rastro.png) bottom center no-repeat;
    color: #fff;
}
#dvRastro a { color: #D27EA8; }

#dvLogo {
    position: absolute;
    top: 50px;
    left: 0;
}
#dvMenuAyudas {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}
#dvMenuAyudas ul {
    margin: 0;
    padding:0;
}
#dvMenuAyudas li {
    margin: 0;
    padding:0;
    list-style-type: none;
    display: inline;
}
#dvMenuAyudas a {
    padding: 0 10px 0 20px;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}
#dvMenuAyudas a:hover { text-decoration: underline;  }
#aInicio, #aContactar {
    background-repeat: no-repeat;
    background-position: left center;
}
#aInicio {
    margin-right: 10px;
    border-right: 1px solid #fff;
    background-image: url(../images/comun/ico-inicio.png);
}
#aContactar { background-image: url(../images/comun/ico-contactar.png); }
#dvMenuPrincipal {
    position: absolute;
    top: 120px;
    left: 25px;
}
#dvMenuPrincipal ul {
    margin: 0;
    padding:0;
}
#dvMenuPrincipal li {
    margin: 0;
    padding:0;
    list-style-type: none;
    display: inline;
}
#dvMenuPrincipal a {
    padding: 5px;
    border-right: 1px solid #ccc;
    text-decoration:none;
    font-size: 1.3em;
    font-weight: normal;
}
#dvMenuPrincipal a:hover { color: #AA4578; }
#dvMenuPrincipal #aTrabaja {
    border-right: 0;
}
#dvMenuServicios {
    position: absolute;
    left: 0;
    width: 260px;
    height: 150px;
    margin-top: 9.5em;
    background: transparent url(../images/comun/bg-menu-servicios.png) top left no-repeat;
}
#dvMenuServicios ul {
    margin: 5px 0 5px 10px;
    padding: 0;
}
#dvMenuServicios li {
    margin: 0;
    padding: 0.15em;
    list-style-type: none;
}
#dvMenuServicios li a {
    font-size: 1.7em;
    color: #fff;
}
#dvMenuServicios li a:hover { color: #AA4678; }
#liConsultoria { padding-top: 1.3em !important; }
#liConsultoria a:hover { color: #611446 !important; }
#dvFlash {
    position: absolute;
    margin-top: 9.5em;
    right: 0;
}
#dvContenido {
    margin-top: 21em;
    width: 500px;
    float: left;
}
#dvNoticias {
    width: 260px;
    margin: 22em 0 1em 0;
    padding-top: 10px;
    float: right;
    background: #fff url(../images/comun/bg-noticias.png) top no-repeat;
}
#dvNoticias div {
    margin:0;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0 10px 10px 10px;
}
#dvNoticias h2 {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 1.2em;
    background: #fff url(../images/comun/ico-noticias.png) center left no-repeat;
}
#dvNoticias h2 a:hover { color: #AA4678 }
#spOtrasNot, #spCursos {
    display: block;
    padding: 0.2em 0.2em 0.2em 1em;
    background-color: #82005E;
}
#spOtrasNot a, #spCursos a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#spCursos {
    padding-bottom: 0.3em;
    border-top: 1px solid #fff;
    background: #82005E url(../images/comun/bg-noticias-2.png) bottom center no-repeat;
}
#spOtrasNot a:hover, #spCursos a:hover { text-decoration: underline; }
#dvDireccion {
    clear: both;
    background: #AA4678 url(../images/comun/bg-direccion.png) top no-repeat;
}
#dvDireccion address {
    padding:  5px 8px 8px 8px;
    text-align: center;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    background: transparent url(../images/comun/bg-direccion-2.png) bottom no-repeat;
}
#dvDireccion address a {
	color: #fff;
}
#dvCalidad {
  position: absolute;
  left: 0;
  margin-top: 5px;
}
#dvLimaLimon {
  position: absolute;
  right: 0;
  margin-top: 18px;
}

/*////////// CLASES ///////////*/

.ocultar { display: none; }
.dvResalta { background: #D27EA8 url(../images/comun/bg-destacado.png) top center no-repeat; }
.dvResalta p {
    padding: 4px 0 5px 0;
    background: transparent url(../images/comun/bg-destacado-2.png) bottom center no-repeat; }
.dvResalta p a {
    padding-left: 15px;
    text-decoration: none;
}
.dvResalta .pContactar a {
    padding-left: 35px;
    background: transparent url(../images/comun/ico-contactar-2.png) 10px 5px no-repeat;
    text-decoration: none;
}
.dvResalta a:hover {
    color: #512139;
    text-decoration: underline;
}

