body{
	background:url(../../img/bgg.jpg) repeat scroll 50% 0;
	cursor: auto;
	margin: 0;
	font-family: 12px;
}

.container {
	background-color: white;
}
.arriba{
	height: 30px;
	position: relative;
}
.banner{
	background: url(../../img/banner.jpg);
	height: 176px;
	width: 120%;
	position: relative;
	margin: 0 auto;

}

.banner img{
	max-width: 100%;
}
nav.navbar{
	background-color: #cc1414;
}

.vista{
	text-align: right;
	padding-right: 10px;
	font-weight: bold; 
    color: #333;
}

.vistatd{
	text-align: left;
	padding-right: 10px; 
    color: #333;
}



@media screen and (max-width:450px ) {

.banner {
        background: url("../../img/bn_320.jpg") no-repeat scroll center top rgba(0, 0, 0, 0) !important;
        width: 100%;
        color: #fff;
        height: 172px !important;
        position: relative;
    }

.footer_320{
	font-size: 13px;
	text-align: center;
}

.tramite{
	font-size: 10px;
}

.administrado{
	font-size: 11px;
}
.start{
	font-size: 14px;
}
}

a{
    color: green;
}

.footer_320 p {
    color: green;
}

li a{
    olor: green;
}