/* CSS Document */

body{
	background:#a4b3bb;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;

}

#principal {
  margin:0 auto;
  width:850px;
  position:relative;
  margin-top:10px;
  border:0px;
}

#portfolio{
  margin:0 auto;
  width:850px;
  height:554px;
  position:relative;
  margin-top:10px;
  border:0px;
  background:url(images/bg-webportfolio.jpg) no-repeat;
}

#imgLeft{
 width:320px;
 float:left;
 height:554px;
}

#contenido{
  background-image:url(images/bg-internals.jpg);
  float:right;
  width:530px;
  height:554px;
  position:relative;
}

#logo{
  margin-top:20px;
  float:left;
}

#logo_portfolio{
  margin-top:20px;
  margin-left:20px;
  float:left;
}

#titulo_principal{
  float:right;
  width:410px;
  height:35px;
  margin-top:97px;

}

#titulo_home{
  float:right;
  width:410px;
  height:70px;
  margin-top:59px;
}

#titulo_principal2{ /*titulo web portafolio*/
  float:right;
  width:710px;
  height:35px;
  margin-top:97px;
}

#tabs{
  width:500px;
  height:37px;
  clear:both;
}

#home_text{
  background:url(images/bg-home-text.jpg) no-repeat;
  height:85px;
  clear:both;
  text-align:justify;
  width:490px; 
}

/******************************************************************/

img{
  border:0px;
}

.footer{
 color:#FFFFFF;
 font-weight:bold;
 font-size:11px;
}

a{
 font-size:12px;
 color:#274373;
 text-decoration:none;
}
a:hover{
 color: #255c94;
}

a.menu{
 color:#FFFFFF;
 font-weight:bold;
 font-size:11px;
 text-decoration:none;
}

a.menu:hover{
 color:#255c94;
 font-weight:bold;
 font-size:11px;
 text-decoration:none;
}

a.menu_activo{
 color:#255c94;
 font-weight:bold;
 font-size:11px;
 text-decoration:none;
}
a.white{
 color: #ffffff;
 font-size:14px;
 margin-top:5px;
 text-align:right;
 font-weight:normal;
}

h1{
 color: #274373;
 font-size:34px;
 font-weight:bold;
 margin-top:5px;
}
h1.index{
 color: #274373;
 font-size:28px;
 font-weight:bold;
 margin-top:0px;
 text-align:center;
}

h2{
 color: #255c94;
 font-size:14px;
 font-weight:bold;
 margin-bottom:0px;
 vertical-align:bottom;
}

strong{
 color: #255c94;
 font-weight:bold;
}

.white_text
{
 color: #ffffff;
 font-size:14px;
 margin-top:5px;
 text-align:left;
 font-weight:normal;
}

h1.white{
 color: #ffffff;
 font-size:30px;
 font-weight:bold;
 margin-bottom:0px;
}

h2.white{
 color: #ffffff;
 font-size:14px;
 margin-top:5px;
 text-align:right;
 font-weight:normal;
}

input{
 		height:16px;
		width:200px; 
		background-color:#FFFFFF; 
		padding:2px 0 0 5px;
		font-size:11px;
		font-family:Verdana;
		color:#73725C;
		border-color:#CACACA;
		border-width:1px;
		border-style:solid;
}
.boton{
 		height:18px;
		width:100px; 
		background-color:#ffffff; 
		padding:2px 0 0 5px;
		font-size:11px;
		font-family:Verdana;
		color:#73725C;
		border-color:#CACACA;
		border-width:1px;
		border-style:solid;

}
