body {
		background: #CCCCCC;
	}
	
	/*Teléfono Vertical*/
@media screen and (min-device-width : 0px) and (max-device-width : 360px) and (orientation : portrait){ /*Horientación: Vertical*/
		body{
			background: #000000; margin-top:0px; margin-left:0px;
			}
		.tabla1{ width: 359px; height:557px; border: 1px solid #000000; text-align:center; background: url(img/fondo_serverHC_telefono.jpg);background-repeat: no-repeat;
				background-size:100% 100%;  /*Adapta la imagen de fondo al tamaño de la tabla */
				margin:auto; margin-top: 0px;
				}
	}

	/*Teléfono Horizontal */
@media screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation : landscape){ /*Horientación: Horizontal*/
		body{
			background: #000000;
			}
		.tabla1{ width:360px; height:640px; border: 1px solid #000000; text-align:center; background: url(img/fondo_serverHC_telefono.jpg); background-repeat: no-repeat; margin:auto}
	}


	/*Tablet Vertical*/
@media screen and (min-device-width : 641px) and (max-device-width : 767px) and (orientation : portrait){ /*Horientación: Vertical*/
		body{
			background: #000000;
			}
		.tabla1{ width:902px; height:660px; border:0px; text-align:center; background: url(img/fondo2.jpg); background-repeat: no-repeat; margin:auto}
	
}

/*===========Iphone - NetBook   Horizontal========================*/
@media (min-width: 768px){
	body{
		background: #000000;
		}
	.tabla1{ width:902px; height:660px; border:0px; text-align:center; background: url(img/fondo2.jpg); background-repeat: no-repeat; margin:auto}
}
@media (min-width: 1200px){/*===========PC - Notebooks============================*/
	body{
		background: #CCCCCC; margin-top:0px; margin-left:0px;
		/*background: #CCCCCC;   #FF99FF*/
		
		}
	
	.tabla1{ width:902px; height:660px; border:0px; text-align:center; background: url(img/fondoServerHC.jpg); background-repeat: no-repeat; margin:auto}
	/*.tabla1{ width: 359px; height:557px; border: 1px solid #000000; text-align:center; background: url(img/fondo_telefono.jpg) no-repeat center ; 
			background-size:100% 100%; <!--Adapta la imagen de fondo al tamaño de la tabla -->
			margin:auto; margin-top: 0px;
			}
	*/
	/*.tabla1{ width:355px; height:620px; border: 1px solid #000000; text-align:center; background: url(img/fondo_telefono.jpg); background-repeat: no-repeat; margin:auto; margin-top: 0px;}*/
}


<!--==========================================================-->
/*
<!-- Ventana o monitor menor de 800px -->
@media screen and (max-width: 800px) {
      #contenedor{
                           width:100%;
                       }
}
*/


/*
<!-- Smartphones -- >
@media screen and (max-device-width : 480px) {

        #sidebar{
	        display:none;
	        }

                #menu{
               text-align:center;
               }
}

<!-- Ipad en posición vertical -->
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
       .entry, .entry-content
       {
 	      font-size:1.2em;
	      line-height:1.5em;

	}
 }
 
*/