@charset "utf-8";
/* CSS Document R3 Arquitectura*/



.titulo pagina {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.cuerpo {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

body,td,th {
	color: #333;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
 a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFF;
} 
h3 {
	font-size: 12px;
	color: #000;
}
.Estilo1 {font-size: 18px}
-->


/* slideshow de imagenes */
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  max-width:800px;
  margin:auto;
  
}

/* Hide the images by default */
.mySlides {
  display: none;
  max-width:800px;
  margin:auto;
  height:auto;
  
  
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 20%;
  max-width:790px:
  height:auto;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


.responsive
{
	width: 100%;
  max-width: 800px;
  height: auto;
}



.menu2 {padding:0 0 0 0px; margin:0; list-style:none; height:35px; background:#fff url(/imagenes/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 0px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 10px 0 10px;}
.menu2 li.current a {color:#fff; background:url(/imagenes/button3.gif);}
.menu2 li.current a b {background:url(/imagenes/button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background:#000 url(/imagenes/button4.gif);}
.menu2 li a:hover b {background:url(/imagenes/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(/imagenes/button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(/imagenes/button3.gif) no-repeat right top;}

.menuinferior {padding:0 0 0 0px; margin:0; list-style:none; height:35px; background:#fff url(/imagenes/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menuinferior li {float:left;}
.menuinferior li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menuinferior li a b {float:left; display:block; padding:0 10px 0 10px;}
.menuinferior li.current a {color:#fff; background:url(/imagenes/button3.gif);}
.menuinferior li.current a b {background:url(/imagenes/button3.gif) no-repeat right top;}
.menuinferior li a:hover {color:#fff; background:#000 url(/imagenes/button4.gif);}
.menuinferior li a:hover b {background:url(/imagenes/button4.gif) no-repeat right top;}
.menuinferior li.current a:hover {color:#fff; background:#000 url(/imagenes/button3.gif); cursor:default;}
.menuinferior li.current a:hover b {background:url(/imagenes/button3.gif) no-repeat right top;}

