body{
	background-image: url(imgs/bg_page.gif);
	margin: 0px;
	color: #333333;
	font-family: arial;
	font-size: 12px;
}

A, A:link, A:active, A:visited{
	text-decoration: none;
	color: #ff3447;
}

A:hover{
	text-decoration: underline;
	color: #ff3447;
}

.bgGeneral{
	background-color: #ffffff;
}

.bgFooter{
	background-color: #f2f2f0;
}

.titSeccion{
	font-size: 30px;
	color: #2D98BA;
	font-weight: bold;
	letter-spacing: -2px;
}

.intertitulo{
	font-size: 18px;
	color: #2D98BA;
	font-weight: bold;
}

.intertituloNegro{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.separador{
	background-image: url(imgs/shade-footer.png);
}

.bgUltimos{
	background-color: #000000;
	padding: 10px;
}

.bgTrabajos{
	background-color: #363636;
	color: #ffffff;
	padding: 10px;
}

.txtUltimos{
	color: #999999;
	font-size: 30px;
}

.txtTrabajos{
	color: #ffffff;
	font-size: 30px;
}

.txtSocios{
	color: #999999;
	font-size: 16px;
}

.portafolioImg{
	background-image: url(imgs/bg_portafolio.jpg);
	background-repeat: repeat-x;
	height: 232px;
	padding: 5px;
}

.portafolioTit{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	/*text-transform: uppercase;
	letter-spacing: -2px;*/
	color: #339999;
}

.bgTabla{
	background-image: url(imgs/bg_tabla.png);
}

.copyright{
	font-size: 10px;
}

.formTXT{
	font-family: arial;
	font-size: 12px;
}