@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333;
	font-size:35px;
	font-family:Verdana, Geneva, sans-serif;
}

#verport {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/bgButton.png) no-repeat scroll 0 0;
font-size:16px;
height:22px;
margin:8px 26px;
padding:4px 4px 4px 11px;
	
}

.portafolio {
	display: inline;
	background-color: #000;
	margin: 5px;
	color: #FFF;
	padding: 10px;
}
.portafoliocontainer {
	text-align: center;
	display: block;
	height: 30px;
	vertical-align: middle;
	padding-top: 20px;
}
.portafolio  {
	font-weight: bold;
	text-decoration: none;
}
.portafolio:hover {
	background-color: #F60;
}

.portafolio:active {
	background-color: #F60;
}

a {
	color:#00AA31;
	text-decoration:none;
}

h4 {
	display:block;
	margin-top:40px;
}

h4 a{
	background-color:#000;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
}

h4 a:hover, h4 a:active{

	padding:10px;
	background-color: #F60;
}

p img {
	width:100px;
	margin-right:20px;
	margin-bottom:20px;
	
}

.thumbs {
	width:100px;
	margin-right:20px;
	margin-bottom:20px;
}

