ul{
    padding: 0px;
    margin: 0px;
    
}
body{
       background-color: black;
}
#contenedorprincipal{
            box-shadow: 0px 0px 40px #ddd;
            width: 1200px;
            height: 700px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -600px;
            margin-top: -350px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            overflow: hidden;
            
}
#cabecera{ width:1200px;
		height:170px;
		background-image:url("imagenes/cabecera.jpg");

                
}
#datoscabecera{ width:1200px;
		height:170px;
		background-image:url("imagenes/difuminado.png");
		font-family:vijaya;
		font-size:30px;
		color:white;
		font-weight:bold;
                background-repeat: no-repeat;
}
#menu{
	width: 1200px;
	height:30px;
	
        background-repeat:repeat;
	background-image:url("imagenes/barraMenu.png");

        
}
#menu li {
        float: left;
        list-style: none;
        height: 30px;
        
        padding: 0px 10px 0px 10px;
        line-height: 30px;
        
} 
#menu li:hover{
    opacity: 0.7;
    background-color: #444;
    color: #ddd;
}
.borde{
    border-right: 1px solid black;
    
}
#menu a{
        font-family:verdana;
	font-size:22px;
	color:black;
        text-decoration:none;
}
h1{
    margin: 0px;
    padding: 0px;
    font-family: vijaya;
    font-weight: bold;
    size: 30px;
}
.contenido{
   font-family: vijaya; 
   font-size:25px;
}
h2{
   font-family: vijaya;
   font-size: 40px;
   margin: 0px 0px 0px 25px;
   font-weight: bold;
   
 
}
#contenedor{
        background-color: #C6F;
        height: 488px ;
        width: 1200px;
        
}
#panelcontenido,#panelimagen{
        float:left;
        
    
}
#panelcontenido{
    width: 650px;
    margin: 30px 10px 0px 50px;
}
#panelimagen{
    width: 430px;
    margin: 20px 0px 0px 0px;
}
.titulo{
    font-family: vijaya;
    font-size: 20px;
    margin: -4px 0px 0px 25px;
}
.correo{
        float: right ;
        margin-right: 10px;
}
#pie{
 text-align: center;
    color: #ddd;
    font-size: 10px;
    background-color: #444;
    width: 1200px !important;
}
#formulario{
        margin-left: 50px;
        width: 1100px;
        height: 488px;
}
.campo{
    width: 320px;
    font-family: verdana;
    font-size: 18px;
    color: #222;
}
.etiqueta{
   background-color: #111;
   color: #ddd;
   font-family: tahoma;
  
}
textarea{
    font-family: verdana;
    font-size: 18px;
    color:#222;
}
#enviar{
    font-size: 22px;
    float:right;
    font-family: tahoma;
    margin-right: 50px;
}
#oficios {
    margin-left: 50px;
    float: left;
   width: 650px;
    
    
}
#oficios table,#oficios p {
    color: #111;
    font-family: tahoma;
    font-size: 20px;
    text-align: center;
}
#fotos-oficios{
    float: left;
    margin-left: 50px;
    height: 400px;
    margin-top: 50px;
        
    
}
#fotos-oficios img{
    position: absolute;
    
}
#espacio-cabecera{
    height: 65px;
}
/* Tiny Scrollbar */
#scrollbar1 { width: 1200px; margin: 0px 0 10px; }
#scrollbar1 .viewport { width: 1180px; height: 480px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
