body {
	width: 100%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 0px;
}

@font-face {
    font-family: 'Uptown';
    src: local('Uptown'),         
         url('Uptown.TTF') format('truetype');
}
	#cssmenu {
	position: relative;
	height: 30px;
	width: auto;
	background-color: #413B23;
	margin: 0px;
	padding: 0px;
}

#cssmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#cssmenu > ul {
	position: relative;
	display: block;
	height: 20px;
	width: 100%;
	z-index: 500;
	background-color: #413B23;
	margin: 0px;
}
#cssmenu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
	display: block;
	font-family: Uptown;
	text-decoration: none;
	font-weight: normal;
}
#cssmenu > ul > li > a {
	font-size: 16px;
	font-weight: normal;
	color: #B0AE93;
	text-transform: uppercase;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #B0AE93;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
	position: absolute;
	height: 10px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #B0AE93;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #B0AE93;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
	width: 130px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #B0AE93;
	background: #fff;


  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cssmenu ul ul li:hover > a {
	background: #f6f6f6;
	color: #B0AE93;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #B0AE93;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 1600px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #B0AE93;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #B0AE93;
    border-bottom: 2px solid #B0AE93;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #B0AE93;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}
#textos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: relative;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.photoefect {
	border: 3px solid #333333;
}
.photoefect:hover {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .8;
	border: 3px solid #FFFFFF;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

@media screen and (min-width: 650px) and (max-width:1099px) {
	p{	
	font-size: 1.5em;
	}
}


@media screen and (min-width: 1100px) {
	p{	
	font-size: 2em;
	}
}

@media screen and (min-width: 1280px) {
	p{	
	font-size: 2.3em;
	}
}

@media screen and (min-width: 1400px) {
	p{	
	font-size: 2.75em;
	}
}

.backtotop {
	display: block;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #B0AE93;
	font-size: 16px;
	text-align: center;
	background-color: #3B3B3B;
	padding: 10px;
  }
.backtotop:hover {
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	background-color: #3b3b3b;
	padding: 10px;
}
.minilinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 7px;
	font-weight: normal;
}

.minilinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00CCFF;
	text-decoration: none;
	padding-right: 7px;
	font-weight: normal;
}


.barra {
	width: 423px;
	height: 98px;
	float: left;
	padding-top: 65px;
	padding-left: 149px;
}
.barra1 {
	height: 32px;
}

.logo {
	width: 100%;
	height: 132px;
}
.barra2 {

}
.linkbarra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B0AE93;
	text-decoration: none;
	padding-right: 8px;
	font-weight: normal;
	padding-left: 6px;
}
.linkbarra:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c44649;
	text-decoration: none;
	padding-right: 8px;
	font-weight: bold;
	padding-left: 6px;
}
.fotosderecha {
	float: right;
	margin-left: 20px;
	text-align: center;
}
.textoregular1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: 24px;
}
.destacadonegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #696969;
	font-weight: lighter;
	line-height: 22px;
}
.destacadonegro2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: lighter;
	line-height: 22px;
}

.textoregular2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #696969;
	font-weight: lighter;
	line-height: 20px;
}
.textoregularnegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
	line-height: 20px;
}
.punteonegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: lighter;
	line-height: 20px;
}
.punteorojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	line-height: 20px;
	font-style: italic;
}



.destacadoazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1972ae;
	font-weight: lighter;
	line-height: 24px;
	padding-left: 60px;
}

.cajaboton {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;
	padding-top: 7px;
	padding-bottom: 7px;
}
.subtitulorojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

.linklateralazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E8DF69;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
.linklateralazul:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E8DF69;
	font-weight: bold;
	text-decoration: underline;
}


.titulosrojo {
	font-family: Uptown;
	font-size: 30px;
	color: #B0AE93;
	font-weight: normal;
}
.linkquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: underline;
	line-height: 22px;
}
.linkquote:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0px;
	text-decoration: underline;
	line-height: 22px;
}
#contenedor #medio #quote {
	width: 220px;
	float: left;
	margin-right: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}
#contenedor #medio #quote2 {
	width: 226px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 38px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	line-height: 22px;
}
.linkquote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	padding: 0px;
	text-decoration: underline;
}
#contenedor #medio #afuera #quote3 {
	width: 224px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003333;
	padding: 0px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #003366;
	margin-bottom: 15px;
}
#contenedor #medio #afuera {
	width: 220px;
	background-color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003333;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 60px;
}
.destacadositalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1972AE;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
}
.tkvw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	font-weight: normal;
}
.tkvw:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration: none;
	margin-right: 5px;
	font-weight: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 7px;
	font-weight: normal;
}
.subtituloblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	font-style: italic;
}
.linkservice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1972ae;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
}
.linkservice:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00CCFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
}
.sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1972AE;
	text-decoration: none;
	margin-right: 5px;
	padding-bottom: -20px;
	margin-bottom: 20px;
}
.linkbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1972ae;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
}
.linkbody:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099CC;
	font-weight: normal;
	text-decoration: underline;
	line-height: 22px;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1972AE;
	font-weight: bold;
	font-style: italic;
}
.destacadobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	line-height: 22px;
}
.testimonialnoitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1972AE;
	font-weight: bold;
	font-style: normal;
}
.cajasform {
	border: 1px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contenedor #medio #portfolio {
	width: 850px;
	float: left;
	top: 0px;
	margin-right: 60px;
	margin-top: 20px;
	margin-left: 60px;
}
.photoefect {
	border: 3px solid #002D59;
	margin-right: 10px;
	margin-left: 10px;
}
.photoefect:hover {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .8;
	border: 3px solid #FFFFFF;
}
.centro {
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 10px;
}
.bottom {
	margin-right: 3%;
	margin-left: 3%;
}
