/**
* @package		LiveCMS
* @Copyright	Copyright (C) 2002 - 2009 Eje Comunicaciones
* @license 		http://www.livecms.com
* @author		Daniel Calisaya
* @version  	$Id: general.css, Mon Feb 16 10:57:03 ECT 2009 dcalisaya Exp $
* @desc			
* @todo
* @see
**/ /* Body es para el fondo o centrar el conteido */

body {
	background-color: #007da4;
	text-align: center;
	margin: 0px;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
}
.contenedor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
}
.contenido {
	margin: auto;
	padding: 0px;
	width: 1000px;
	background-position: left;
	text-align: left;
}
#header {
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.idioma {
	padding-top: 0px;
	padding-bottom: 20px;
}
.links {
}
.columna1 {
	width: 214px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.columna3 {
	width: 188px;
	text-align: center;
}
.columna2 {
	width: 575px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: auto;
	padding: 0px;
	text-align: justify;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 39px;
	padding-top: 4px;
}
#footer p {
	font-size: 10px;
	padding: 0px;
	margin: 6px;
}
#footer a {
	color: #1B1B1B;
}
#crumbs {
	color: #CCC;
	list-style-type: none;
}
#crumbs li {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#crumbs li a {
	color: #E8E8E8;
	font-size: 10px;
}
.columna2 h3 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.columna2 h3 a {
	color: #ffc645;
	font-size: 15px;
}
.columna2 .text_resume {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}
.text_resume a {
	color: #ffc645;
}
/*------------ SPECIAL EFFECT -----------*/


#animate a {
	background:url(../images/pages-bg.gif) repeat -80px 35px;
}
.logowrap ul {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	width: 140px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	font-weight: bold;
}
.logowrap ul li {
	display: block;
	margin-top: 10px;
}
.logowrap ul li a:link, .logowrap ul li a:visited {
	color: #fff;
	background-color: #000;
	border: 1px solid #242021;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.logowrap ul li a:hover {
	color: #000;
}
/*------------------[NAVIGATION]------------------*/
.thumbimage {
	margin-right: 6px;
	margin-left: 6px;
	border: 1px solid #E8E8E8;
}
.detail img {
	margin-right: 6px;
	margin-left: 6px;
}
#LiveContact table tr td {
	font-size: 12px;
	color: #E8E8E8;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */



.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: white;
}
.vscrollerbar {
	width: 10px;
	background-color: #F90;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: #F90;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */

width: 560px;
	height: 390px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/

position: relative;
	margin: 0em;
	padding: 4px;	
}

