@charset "utf-8";
/* CSS Document */

/* Reset valores */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { box-sizing:border-box; }

/* estilos */


html { scroll-behavior: smooth; }
body { background-color:#fff; font-family:Arial, Helvetica, sans-serif; }

h1 { 
	font-family: 'Roboto', sans-serif;
	font-size:28px; line-height:28px; padding-bottom:15px;
}
h2 { 
	font-family: 'Roboto', sans-serif;
	font-size:26px; line-height:26px; padding-bottom:15px;
}
h3 { font-size:24px; line-height:24px; font-weight:bold; padding-bottom:15px; }

.conTP { background-color:#f2f2f6; }
.topBienvenida { width:100%; max-width:1248px; margin:auto; }
.topDet { height:8px; background-color:#484a89; }
.menuArea { background-color:#311e50; height:35px; }





.facultadC { font-family: 'Roboto', sans-serif; font-size:16px; line-height:16px; color:#FFF; padding:10px 0 10px 0; }


strong { font-weight:bold; }

p { font-size:16px; line-height:18px; text-align:left; padding-bottom:16px; }

.contenedorP { width:100%; max-width:900px; margin:auto; }

/* Menu */
.menuZone { background:#03783a; overflow:hidden; padding:6px; }


/* recuadro naranja */
.recNar { width:210px; height:270px; overflow:hidden; }

@media screen and (min-width: 899px) {
	.colLogo { width:20%; text-align:center; float:left; border-right:#d99a2d 2px solid; margin-top:10px; }
	.colMenu { width:54%; float:left; color:#fff; padding:10px; background-image:url(../imagenes/decoMenu02.webp); background-position:right; background-repeat:no-repeat; }
	.colRedes { width:26%; float:left; color:#fff; padding:6px; text-align:center; padding-top:10px; }
	.col2DB { width:50%; float:left; }
	.colTres_a { float:left; width:33%; }
	
	.rengCol { overflow:hidden; padding:20px 0 0 0; }
	
	.leftRN { float:right; }
	.cetnRN { margin:auto; }
	.rightRN { float:left; }
	.recDeco01 { height:270px; width:200px; background-image:url(../imagenes/uabc_esCrec.webp); background-repeat:no-repeat; background-position:top center; overflow:hidden; }
	.col2Gr { float:left; width:50%; }
	
	.tituloGr { font-size:38px; line-height:38px; padding-bottom:30px; }
	.bloqueTopPortada { overflow:hidden; padding:20px 0;  }
	.imgEscud { padding:30px 0 0 0; }
	.gry_colTx { padding:0 0 0 20px; }
	
	
}

@media screen and (max-width: 898px) {
	.colLogo { width:100%; text-align:center;  margin-top:10px; }
	.colMenu { width:100%; color:#fff; padding:10px; }
	.colRedes { width:100%; color:#fff; padding:10px; text-align:center; padding-top:10px; }
	.col2DB { width:100%; }
	.colTres_a { float:left; width:100%; }
	
	.rengCol { overflow:hidden; padding:0; }
	
	/* recuadro naranja */
	
	.leftRN, .cetnRN, .rightRN { margin:15px auto; }
	
	.col2Gr { width:100%; }
	
	.tituloGr { font-size:38px; line-height:38px; padding:20px 0 15px 0; }
	
}



.textC { text-align:justify; padding:15px; }
.textC p { text-align:justify; }


.remate { background-color:#311e50; color:#FFF; padding:25px; }

.recuadroOrg { background-color:#de9924; height:300px; border-radius:10px; overflow:hidden; color:#FFF; }

/* Zona Gray */
.ZonaGry { margin-top:20px; padding:25px; background-color:#FFF; overflow:hidden; color:#000; font-family: 'Roboto', sans-serif; font-size:14px; line-height:18px; }

.tituloGr { font-size:38px; line-height:38px; padding-bottom:30px; }
.textoGr { font-size:18px; line-height:22px; text-align:justify; }
.textoGr p { text-align:justify; }


.txtRem {  font-family: 'Roboto', sans-serif; font-size:16px; line-height:16px; color:#FFF; padding:30px; text-align:center; }



/* Btn Regresar */
.cmn-divfloat {
    position: fixed !important;
    bottom: 45px;
    right: 15px;
    display: none;
	z-index:3;
}
.cmn-btncircle {
    width: 40px !important;
    height: 40px !important;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
    opacity: 0.6;
}



/* ----------------------------- Menu de Navegacion ---------------------------- */

/* Add a black background color to the top navigation */
.topnav {
  background-color: #FFF; 
  overflow: hidden;
  clear:left;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #484a89;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #43308c;
  color:#FFFFFF;
  text-decoration: none;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #2d1e76;
  color: white;
  text-decoration: none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* --------------------------- fin navegacion ------------------------- */
