@font-face {
       font-family: 'din';
       src : url('/img/images/din.ttf');
	font-style: normal;
	 font-weight: normal;
 
}

@font-face {
       font-family: 'pacifica';
       src : url('/img/images/pacifica.ttf');
	font-style: normal;
	 font-weight: normal;
 
}


*{
	font-family: 'din';
	font-size:17px;

}


p{
	padding:0px;
	margin:0px;
}
body{
	margin:0px;
	padding:0px;
	color:#000000;
	font-family: Helvetica; 

}


h1{
	color:#005099;
}

h2{
	color:#005099;
}

h3{
	color:#005099;
}

img{
border:none;
}

a{
	color:#333;
}

a:hover{
	color:#777;
	text-decoration:none;
}




/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #000;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}


th {
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}



table tr.altrow td {
	background: #f4f4f4;
	color:#000000;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}


/* Paging */
div.paging {
	color: #fff;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #aaa;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #00f;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

textarea{
	width:90%;
}

.menu{
	
	background:#2F2E2E;
	width:100%;
	position:fixed;
	z-index:3;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;

}

.menu a{
	color:#fff;
	margin-right:40px;
	text-decoration:none;
	font-weight:bold;
}


.menu a:hover{
	color:#ddd;
	margin-right:40px;
	text-decoration:none;
	font-weight:bold;
}

.contenido{
	padding-top:35px;
	color:#000;
}



.footer{
	background:#2F2E2E;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
}

.footer img{
	width:30px;
	margin-right:10px;

}

.rotativo_contenido{
	position:absolute;
	top:25%;
	z-index:2;
	width:100%;
	text-align:center;

}

.rotativo_contenido h2{
	color:#fff;
	font-size:68px;
	font-family: 'pacifica';
	padding:0px;
	margin:0px;
}

.rotativo_contenido h3{
	color:#fff;
	font-size:25px;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.div_inicio_2{
	margin-top:-20px;
	width:100%;
	padding-top:30px;
	padding-bottom:70px;
	background-image: url("/img/images/fondo2.png");
	color:#fff;
}

.div_inicio_2 table{
	color:#fff;
}


.div_inicio_titulo{
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:34px;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
}

.div_inicio_titulo_sep{
	width:70px;
	height:5px;
	background:#fff;
	margin-bottom:60px;
}



.div_inicio_3{
	width:100%;
	padding-top:30px;
	padding-bottom:70px;
	background:#fff;
	color:#000;
}



.div_inicio_titulo_2{
	width:100%;
	color:#000;
	font-weight:bold;
	font-size:34px;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
}

.div_inicio_titulo_sep_2{
	width:70px;
	height:5px;
	background:#000;
	margin-bottom:60px;
}

.portafolio_selector{
	text-align:left;	
	margin-left:10%;
}

.portafolio_selector a{
	text-decoration:none;
	font-weight:bold;
}

.portafolio_elementos{
	padding-top:20px;
}

.portafolio_elemento{
	float:left;
	margin-left:3%;
	width:30%;
	margin-bottom:3%;

}

.div_inicio_4{
	width:100%;
/*	padding-top:30px; */
	background:#fff;
	color:#000;
	position:relative;
	z-index:1;
}

.div_inicio_44{
	position:absolute;
	z-index:2;
	width:80%;
	background:#fff;
	color:#000;
	top:10%;
	left:10%;
	max-height:500px;
	overflow:auto;
}


.div_inicio_441{
	padding:20px;
	text-align:justify;
}


.div_inicio_5{
	width:100%;
	background:#fff;
	color:#000;
	position:relative;
	z-index:1;
}

.div_inicio_55{
	position:absolute;
	z-index:2;
	width:80%;
	background:#fff;
	color:#000;
	top:10%;
	left:10%;
	max-height:500px;
	overflow:auto;
}


.div_inicio_551{
	padding:20px;
	text-align:justify;
	padding-top:0px;
}




