@charset "utf-8";
/* CSS de EDVStudio.com */

body {
	margin: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#Contenedor {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	width: 840px;
}

#Logo {
	float: left;
	height: 124px;
	width: 223px;
}

#MenuContenedor {
	float: left;
	height: 124px;
	width: 497px;
}

#MenuTop {
	float: left;
	height: 65px;
	width: 497px;
}

#MenuTabs {
	float: left;
	height: 59px;
	width: 497px;
}

#MenuTopRight {
	float: left;
	height: 124px;
	width: 120px;
}

#TopBottom {
	float: left;
	height: 36px;
	width: 840px;
}

#Lights {
	float: left;
	height: 42px;
	width: 840px;
}

#LeftWall {
	float: left;
	height: 289px;
	width: 122px;
}

#SecHosting {
	float: left;
	height: 289px;
	width: 198px;
}

#SecDesign {
	float: left;
	height: 289px;
	width: 209px;
}

#SecProd {
	float: left;
	height: 289px;
	width: 203px;
}

#SecCentral {
	float: left;
	height: 239px;
	width: 550px;
	background-image: url(../images/txt_central.jpg);
	padding: 35px 30px 15px 30px;
	text-align: justify;
	font-size: 12px;
}

#SecCentral a {
	color: #003366;
	text-decoration: none;
}

#SecCentral a:hover {
	text-decoration: underline;
}

#SecCentralSplit1, #SecCentralSplit2 {
	float: left;
	width: 260px;
}

#RightWall {
	float: left;
	height: 289px;
	width: 108px;
}

#Floor {
	float: left;
	height: 42px;
	width: 840px;
}

#FloorLeft {
	float: left;
	height: 303px;
	width: 95px;
}

#TextWall {
	float: left;
	height: 273px;
	width: 622px;
	background-image: url(../images/text_wall.jpg);
	text-align: justify;
	padding: 15px 25px;
	font-size: 12px;
}

#TextWall strong {
	font-weight: bold;
	color: #003366;
}

#TextWall h2 {
	font-weight: bold;
	color: #003366;
	font-size: 18px;
	margin: 0 0 10px 0;
}

#FloorRight {
	float: left;
	height: 303px;
	width: 73px;
}

#FloorNext {
	float: left;
	height: 116px;
	width: 840px;
}

#Footer {
	float: left;
	height: 64px;
	width: 840px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	color: #000;
	font-size: 10px;
}

#Footer a {
	text-decoration: none;
	color: #000;
}

#Footer a:hover, #Footer a:active {
	text-decoration: underline;
}

hr {
	color: #ccc;
}

#FooterNext {
	float: left;
	height: 64px;
	width: 840px;
	background-image: url(../images/footer_next.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
}

#FooterNext a {
	text-decoration: none;
	color: #fff;
}

#FooterNext a:hover, #FooterNext a:active {
	text-decoration: underline;
}

td strong {
	font-weight: bold;
	color: #003366;
}

.Titulo {
	font-weight: bold;
	color: #003366;
	font-size: 18px;
}

input {
	font-size: 12px;
	width: 150px;
}

textarea {
	font-size: 12px;
	width: 200px;
}

#button {
	font-size: 10px;
	width: 75px;
}

#Portafolio {
	font-size: 26px;
	width: 425px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	color: #003366;
}

#Portafolio a {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

#Portafolio a:hover {
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

.AlignRight {
	float: right;
	margin: 0 10px 0 0;
}

.AlignRight a {
	color: #003366;
	text-decoration: none;
}

.AlignRight a:hover {
	text-decoration: underline;
}