*{  
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* global */
html{
	height: 100%;
}

body{ 
	margin-right:18px;
	font-size: .78em;
}
p{ 
	line-height: 1.3em;	
}

h1{ 
	/*font-family: arial, sans-serif;*/	font-size: 108%;
	letter-spacing: .1em;
}
h2{
	
	/*font-family: arial, sans-serif; */
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 108%;
	font-weight: bold;
}
h3{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #e6e8db;
}

img{
	border: 0px;
}

a{
	outline: none;
}

/* header */
#header{
	height: 103px;
	width: 960px;
}

/* logo */
#logo{
	padding-left: 30px;
	margin-top: 20px;
	float: left;
}

/* main container */
#main{
	border-right: 2px solid;
	overflow: hidden;
	position: relative;
	left: 12px;
}
/*sombra y tamano Basado en Shadow de Bootlog.cl Autor Tomas Pollak*/
#sombraizq, #main, #footer{
	margin:0 auto;
	width: 960px;
}

/* page content (centre) tamano box*/
#content{ 
	text-align: justify;
	width: 640px;
	padding: 26px 9px 15px 9px;
	float: left;
}

#content h1{
	font-family: arial, sans-serif;
	margin: 2px 0px 12px 0px; 
	font-size: 110%;  
	font-weight: bold;
	/*text-transform: capitalize;*/
}

#content a, #content a:hover{ 
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}
/*Menu navegacion mas desplegue horizontal*/
#menu{ 
 
	width:960px;
	float:left;
	position:relative;
	height: 29px; 
   	border-bottom: 1px solid;
    	border-bottom-color:#bcbcbc;
	margin-top: -1px;
	
}
#menu ul{
	margin: 0;
	padding-left:130px;
	list-style-type:none;
	font-size:110%;
} 
#menu ul ul{
	font-size:80%;
	margin-top:29px;
	position:absolute;
	padding:0;
	z-index:1;
	display: none;
	} 
#menu li{ 
	float: left; 
	position:relative;
	margin: 0; 
	list-style: none;
	}  
#menu li a{ 
	float: left; 
	width:80px;
	margin: 0px -1px 0px 0px;
	padding: 6px 0px 7px 0px;
	height: 16px;
	text-align: center;
	text-decoration: none; 
	font-size:100%;
	} 

#menu ul li:hover ul{
	display: block;
	float:left;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
   	border-color: #bcbcbc;
}
/* footer */
#footer
{ height: 44px;  
  padding: 18px 0px 4px 0px;
  font-size: 80%;
  clear: both;
  text-align: center; 
}

#footer a
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed;
}

#footer a:hover
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid;
}
/*sidebar tamano y desplante*/
.sidebar{ 
	
	color: #ABB197;
	background: #e1e1e1 url(Abajo.png) repeat-x;
	border-right: 1px solid;
	position: relative;
	float: left;
	width: 110px;
	height:1200px;
	padding: 10px 7px 10px 13px;
}

.sidebaritem{	
	text-align: left;
	width: 120px;
	float: left;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 0px;
}

.sidebaritem h1{
	float:left;
}

/*publicidad*/
#sidebarder{
	font-size: 100%;
	position: relative;
	float: right;
	width: 160px;
	border: 1px solid;
	height: 1200px;
	text-align: center;
}
#sidebarder h1{
	margin-top:30px;

}
.bienvenida{
	font-size: 100%; 
	text-align: right; 
	font-weight: normal;
	/*text-transform: capitalize;*/
}
.bienvenida p a{
	text-decoration: none;
	font-size: 108%; 
	font-weight: bold;
	color: #f58f1c;
	margin:10px;
}
.bienvenida a{
	text-decoration: none;
}

/* margin lefts / margin rights - to centre content */
.flinks{
	padding: 7px 0px 0px 10px;
	float: right;	
	color: #6d6d6d;
	text-decoration:none;
}
.flinks a{
	text-decoration:none;
}

#main, #footerlog, #logo, #content{ 
	margin-left: auto; 
	margin-right: auto;
}

/* image positioning - left, right and center */
.left{ 
	float: left; 
	padding: 0px 8px 0px 0px;
}
.right{ 
	float: right; 
	padding: 0px 0px 0px 8px;
}
.center{ 
	display: block;
	text-align: center;
}
/* block quote */
blockquote
{ 
	margin: 20px 0px 20px 0px; 	padding: 10px 20px 0px 20px;
	border: 1px solid;
}
/* unordered list */
ul{ 
	margin: 8px 0px 0px 16px;
	padding: 0px;
}
ul li{ 
	list-style-type: square;
	margin: 0px 0px 11px 0px; 
}
/* ordered list */
ol{ 
	margin: 8px 0px 0px 24px;
}
ol li{ 
	margin: 0px 0px 11px 0px; 
}
dl dd{
	margin-left: 5px;
}
.sidebaritem{
	width: 100%;
}

 #links
{ 
	float: right; 
  	width: 100px;
  	text-align: right;
  	padding: 10px 18px 0px 0px;
}


.sidebaritem h1, .sidebaritem h2, .sidebaritem p{
	margin: 0px 10px 0px 10px;
}

.sidebaritem h1
{
  font-family: arial, sans-serif;
  font-size: 108%;
  /*text-transform: capitalize;*/
  font-weight: bold;
  text-align: center;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover{ 
	text-decoration: none;
}

.sbilinks ul{margin: 0px 0px 18px 10px;}

.sbilinks li
{ list-style: none; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none; 
  width: 149px;
} 

/* formulario */
optgroup option{
	margin-left: 12px;
}

fieldset {
  	padding: 1em;
	font: 85%/1 sans-serif;	
}
label {
  	float:left;
  	width: 40%;
  	margin-right:0.5em;
  	padding-top:0.2em;
  	text-align:right;
	font-weight:bold;
	font-size: 90%;
}
.submit {
	/*float: right;*/
  	text-align: left;
}

/*checkboxes*/
.checkboxs{
	float:left;
	margin-right: 5px;
	text-align: right;
}
.checksLeft{
  	float:left;
  	width: 42%;  	
  	margin-right:0.5em;
  	padding-top:0.2em;
  	text-align: right;
	font-weight: bold;
	font-size: 90%;
	/*text-transform: capitalize;*/
}
.checksRight{
  	float:left;
  	width: 42%;
  	margin-left: 0.5em;
  	padding-top: 0.2em;
  	text-align: right;  	
	font-weight: bold;
	font-size: 90%;
	/*text-transform: capitalize;*/
}
.precio{
	text-align: right;
}
i{
	font-weight:bold;
}

/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/
table, th, td {
	border: 1px solid #dddeda;
	border-collapse: collapse;
	color: #555;
}
caption {
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
}
td {
	height: 34px;
	padding: 0px;
	text-align: center;
	/*text-transform: capitalize;*/
	font-size: 90%;
} 
th {
	/*text-transform: capitalize;*/
	text-align: center;
	font-size: 100% !important;
}
th a:hover {
	text-decoration: underline !important;
}
table a:link {
	text-decoration: none;
}

table a:visited {
	text-decoration: none;
}
table a:hover {
	text-decoration: underline !important;
}
tfoot th, tfoot td {
	font-size: 85%;
}
/*vista vehiculo*/
#vehiculo{
}
#vehiculo .imagen {
	float: left;
	margin: 0;
	padding:0px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
#vehiculo h3{
	margin-left: 360px;
}
#vehiculo h4{
}

#vehiculo .general{
	margin-left: 360px;	
}
#vehiculo .general li{
	list-style-type:none;
	padding:0;
	margin:0;
}
#vehiculo .contacto{
}
#vehiculo .contacto li{
	list-style-type:none;
 	padding:0;
	margin:0;
}
#vehiculo dd{
	list-style-type:none;
	margin-left: 96px;
	margin-top: -15px;
}

#vehiculo .thumb{
	margin: 1px;
	border-style: solid;
	border-width: 1px;
}
#vehiculo .thumb a{
	width: 102px;
	height: 102px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
}
#admin{
	text-align: right;
	height: 16px;
}
#menuUsuario{
	width: 100%;
	text-align: right;
	font-weight: bold;
}
#menuUsuario a{
	width: 100%;
	text-align: right;
	font-weight: bold;
}
.ver{
}
.oculto{
	display: none;
}

#noticiaPrincipalLista{

	font-size: 100%;
	font-weight: normal;
	text-align: justify;
	margin-top: 2px;
	margin-bottom: 2px;
}	
#noticiaPrincipalLista img{
	float: left;
	margin: 5px;
	}
.noticiaPrincipal{
	margin-bottom:10px;
	text-align: left;
	
}

.noticia{
	text-align: left;
	margin-bottom:5px;
}
/*servicios*/
.servicios{
	width: 100%;
	height: 140px;
	border-style: solid;
	border-width: 1px;
}

.descripcion{
	float:left;
	height: 100px;
	width: 100%;
	margin-top: -1px;
	margin-left: -1px;
}
.descripcion2{
	float:left;
	height: 100px;
	margin-top: -1px;
	margin-left: -1px;
}
.descripcion dl{
	margin: 0;
	height: 100px;
	margin-left: 30px; 
	text-align: left;
}
.descripcion dt{
	float: left;
	font-weight: bold;
	width: 150px;
}
.descripcion h3{
	font-weight: bold;
	font-size: 110%;
	word-spacing: 2px;
	/*text-transform: capitalize;*/
}
.fotoServicio{
	
	margin-left: 0px;
	float: left;
}
.fotoServicio img{
	margin-left: 0px;
	margin-right: 16px;
}
.direccionServicio{
	float: right;
}

/*vista videos*/
.video{
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;	
	width: 130px;
	height: 176px;
	font-size: 80%;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	}
.videoImg{
	margin: 0px;
	max-height: 97px;
	width:100%;
}
#reproducirVideo{
	text-align: center;
}
/* Busqueda Fotos*/
.thumbFotos{
	height:80px;
	margin-top: 6px;
	margin-bottom: auto;
}
.fotos{
	float: left;
	height: 94px;
	width: 94px; 
	margin-left:8px; 
	margin-bottom:8px;
	border-style: solid; 
	border-width: 1px; 
	text-align: center
}
.imgfotos{
	height:94px;
	width:94px;
}
.categoria{
	float: right;
	width: 75px; 
	height: 80px;
	border-style: solid; 
	border-width: 1px; 
	margin: 2px;
	font-size: 80%;
	text-align: center
}
.amigos{
	width: 100%;
	height: 120px;
	background-color: #eee;
}
.infoAmigos{
}
.avatar{
	width: 120px;
	text-align: center;
	float: left;
	margin-top: 10px;
}
/* diseno para las paginas de videos y fotos */
.boxizquierda{
	float: left;
	width: 430px; 
	text-align: left;
}
.barraderecha{
	float: right;
	width:164px; 
	border-style:none;
	text-align: left;
	margin-left: 0px;
}
#perfil{
}

.classPerfilTable{
	float: left;
	background-color: #E5E5E5;	
	border: none;
	width:100%;
	
}

.classPerfilTable p{
	text-align:left; 
	margin-left:25px;
}
.classPerfilTr{
	background-color: #eee;
	border: none;
	
}

.classPerfilTr:hover{
	background-color: white;
	border: none;
}

.classPerfilTh{
	border: none;
}
.classPerfilTd{

	border: none;
	text-transform: none;
	text-align: left;
	font-size: 100%; 
}


.imagentabla{
	margin-top:1px;
	margin-bottom:-2px;
	padding-left:1px;
	padding-right:1px;
	width:100px; 
}
.imagenservicios{
	width:130px; 
	max-height: 120px;
	margin-bottom:-2px;	
}

.imageneventos{
	max-width:130px; 
	max-height: 120px;
	margin-bottom:-2px;	
}

.fuenteChica{
	font-size: 95%; 
}

h4
{ 
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size: 108%;
  }
  
  /*PERFIL*/
#tablePerfilFotos{
	width: 100%;
}
#tablePerfilFotos th:hover{
}
#tablePerfilNoticias{	
	margin-top: 7px;
	margin-bottom: -17px;
	border-style: none;
	font-size: 100%;
	
}
#tablePerfilNoticias a{
}
#tablePerfilNoticias a.shl:link{ 
	font-weight:bold;
	text-decoration:none;
}
#tablePerfilNoticias a.shl:visited{ 
	font-weight:bold;
	text-decoration:none;
}
#tablePerfilNoticias a.shl:hover{ 
	font-weight:bold;
	text-decoration:underline;
}
#tablePerfilNoticias a.shl:active{ 
	font-weight:bold;
	text-decoration:none;
}
#tablePerfilNoticias td{
	text-transform: none;	
	border-style: none;
}

/* tabs */
#tabs{
	margin-left: auto; 
	margin-right: auto; 
	height: 30px;
  	position: relative;
}
 
#tabs li{ 
	float: left;  
  	padding: 0px;
  	list-style: none;
  	border-top-style:solid;  	
  	border-top-width: 1px;
  	border-left-style:solid;
  	border-left-width: 1px;
  	margin-bottom: 0px;
}
 
#tabs li#ultimo{ 
	float: left;  
  	padding: 0px;
  	list-style: none;
  	border-top-style:solid;
  	border-top-width: 1px;
  	border-left-style:solid;
  	border-left-width: 1px;
  	border-right-style:solid;
  	border-right-width: 1px;
} 

#tabs li a { 
	display: block; 
  	float: left; 
  	height: 21px;
  	text-decoration: none; 
  	padding: 8px 10px 0px 10px;
  	/*text-transform: capitalize;*/
	font-size: 80%;
} 

#tabs li a:hover, #tabs li a#selected, #tabs li a#selected:hover{ 
	height: 22px;
  	padding: 5px 10px 2px 10px;
	font-size: 80%;
}

.titulosHome{
	font-size: 110%; 
	font-weight: bold; 
	text-align: left; 
	/*text-transform: capitalize;*/
}
#votos{
}
#votos table{
	border: none;
	background-color: white;
}
#votos tr{
	border: none;
	background-color: white;
}
#votos td{
	border: none;
	background-color: white;
	text-transform: none;
}
.cambios{
	text-align: left; 
	width: 24px; 
	height: 24px; 
}
.noticiaGrande{
	height: 247px
}
.noticiaGrandefoto{
	width:197px ; 
	margin-left: 5px;
	margin-right:10px;
	
}
#homeizq{
	float: left;
	width: 60%;	
}
#homeder{
	float:right; 
	width: 36%; 
	text-align: center;
}
.titulonoticiashome{
	text-align: left;
	margin-bottom: 10px;
}
.margenigual{
	text-align: left; 
	margin-bottom:17px;
}
.margenfotT{
	text-align: left; 
	}
.margenfot{
	margin-right:-1px;
}

.listanoticias{
	
	float: left;
	height: 125px; 
	font-size: 90%;
	text-align: left;
}
.listanoticiasfoto{
	height: 100px;
	width: 100px;
	float: left; 
	margin-left:5px; 
	margin-right:7px;
}
.tamanovideo{
	width :230px; 
	height:217px;
}
.tam{
	width :230px; 
	height:217px;
	}
.fotohome{
	height:75px;
	width:75px;
}

.paginador{
	text-align: right; 
	width: 100%; 
	height: 20px;
}
.noticiasprincipalesalt{
	height:165px; 
	margin-top: 15px;
}
.noticiasprincipalesizq{
	float: left; 
	width:29%;
}
.noticiasprincipalesfot{
	margin-left:5px;
	width:165px; 
	height:165px; 
}
.noticiasprincipalesder{
	float:left; 
	width:71%;
}
#tablagruposizq{
	width:78%; 
	float:left;
}
.interesesgrupos{
	float: right;
	width:20%;
}


dt{
	font-weight: bold;
	width: 100px;
	height: 10px;
	float:left;
}

dd{
	margin:0;

}

.confirmados{
	float: left; 
	width: 70px; 
	height: 66px; 
	font-size: 80%; 
	text-align: center;
	/*text-transform: capitalize;*/
}

.confirmadosfoto{
	 width:66px;
	 height:66px;

}

#mensajesizq{
	float: left; 
	width: 25%; 
}

#mensajesizq td{
	background-color: white;
	}
#mensajesder{
	float: left; 
	width: 75%;
}
#mensajesder td{
	background-color: #fff;
}

/*COLOR*/

body{
 	background: #7b7b7b;
	color:white;
}

#main{
	background: white;
	color: #504f50;
}
/*degrade horizontal blanco-gris*/
#header{
 	background: #bcbcbc url(LOGOB.png) repeat-x;
 	  	}
/*sombra*/
#sombraizq{
	background: transparent url(sombraizq.png) left repeat-y;
	}
	
/* degrade naranjo*/
#menu{
	background: #efac55 url(2.png) repeat-x;
  	color: #F5F6F0;
    }
#menu li a{
 	background: transparent;
  	color: #4d4d4d;
  	border-color: white;
}
#menu ul ul{
 	background: white ;
}
/*hover menu*/
#menu ul li a:hover, #menu li a#selected, #menu li a#selected:hover{
 	background: #eb912d url(hover.png);
  	color: white;
  	border-color: white;
}
h1{
	background: transparent;
	color: #eb912d;
}
#sidebar{
	color: #555;
}

#sidebarder{
	background: white;
	color: #EEE;
}
#left_sidebar, #content, #right_sidebar, #content a:hover{ 
	background: white;
	color: #777;
}
.sidebaritem{
 	color: #555; 
} 
.sbilinks li a:hover, .sidebaritem a:hover,.sbilinks li a, .sidebaritem a{
  color: #555;
} 
#content a{
  color: #F06B00;
}
#footer
{ background: #B5B9A7 url(footer.png) repeat-x;
  color: #414141;
  border-color: #6D913D;
}

#address, #footer a, #footer a:hover
{ background: transparent;
  color: #414141;
}

th{
	background: #dddeda;
	color: #dddeda;
}
tr { 
	background: #FCFDFE; 
}


th a, th a:link, th a:visited {
	color: #4F76A3;
}
table a:visited,table a:hover,table a:link {
	color: #718ABE;
}	
#vehiculo h4, #vehiculo h3{
	background-color: #E1E5D5;
}
#vehiculo .thumb, #vehiculo .thumb a{
	border-color: black;
}
#admin, #admin a:hover{
	color: #333;
	
}
#menuUsuario, #menuUsuario a{
	color: white;
}
#noticiaPrincipalIzq{
	border-right-color: #333;
}
.amigos{
	background-color: #eee;
}
.bienvenida, .bienvenida a{
	color: #4d4d4d;
} 
#tablePerfilFotos th{
	color: #333;
	background-color: #eee;
}
#tablePerfilFotos tr:hover, #tablePerfilFotos td:hover{
	background-color: white;
}
#tablePerfilNoticias a.shl:link{ 
	color:#000099; 
}
#tablePerfilNoticias a.shl:visited{ 
	color:#000066; 
}
#tablePerfilNoticias a.shl:hover{ 
	color:#6666CC; 
}
#tablePerfilNoticias a.shl:active{ 
	color:#000099; 
}
#tablePerfilNoticias th{
	color: #333;
	background-color: #eee;
}
#tablePerfilNoticias tr:hover, #tablePerfilNoticias td:hover{
	background-color: white;
}
#tabs
{
	background: transparent;
	color: #EEE;
}
#tabs li{ 
	border-top-color: #545454;
  	border-left-color: #545454;
} 
#tabs li#ultimo{ 
  	border-top-color: #545454;
  	border-left-color: #545454;
  	border-right-color: #545454;
} 
#tabs li a:hover, #tabs li a#selected, #tabs li a#selected:hover{
  	background-color: #dddddd;
  	color: #333;
}
#tabs li a{ 
	background: white;
  	color: #545454;
  	border-color: #787878;
}
h2{
	color: #ea8916;

}

.barraavisos{
	background:#dddddd url(hover.png) repeat-x;
}

.imgsidebarder{
	width:130px;
	
}
.dakar{
	width: 100%;
	
}
#publicidad{
	width: 640px;
	height: 120px;
	margin-top: -20px;
	border: 1px solid;
}
.separador{
	float: left;
	width: 100%;
}
