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

@font-face {
    font-family:"c74d2a3b";
	src:url(fonts/uagro-fonts/c74d2a3b.ttf);
}
@font-face {
    font-family:"CartoGothicStd_Book";
	src:url(fonts/uagro-fonts/CartoGothicStd_Book.ttf);
}
@font-face {
    font-family:"CartoGothicStd-Bold";
	src:url(fonts/uagro-fonts/CartoGothicStd-Bold.otf);
}
@font-face {
    font-family:"CartoGothicStd-BoldItalic";
	src:url(fonts/uagro-fonts/CartoGothicStd-BoldItalic.otf);
}
@font-face {
    font-family:"CartoGothicStd-Book";
	src:url(fonts/uagro-fonts/CartoGothicStd-Book.otf);
}
@font-face {
    font-family:"CartoGothicStd-Italic";
	src:url(fonts/uagro-fonts/CartoGothicStd-Italic.otf);
}
@font-face {
    font-family:"EuroStyle Normal";
	src:url(fonts/uagro-fonts/EuroStyle%20Normal.ttf);
}
@font-face {
    font-family:"OCRAStd";
	src:url(fonts/uagro-fonts/OCRAStd.otf);
}
@font-face {
    font-family:"upcib";
	src:url(fonts/uagro-fonts/upcib.ttf);
}
@font-face {
    font-family:"upcibi";
	src:url(fonts/uagro-fonts/upcibi.ttf);
}
@font-face {
    font-family:"upcii";
	src:url(fonts/uagro-fonts/upcii.ttf);
}
@font-face {
    font-family:"upcil";
	src:url(fonts/uagro-fonts/upcil.ttf);
}

footer {
	background-color:#163163;
	color:#FFFFFF;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
}

#clearfix {
	clear:both;
}

.view_button {
	float:left;
	width:auto;
	margin:20px auto 0px auto;
	padding:0px;
}
.view_button ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.view_button li a:link, .view_button li a:visited {
	display:block;
	width:auto;
	padding:10px;
	background-color:#B61D22;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	border-radius: 15px;
}
.view_button li a:hover, .view_button li a:active {
	background-color:#FF0000;
	color:#FFF;
}

.view_button_blue {
	float:left;
	width:auto;
	margin:20px auto 0px auto;
	padding:0px;
}
.view_button_blue ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.view_button_blue li a:link, .view_button_blue li a:visited {
	display:block;
	width:auto;
	padding:10px;
	background-color:#163163;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	border-radius: 15px;
}
.view_button_blue li a:hover, .view_button_blue li a:active {
	background-color:#155da9;
	color:#FFF;
}

@media screen and (max-width:810px){
	#baja{
		height: 1015px;
	}
}

@media screen and (min-width:811px){
	#baja{
		height: 400px;
	}
}

.view_button2 {
	float:left;
	width:100%;
	margin:20px auto 0px auto;
	padding:0px;
}
.view_button2 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.view_button2 li a:link, .view_button2 li a:visited {
	display:block;
	width:auto;
	padding:10px;
	background-color:#B61D22;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
.view_button2 li a:hover, .view_button2 li a:active {
	background-color:#163163;
	color:#FFF;
}
.section_head a:link, .section_head a:visited {
	color:#163163;
	text-decoration:none;
}
.section_head a:hover, .section_head a:active {
	color:#155da9;
}
.section_foot a:link, .section_foot a:visited {
	color:#155da9;
	text-decoration:none;
}
.section_foot a:hover, .section_foot a:active {
	color:#B61D22;
}
.foot_link a:link, .foot_link a:visited {
	color:#fff;
	text-decoration:none;
}
.foot_link a:hover, .foot_link a:active {
	color:#d9d9d9;
}