@charset "windows-1252";
/*
	Site - tarukadev.com
  	
	---------------------
	
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Right Sidebar Styles
	$6 - Footer Styles
	$7 - SIFR styles
	$8 - Form Styles
   
	
*/

/* Additional files:
	- IEstyle.css		Style Sheet only for IE
	- Safarystyle.css	Style Sheet only for Safari
*/
	

/* $1 Site Structure ----------------------------------------------------- */
body {
	border-top: 9px solid #2e2e2e;
	margin: 0px;
	background: url("images/fondoCuerpo.jpg") white top left repeat-x ;
}

#interno {
	background: url("images/fondoCuerpoInt.jpg") white top left repeat-x ;
}

img {
	border: 0px;	
}

#header {
	width: 760px;
	height: 90px;
	margin: 0 0;
}

#interno #header {
    height: 78px;
}

#banner {
	width: 760px;
	height: 172px;
	margin: 0 0;
}

#body {
	width: 760px;
	margin: 0px 0;
	clear: both;
}

.ie #body {
    margin-top: 36px;
}

.ie6 #body {
    margin-top: -1px;
}

#bodyInt {
    width: 760px;
    margin: 0;
    clear: both;
    height: 200px;
}

.ie #bodyInt {
    height: auto;
}

.ie6 #bodyInt {
     margin-top: -2px;
}

#footer100 {
	margin: 0px 0;
	clear: both;

}
#footer {
	width: 760px;
}

/* $2 Header Styles ------------------------------------------------------ */

#header {
	border-top: 2px solid #555555;
	background: white;
	border-bottom: 4px solid #151c24;
}

#logos {
	vertical-align: middle;
	float: left;
}	

#header img {
	margin: 7px;
	float: left;
}

#logos img {
    margin-top: 10px;
    margin-bottom: 1px;
}

#interno #logos img {
    margin-top: 2px;
}

#serDev {
    position: relative;
    top: 20px;
}

.ie #serDev {
    top: 0px;
}

.chrome #serDev {
    top: 0px;
}

#sifrBanner {
	left:500px;
	position:absolute;
	top:140px;
	width:250px;
	height:100px;
	overflow: hidden;
}

#sifrBanner #sifrH1, #sifrBanner #sifrH3 {
	font: 25px/25px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
	width: 160px;
}

.ie #sifrBanner #sifrH1, .ie #sifrBanner #sifrH3 {
    height: 30px;
}


#sifrBanner #sifrH2, #sifrBanner #sifrH4 {
	font: 25px/25px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-top: -30px;

}

.ie #sifrBanner #sifrH2, .ie #sifrBanner #sifrH4 {
    height: 30px;
    width: 260px;
    margin-top: -25px;
}


#sifrBanner #sifrH3, #sifrBanner #sifrH4 {
	margin-top: 0px;
	margin-left: -2px;
	visibility: hidden;
}

.ie #sifrBanner #sifrH3, .ie #sifrBanner #sifrH4 {
    margin-top: 2px;
    margin-left: -3px;
}


#sifrBanner #sifrP {
	font: 16px/14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #82ccef;
	padding: 0px;
	margin: 3px;
	margin-top: -20px;
}

#headerlinks {
	position: relative;
	float: left;
	top: 5px;
	left: -7px;
	width: 200px;
	text-align: right;
	font: 12px/14px Tahoma, Arial, sans-serif;
	padding: 3px;
}

#headerlinks a {
	color: #006889;
	text-decoration: none;
	margin-right: 6px;
}

#headerlinks a:hover {
	color: #f5851f;
}

#headerlinks2 {
	float: right;
	position: relative;
	top: -17px;
	width: 180px;
	height: 25px;
	font: 12px/14px Tahoma, Arial, sans-serif;
}

#headerlinks2 a.boton {
	display: block;
	float: right;
	height: 20px;
	margin-right: 7px;
	padding-top: 5px;
	text-align: center;
	width: 78px;
	background: url("images/botonLinksn.gif") top left no-repeat;
	color: #006889;
	text-decoration: none;
}
#headerlinks2 a.boton:hover {
	color: #f5851f;
    background-position: 0px -25px;
}

#headerlinks2 a.boton img {
	margin: 0px;
	margin-left: 3px;
}

#banner img	{
	z-index: 200;
}

#navTop {
	margin: 0 192px; 
/*Original 0 88px;*/
	width: 484px;
	height: 30px;
	position: relative;
	top: -25px;
}

.ie #navTop {
	text-align: center;	
}

#interno  #navTop {
    top: 2px;
}

.ie6 #interno #navTop {
     top: 0px;
}

#navTop ul {
	display: inline;
	list-style: none;
	text-align: center;
}

#navTop ul li {
	display: inline;
	vertical-align: text-bottom;
}

.ie #navTop ul li {
   text-align: center;
}

#navTop ul li a, #interno #navTop ul li a {
	background:transparent url(images/navTop.gif) repeat-x scroll 0px 0px;
	border-right:1px solid #6E7276;
	color:white;
	display:block;
	float:left;
	font: 14px/14px Tahoma,Arial,sans-serif;
	font-weight:normal;
	height:20px;
	padding-top:10px;
	text-decoration:none;
	width:96px;
	margin-top:-2px;
}

.ie #navTop ul li a{
    margin-top: -1px;
}

.ie #interno #navTop ul li a {
   margin-top: -2px;
}
 
#navTop ul li a.last, #interno #navTop ul li a.activoLast, #interno #navTop ul li a.last {
	border: 0px;
}

#interno #navTop ul li a {
	background-position: 0px -60px;
}

#navTop ul li a:hover, #navTop a.activo, #navTop a.activoLast, #interno #navTop ul li a:hover, #interno #navTop a.activo, #interno #navTop a.activoLast  {
	background-position: 0px -30px;
}

#navTop a span.flecha {
	display: none;
	vertical-align:bottom;
	top:-4px;
    right: 0px;
	position:relative
}

.ie #navTop a span.flecha {
    margin-top: -13px;
}

.ie8 #navTop a span.flecha {
   top: 0px;
   margin-top: 0px;
}

#navTop a.activoLast {
	border: 0px;
}

#navTop a.activo span.flecha, #navTop a.activoLast span.flecha {
	display: inline;
	float:right;
	top:-4px;
	right:00px;
}

/* $3 Sidebar Styles ----------------------------------------------------- */
#left {
	float: left;
	width: 186px;
	margin: 16px 0;
	padding-right: 10px;
}

.ie6 #left {
     width: 184px;
}

#left dl {
	margin: 0px;
	padding: 0px;
	font: 13px/15px Tahoma, Arial, sans-serif;
}

#left dl dt {
	padding-left: 25px;
	background: url("images/vinetaLeft.gif") 3px 0px no-repeat;
	color: #272725;
}

#left dl dt a {
	color: #272725;
	text-decoration: none;
}

#left dl dt a:hover {
	text-decoration: underline;
}

#left dl dd {
	margin: 0px;
	padding-left: 25px;
	margin-bottom: 12px;
	font: 12px/15px Tahoma, Arial, sans-serif;
	color: #7e7e7c;
}

#leftInt {
    width: 191px;
    border-right: 2px solid #DFE0DA;
    background: white;
    float: left;
	position:relative;
	top:9px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
}

.ie6 #leftInt {
     width: 182px;
}

#leftInt img {
    margin: 0px;
}

.ie6 #leftInt img {
     margin-left: -8px;
}

#leftInt ul {
     margin-right: 10px;
     padding: 0px;
     margin-left: 10px;
}

#leftInt ul li{
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    
    border-bottom: 1px dotted #357D93;
}

.ie6 #leftInt UL LI {
    border-bottom: 1px solid #ddd;
}

#leftInt li a {
    text-decoration: none;
    color: #333333;
    padding-left: 20px;
}

#leftInt li a:hover {
     background: white url('images/vinetaLink.gif') 0px 1px no-repeat;
     color: #f5851f;
}

#leftInt li a.active {
     background: white url('images/vinetaLink.gif') 0px 1px no-repeat;
}

/* $4 Content Styles ----------------------------------------------------- */
#content {
	width: 382px;
	float: left;
	margin: 8px 0px;
}

#contentInternal {
	width: 480px;
	float: left;
	margin: 8px 0px;
	margin-left: 98px;
}

#message {
	border: 2px solid #e3e4dc;
	width: 358px;
	border-width: 0px 2px 0px 2px;
	background: white -2px 100% no-repeat;
	font: 15px/21px Tahoma, Arial, sans-serif;
	color: #272725;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin: -6px 0px;
}

.ie #message {
	background: white -2px 100% no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	top: -3px;
}

#message a {
	color: #267999;
	font-size: 13px;
}

#message a:hover {
	color: #f5851f;
}

#breadcrumb {
	font: 11px/13px "Trebuchet MS", Tahoma, Arial, Sans-serif;
	float: left;
	color: #444752;
	position: relative;
	top:-28px;
	left: -90px;
}

#breadcrumb a {
	color: #006889;
}


#bodyContent {
	margin: 4px 0px;
	padding: 0px;
	font: 13px/15px Tahoma, Arial, sans-serif;	
	clear: both;
}

#masProyectos {
	width: 382px;
	padding-bottom: 2px;
	clear: left;
	height: 15px;
	border-bottom: 2px solid #131c25;
}

#bodyContent h1 {
	font: 20px/15px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #54a1b9;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	float: left;
	text-transform: capitalize;
}

#bodyContent h1.navegaCategory {
	color: #54a1b9;
	font-size: 18px;
}

#bodyContent h1.navegaCategory a {
	color: #54a1b9;
}

#bodyContent h1 a:hover {
	color: #f5851f;
}

#bodyContent ul li {
	color: #7e7f7a;
	font: 13px/16px "Trebuchet MS",Tahoma,Arial,sans-serif;
	list-style: none;
	margin-bottom:6px;
	background:url("images/vinetaCuerpo.gif") 0px 3px no-repeat;
	padding-left:16px;
}


#bodyContent h2, div.proyectoInterior h3 {
	font: 16px/16px "Trebuchet MS", Tahoma, Arial, sans-serif;
	clear: left;
	padding-top: 15px;
	color: #9f5100;
}

#bodyContent h4 {
	font: 14px/16px "Trebuchet MS", Tahoma, Arial, sans-serif;
	clear: left;
	padding-top: 15px;
	color: #666763;
	font-weight: bold;
	display: inline;
}

#bodyContent p {
	font: 13px/14px "Trebuchet MS", Tahoma, Arial, sans-serif;	
	color: #272725;
}

#bodyContent p a {
	color: #006889;
	text-decoration: none;
}

#bodyContent p a:hover {
	color: #f5851f;
}	

#masProyectos a {
	display: block;
	font-size: 11px;
	float: right;
	margin-top: 2px;
	height: 14px;
	width: 111px;
	background: url("images/backMasProy.gif") top left no-repeat;
	clear: right;
	text-transform: uppercase;
	color: #b6cfd4;
	padding-left: 13px;
	padding-top: 1px;
	text-decoration: none;
}

#masProyectos a:hover {
	color: #f5851f;
	background-position: 0px -15px;
}

#masProyectos a img {
	position: relative;
	top: 2px;
}

div.proyecto {
	width: 382px;
	height: 158px;
	background: url("images/fondoProyectos.gif") bottom left no-repeat;
	clear: both;
    overflow: hidden;
}

div.proyecto img.thumbGrande {
	margin-top: 10px;
	border-left: 4px solid #54a1b9;
	border-right: 4px solid #54a1b9;
	border-top: 6px solid #54a1b9;
	border-bottom: 6px solid #54a1b9;
}

#bodyContent div.proyecto h2 {
	display: inline;
	position: relative;
	top: 4px;
	left: 15px;
	font-size: 12px;
	color: #2d3033;
}

div.proyecto h2 span.fecha {
	text-transform: uppercase;
	color: #8d999c;
	margin-left: 10px;
}

div.proyectoInterior {
	width: 477px;
	margin-top: 40px;
	margin-bottom: 50px;
}

div.proyectoInterior h1 {
	display: block;

}

#bodyContent div.proyectoInterior img, #bodyContent img.thumb {
	border: 3px solid #54a1b9;
	float: left;
	width: 120px;
	height: 83px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#bodyContent div.proyectoInterior div {
	float: left;
	width: 330px;
}

#bodyContent div.proyectoInterior h2 {
	display: inline;
	font-size: 14px;
	color: #302f34;
	margin-right: 15px;
	font-weight: bold;
}
#bodyContent div.proyectoInterior h2 span.fecha {
	color: #8b9aa1;
}
#bodyContent div.proyectoInterior p {
	color:#7e7f7a;
}

#bodyContent div.proyectoInterior a {
	color: #006889;
	text-decoration: none;
	font-size: 11px;
}

#bodyContent div.proyectoInterior a:hover {
	color: #f5851f;
	text-decoration: underline;
}

#bodyContent div.proyectoInterior p.fecha {
	font-size: 10px;
}

#bodyContent div.proyectoInterior div.porttags {
	clear: both;
	color: #44595e;
	width: 477px;
	height: 30px;
	background: url("images/fondoProyectoInterno.jpg") 0px 0px no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 12px;
	margin-bottom: 30px;
}

#bodyInt #form {
	width: 470px;
	height: 300px;
	overflow: hidden;
}

#contentInternal #bodyContent p {
	color: #7e7f7a;
	line-height: 140%;
}

#contentInternal #bodyContent p.obligat, #contentInternal #bodyContent span.obligat  {
	color: #f5851f;
	font-size: 10px;
}

#contentInt {
     float: left;
     width: 562px;
     padding-left: 0px;
     padding-right: 0px;
     font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-serif;
     color: #7f7f7f;
     margin-top: 0px;
     margin-bottom: 40px;
}

#contentInt div.contentTitleSifr {
      background: url('images/fondoH1.gif') 10px 0px no-repeat;
      margin-left: 0px;
      width: 570px;
      height: 25px;
      margin-top: 20px;
}

#contentInt h1 {
      width: 530px;
      height: 20px;
      overflow: hidden;
      padding-left: 20px;
      font: 20px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
      color: white;
      position: relative;
      top: 4px;
      left: 9px;
}

#contentInt h3 {
      margin-left: 10px;
      width: 530px;
      height: 20px;
      overflow: hidden;
      padding-left: 20px;
      font: 20px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
      color: white;
      visibility: hidden;
      position: relative;
      top: -17px;
      left: -2px;

}

#contentInt p {
     font-size: 12px;
     padding: 0px 30px;
}

#contentInt li {
     font-size: 12px;
}

#contentInt p a {
     text-decoration: none;
     color: #006889;
}	

#contentInt p a:hover {
	color: #f5851f;
}

#contentInt img.left {
    float: left;
    margin-right: 15px;
}

#contentInt img.right {
    float: right;
    margin-left: 15px;
}

#contentInt dl {
    margin-left: 0px;
    font-size: 12px;
    color: #7f7f7f;
    margin: 0px 20px;
    width: 90%;
}

#contentInt dl dt {
    list-style: none;
    padding-left: 30px;
    background: url('images/vinetaBody.gif') 13px 10px no-repeat;
    font-size: 12px;
    color: #7f7f7f;
    padding-top: 7px;
}

#contentInt dl dt a {
    color: #006889;
    text-decoration: none;
}

#contentInt dl dt a:hover {
    text-decoration: underline;
    color: #f5851f;
}

#contentInt span.linkPort {
    font-size: 10px;
    color: white;
    position: relative;
    float: right;
    margin-top: -35px;
    margin-right: 10px;
}

#contentInt span.linkPort a {
    color: white;
    text-decoration: none;
}

#contentInt span.linkPort a:hover {
    text-decoration: underline;
}

#contentInt img.portImage {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid #BFDEE8;
    margin-left: 10px;
}

/* $5 Right Sidebar Styles ----------------------------------------------- */

#right {
	float: right;
	width: 166px;
	margin-top: 0px;
	padding: 8px;
}

#right h1 {
	width: 157px;
	height: 25px;
	background: url("images/fondoNovedades.jpg") top left no-repeat;
	font: 13px/14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #444752;
	font-weight: normal;
	margin-left: 0px;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 6px;
}

#right h1 span.rss {
	float: right;
	margin: 0px;
	position: relative;
	top: 1px;
	right: 10px;
}

.ie #right h1 span.rss {
    margin-top: -15px;
}

.ie8 #right h1 span.rss {
    margin-top: 0px;
}

#right h2 {
	font: 13px/14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #006889;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-top: 10px;}

#right h2 a {
	color: #006889;
    text-decoration: none;
}

#right h2 a:hover {
   color: #F5851F;
}

#right p {
	font: 12px/13px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #5d676a;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#right p a {
	color: #006889;
}

#right p a:hover {
	color: #f5851f;
}

#proyExito img {
	margin-top: 40px;
}

#proyExito img {
	border: 2px solid #dcdace;
}

#proyExito:hover img {
	border: 2px solid #3d9aab;

}
/* $6 Footer Styles ------------------------------------------------------ */
#footer100 {
	border-top: 4px solid #caebf4;	
    margin-top: 20px;
}

#footer {
	font: 12px/13px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #8a8985;
	padding: 5px;
}

#footer a {
	color: #4094b6;
	text-decoration: none;

}

#validate {
	float: right;
	margin-top: -12px;
}

/* $7 SIFR styles -------------------------------------------------------- */

/* $8 Form Styles -------------------------------------------------------- */
#form {
	padding: 20px;
}

.ie #form {
    padding: 10px;
}

#form input {
	height: 18px;
	padding: 0px;
	padding-top: 2px;
	padding-left: 4px;
	color: #3d6875;
	border: 1px solid #6a8b93;
	font-size: 10px;
	width: 250px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#form input.error {
	background: #D87272;
}

#form textarea.error {
	background: #D87272;
}

#form textarea {
	width: 250px;
	height: 150px;
	color: #3d6875;
	border: 1px solid #6a8b93;
	font: 10px/14px Verdana, Arial, sans-serif;
	padding-left: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

p.error {
	color: #A72E2E;
}
#form p {
	line-height: 19px;
}

#enviar, #form input.boton {
	width: 100px;
	border: 1px solid #6a8b93;
	height: 25px;
	padding: 0px;
	color: inherit;
	margin-left: 120px;
}

img.error {
	height: 17px;
	overflow: hidden;
	vertical-align: bottom;
	margin-bottom: 2px;
	clear: right;
	margin-left: 3px;
	margin-top: 3px;
}

#imgmensajeError {
	vertical-align: top;
	margin-left: 3px;
}

#form label {
	color: #7e7f7a;
	display: block;
	width: 70px;
	float: left;
}

#form div.input {
	position: relative;
	left: 80px;
	top: -18px;
}
#form fieldset {
	border: none;
}

.ie #form fieldset p {
    margin: 4px;
}

/*Ajax working image - form */
#working {
	position: relative;
	top: 140px;
	left: 180px;
	height: 32px;
	width: 32px;
}

script * {
	display: none;
	visibility: hidden;
}
