html {
	margin:0;
	padding: 0;
	overflow:scroll;
	overflow-x:hidden;
}

body {
	margin:0;
	padding: 0;
	background-color: #fcfcfc;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: helvetica;
	font-size:12px;
}

a,
a:visited{
	color:#4f7a9d;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#0066CC;
}

img {
	border: none;
}

.error{
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.success{
	color:#006600 !important;
	font-weight:bold;
	text-align:center !important;
}

.separator{
	clear:both;
}
.general {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 50px;
}

.header {
	width: auto;
	height: 140px;
	position:relative;
}

	.header img.contacto {
		position:absolute;
		top:44px;
		right:0px;
	}
	
	.header img.logo {
		position:absolute;
		top:30px;
		left:20px;
	}

.header .menu ul{
	list-style:none;
	height:22px;
	position:absolute;
	bottom:0px;	
	height:30px;
	left:50%;
	margin-left:-120px;
}
	
	.header .menu ul li{
		float:left;
		line-height:22px;
		margin-right:35px;
		height:30px;
	}
	
		.header .menu ul li.selected{
			background-image:url(../images/menu_selected.jpg);
			background-position:50% 22px;
			background-repeat:no-repeat;
		}
		
		.header .menu ul li.selected a{
			font-weight:bold;
			color:#FFFFFF;
		}
	
		.header .menu ul li a{
			text-transform:uppercase;
			text-align:center;
			font-weight:bold;
			color:#CCCCCC;
			text-decoration:none;
			display:block;
			float:left;
			font-weight:normal;
			font-size:12px;
		}
		
		.header .menu ul li a:hover{
			color:#FFFFFF;
		}

.page {
	padding-top: 25px;
	margin-bottom: 30px;
}

.page .webcontent{
	width:600px;
}

	.home ul{
		list-style:inside;
		list-style-type:inherit;
		padding-left:20px;
		color:#5B5A5A;
		font-size:12px;
	}
	
		.home ul li{
			line-height:16px;
		}

.page p{
	margin:12px 0;
	text-align:justify;
	line-height:16px;
	color:#5B5A5A;
}

.page .subtitle p {
	color: #5b5a5a;
	line-height:18px;
	font-size: 14px;
	width: 600px;
	display: block;
	text-align: justify;
	margin-bottom: 25px;
}

.page h1 {
	color:#4f7a9d;
	text-transform:uppercase;
	font-family: helvetica;
	font-weight:normal;
	font-size:30px;
	border-bottom:3px solid #4f7a9d;
	margin-top: 25px;
	margin-bottom:20px;
}

.page .home h1{
	margin-top: 50px;
}

.page div.content {
	padding:0 15px;
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #b6b6b6;
}

.page div.content.last {
	border-bottom: none;
	padding-bottom: 20px;
}

.page div.content.first {
	margin-top: 20px;
}

div.content h2 {
	font-family: helvetica;
	color: #595959;
	font-size: 18px;
}

div.content div.content p {
	color: #5b5a5a;
	text-align: justify;
	display: block;
	padding-right: 20px;
}

.contactar{
	text-align:right;
	padding-top:15px;
}
	.contactar a,
	.contactar a:visited{
		color:	#dcdcdc;
		background-color:#4f7a9d;
		padding:5px;
		font-weight:normal;
	}
	
	.contactar a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	

.portofolio {
	width: 600px;
}

	.portofolio ul li{
		float:left;
		position:relative;
	}
	
	.portofolio ul li .desarrollo{
		position:absolute;
		z-index:100;
		width:193px;
		height:73px;
		top:1px;
		left:1px;
		background-image:url(../images/en_desarrollo.png);
	}
	
	.portofolio ul li div:hover{
		background-position:0 -73px;
	}

.portofolio a {
	border:1px solid #acacac;
	width:193px;
	height:73px;
	display: block;
	float:left;
	float: left;
	margin-right: 2px;
	margin-left: 3px;
	margin-bottom: 5px;
}

.portofolio a:hover  {
	border:1px solid #547fa0;
}


div.footer {
	border-top:6px solid #b6b6b6;
	padding-top:10px;
	text-align: center;
	color: #666666;
	font-size: 12px;
}

/**** CONTACTO *******/

.contacto-ok{
	margin-bottom:50px;
}

.contacto table.form {
	margin-top:20px;
}

.contacto table.form td{
	padding:3px 10px;
}

.contacto table.form td.enviar{
	text-align:right;
}

.contacto table.form tr.mensaje td{
	padding-bottom:25px;
}


.contacto table.form th{
	padding:6px 10px;
	text-align:right;
	color:#5B5A5A;
	vertical-align:top;
}

input.text{
	border:1px solid #4F7A9D;
	background-color:#ececec;
	width:280px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

textarea{
	border:1px solid #4F7A9D;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ececec;
	width:280px;
	height:160px;
}

input.button{
	border:1px solid #4F7A9D;
	
}

