body {
	background-color: #545454;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
@font-face {
 	font-family: "Kroeger";
 	src: url("fuentes/kroe0553.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 	font-family: "Kroeger";
 	src: url("fuentes/kroe0553.eot") /* EOT file for IE */
}
@font-face {
    font-family: "FrutigerBold";
    src: url("fuentes/FRB_____.TTF"); /* TTF file for CSS3 browsers */
}
@font-face {
    font-family: "FrutigerBold";
    src: url("fuentes/FRB_____.eot"); /* TTF file for CSS3 browsers */
}
h1 {
	font-family: FrutigerBold, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	vertical-align: top;
}
h2 {
	font-family: FrutigerBold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a.txt1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txt1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.txt2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.txt2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.txt3 {
	font-family: Kroeger, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
a.txt3:link {
	font-family: Kroeger, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
a.txt3:hover {
	font-family: Kroeger, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFCC00;
	text-decoration: none;
	text-transform: capitalize;
}
.txt4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txt4:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txt4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.sombra_izq {
	background-image: url(imagenes/generales/sombra-izquierda.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 30px;
}
.sombra_der {
	background-image: url(imagenes/generales/sombra-derecha.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 30px;
}
.fondo_fotos {
	background-color: #FFFFFF;
	text-align: center;
	width: 130px;
	margin: 0px;
	padding: 0px;
	height: 130px;
}
.fondo_txt_home {
	background-color: #b5b5b5;
	text-align: justify;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 410px;
	padding: 10px;
	vertical-align: top;
}
.fondo_arquitectura {
	text-align: justify;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 410px;
	padding: 10px;
	vertical-align: top;
	background-image: url(imagenes/generales/fondo-arquitectura.jpg);
}
.fondo_comunicacion {
	text-align: justify;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 410px;
	padding: 10px;
	vertical-align: top;
	background-image: url(imagenes/generales/fondo-comunicacion-visual.jpg);
}
.fondo_col_der {
	background-image: url(imagenes/generales/fondo-columna-der.gif);
	height: 430px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #B5B5B5;
}
.campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 100%;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #535353;
}
.clipout{
  position:relative;
  width:125px;
  height:125px;
}
.clipin{
  position:absolute;
  clip:rect(50px 263px 175px 138px);
  top:-50px;
  left:-138px;
}
