﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
 .pbTable{width: 762px;}
 
.HeaderOficinas { /* Encabezado Directorio Oficinas */
	background-color: #000000;
	background-image: url(../Images/oficinas_tealca.png);
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #cccccc;
	}
	
.tre {
	background-image: url(../Images/base-oficinas2_03.gif);
	background-repeat: repeat-x;
}

.pcC2 { /* page container center (contents of page container) --> Segun diseño modificado */
	background-image: url(../Images/base-oficinas2_03.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	width: 100%;
	padding-top: 8px;
	}
	
	.pcC3 { /* page container center (contents of page container) --> Segun diseño modificado para cobertura */
	background-image: url(../Images/tealca-cobertura_03.png);
	background-repeat: repeat-x;
	vertical-align: top;
	width: 100%;
	padding-top: 8px;
	}