/* Fuente Personalizada */

@/*font-face {
	font-family: 'FuturaLtCnBTItalic';
	src: url('futurlci-webfont.eot');
	src: local('|'), url('futurlci-webfont.woff') format('woff'), url('futurlci-webfont.ttf') format('truetype'), url('futurlci-webfont.svg#webfontAsfX9zkl') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
  font-family: "Open-sans", verdana;
  src: url("fuentes/OpenSans-Regular.ttf");
}

/* Definiciones del css */



body {
    
	font-family: "Arial", "Open-sans", "serif";
	font-size: 1.5rem;
	color:#555;
	margin: 0px;
	background-color:transparent;
	padding: 0px;
}

a, a:hover {
	text-decoration:none;
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open-sans", verdana;
	color: #E1AC00;
	margin: 0;
	padding: 0;
}

h1 { font-size:35px; }

h2 { font-size:30px; }

h3 { font-size:25px; }

h4 { font-size:20px; }

h5 { font-size:19px; }

h6 { font-size:18px; }

.container { width: 80%; }

/*
input[type='text'] {
	width:150px;
	border:1px solid #652336;
	padding: 3px;
	font-family: Tahoma;
	font-size:12px;
	color:#652336;
	margin:0px;
}

select {
	width:150px;
	border:1px solid #652336;
	padding: 3px;
	font-family: Tahoma;
	font-size:12px;
	color:#652336;
	margin:0px;
}

input[type='password'] {
	width:150px;
	border:1px solid #652336;
	padding: 3px;
	font-family: Tahoma;
	font-size:12px;
	color:#652336;
}

textarea {
	width:100%;
	border:1px solid #652336;
	padding: 3px;
	font-family: Tahoma;
	font-size:12px;
	color:#652336;
}
*/
/*
form#empresas td:has(>input){
    margin-top: 20px;
    background-color: red;
}
*/

form#empresas input,select,textarea{
    /*
    padding-top: 0px;
    margin-top: 0px;
    */
    border:1px solid #999;
    border-radius: 7px;
    height: 28px;
    width: 100%;
}
/*
form#empresas textarea{
    height: 50px;
}
*/

form#empresas input:focus,select:focus,textarea:focus{
    border:2px solid #26828c;    
}

form#empresas label{
    padding: 0;
    font-size: 0.9rem;  
}

form#empresas tr{
    padding-top: 30px;
}

#fcom {
    margin-top: 0px;
	width:100%;
	padding: 3px;
	font-family: Tahoma;
	/*font-size:12px;*/
	color:#652336;
	/*background:url(../images/comfatolima_bg.jpg) no-repeat center center;*/
}

#fasu {
	width:100%;
	border:1px solid #652336;
	padding: 3px;
	font-family: Tahoma;
	/*font-size:12px;*/
	color:#652336;
}

#fbusqueda {
	width:120px;
	border:1px solid #652336;
	padding: 3px;
	font-family: Tahoma;
	/*font-size:12px;*/
	color:#652336;
}


#fcon {
	font-family: Tahoma;
	/*font-size:12px;*/
	font-style:italic;
	color:#666666;
}

#fcod {
	width:50px;
}

#scroll_box {
	font-family: Tahoma;
	/*font-size:11px;*/
	text-align:justify;
	color:#777777;
	margin: 0;
	padding: 3px;
	background:none;
	height: 100px;    
	width: 80%;            
	border:1px solid #652336;
	overflow: auto;            
}

button {
	margin:0;
	padding:0;
	background:none;
	border:0;
}

button:active {
	margin:0;
	padding: 2px 0 0 2px;
	background:none;
	border:0;
}

/* Definiciones personalizadas */
/*
#t_contenido {
	background: url(../images/f_lateral.jpg) no-repeat top right #FFFFFF;
	border: 1px solid #652336;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


#t_contenido_int {
	background: url(../images/f_lateral.jpg) repeat-y top left #FFFFFF;
	border: 1px solid #652336;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
*/

/*
#c_derecha {
	background: url(../images/p2_transparente.png) no-repeat bottom right;
	padding-bottom:132px;
}
*/
/*
#bord_right {
	background:url(../images/sombralatd.jpg) repeat-y top right;
}

#bord_left {
	background:url(../images/sombralati.jpg) repeat-y top left;
}
*/

#t_login {
	margin-top:5px;
}

#t_login h1 {
	color: #652336;
}


.c_opciones {
    padding-right: 6px;

}


 #t_pie {
	background-color:#652336;
	color: #FFFFFF;
	padding:5px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
 }

 #t_celdas {
	background-color:#FFFFFF;
	border: 1px solid #652336;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
 }
 
 #t_menu {
	background-color:#ccc;
	border: 1px solid #ccc;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
 }
 
 .titulo h1 {
	color:#652336;
 }
 
 .importante {
	color:#ff0000;
 }

 /*
 #ttop {
	color:#FFFFFF;
	background-color:#E1AC00;
 }
 */
 
 
