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

font-family: 'Pathway Gothic One', sans-serif;

*/

@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);


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 {
  vertical-align: baseline;
  margin: 0;
  padding: 0; }
  .placeholder {
  color: #aaa;
  }
  img{
	  border:none;}
 
a:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:hover {
	text-decoration: none;
	color: rgba(214,214,214,1.00);
}
a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
body,td,th {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: large;
	font-weight: normal 400;
	color: rgba(61,61,61,1.00);
}
img {
	border:none;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgba(237,237,237,1.00);
}
.conte{
	margin:20px auto 20px auto;
	max-width:980px;
	width:100%;
	height:auto;
	text-align: center;
}
header{
	position: relative;
	margin:auto;
	max-width:980px;
	width:100%;
	height:auto;
	display: block;
	z-index:999999999999;
}
.tel{
	margin:5px auto 10px auto;
	width:100%;
	height:auto;
	text-align: center;
	display:inline-block;
	
}
.num{
	color: rgba(0,78,148,1.00);
	font-size: x-large;
}
.logo{
	margin:auto auto auto auto;
	max-width:200px;
	width:100%;
	height:auto;
	float:none;
	display: block;
}

nav{
	z-index:2;
}
.sombra{
	max-width:980px;
	width:100%;
	height:30px;
	background-image:url(../imagenes/sombra.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.slider{
	margin:10px auto 10px auto;
	max-width:980px;
	width:100%;
	height:auto;
	display: block;
	z-index:0;
}
section{
	margin:10px auto 10px auto;
	display:inline-block;
	max-width:980px;
	width:100%;
	height:auto;
	text-align: left;
}

.cuadro1{
	max-width:673px;
	width:100%;
	min-height:150px;
	text-align: left;
	font-size: larger;
	padding:10px;
	float:left;
	color:rgba(255,255,255,1.00);
	background-color:rgba(77,77,77,1.00);
}
.cuadro2{
	max-width:265px;
	width:100%;
	min-height:182px;
	text-align: left;
	padding:10px;
	float: right;
	color:rgba(255,255,255,1.00);
	background-color: rgba(0,78,148,1.00);
}
.cuadro3{
	max-width:970px;
	width:100%;
	height:auto;
	text-align: left;
	font-size: x-large;
	font-weight:normal;
	padding:10px;
	float:left;
	color: rgba(0,78,148,1.00);
}
.btnver{
	margin:2px;
	padding:10px;
	color:rgba(242,242,242,1.00);
	background-color: rgba(0,0,0,1.00);
	float:right;
	font-size: larger;
	border:none;
}
.btn{
	margin:20px;
	padding:10px;
	color:rgba(242,242,242,1.00);
	background-color: rgba(0,0,0,1.00);
	font-size: medium;
	border:none;
}
.img1{
	float:left;
}
.img2{
	margin:20px;
	float:left;
}
.resaltar1{
	font-size:xx-large;
}
.resaltar2{
	font-size: x-large;
	color:rgba(0,78,148,1.00);
}
.campo1{
	font-family: 'Pathway Gothic One', sans-serif;
	max-width:290px;
	width:100%;
	height:auto;
	margin:5px;
	padding:10px;
	text-align:left;
	font-size:medium;
	color:rgba(0,0,0,1.00);
}
.campo2{
	font-family: 'Pathway Gothic One', sans-serif;
	max-width:950px;
	width:100%;
	height:auto;
	margin:5px 5px 20px 5px;
	padding:10px;
	text-align:left;
	font-size:medium;
	color:rgba(0,0,0,1.00);
}
.aviso {
	margin:20px auto 20px auto ;
	max-width:500px;
	width:100%;
	height:auto;
	text-align: justify;
}
footer{
	max-width:980px;
	width:100%;
	height:auto;
	text-align:center;
	border-top:thin solid rgba(0,0,0,1.00);
	padding-top:10px;
}
.column2{
	margin-bottom:10px;
	-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
}
.video{margin:auto;width:100%;height:400px;}