* {
margin: 0px;
padding: 0px;
}

header, section, footer, nav, aside, article, figure, figcaption,
hgroup{
display: block;
}

body {
text-align: center;
}


/* ORDENADOR. PANTALLA * x 768 */

@media screen and (max-device-height: 2000px) and (min-device-height: 0px) {
    
#WEB {
width: 970px;
margin: 15px auto;
text-align: left;
}

#CAB2 {
    width: 970px;
    height: 60px;
    border: 0px;
    background: url("images/Cabecera.jpg");
}

#CuerpoCentral {
    float:left;
    width: 710px;
    height: 470px;
    border: 1px solid #222;
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
    background: url("images/FondoInicio.jpg") center;
    background-repeat: no-repeat;
}

#CuerpoLateralDcho {
    float: right;
    width: 248px;
    margin: 0px 0px 6px 0px;
    height: 470px;
    border: 1px solid #222;
    background-image: linear-gradient(green, lime);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

#T1CuerpoLateralDcho {
    font: bold 13px Arial, Helvetica;
    color: white;
    padding: 25px 0px 0px 15px; 
}

#T2CuerpoLateralDcho {
    width: 248px;
    height:270px;
    margin: 0 auto;
    padding: 100px 0px 0px 20px; 
}

#Pie {
    width: 970px;
    height: 40px;
}

#Pie0 {
    clear:both;
    width: 970px;
    height: 20px;
    border: 1px solid #222;
    background-image: linear-gradient(lime, green);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

#Pie1 {
    width: 970px;
    height: 20px;
    font-size: 10px;
    font-weight: normal;
    text-align: center;     
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    width: 970px;
    margin: 6px auto;
    border: 1px solid #222;
    background-color: #111;
    background-image: linear-gradient(green, lime);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}

#menu li {
    float: left;
    border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;
    position: relative;
}

#menu a {
    float: left;
    padding: 12px 30px;
    color: white;
    text-transform: uppercase;
    font: bold 13px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 3px #000;
}

#menu li:hover > a {
    color: #fde200;
}

*html #menu li a:hover { /* IE6 only */
    color: #fde200;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #444;
    background-image: linear-gradient(green, lime);    
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);    
    border-radius: 3px;
    transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);        
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 130px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #ffffff;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;    
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;     
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}

}
