/* CSS Document  */

/*   

Theme Name: title project - Lseis
Author: Lseis
Author URI: http://www.cdisa.net
Version: 3.0
Description Development: Builder CSS+xhtml>> Jose Antenor Gomez Jaramillo - Design Elements> Jose Antenor Gomez Jaramillo

*/

/*...........................
	html
............................*/
* {
	margin: 0;
	padding: 0;
	}

body{
	background: #191919;
	font:normal 13px/20px  "Trebuchet Ms" , Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:22px;
	}	

h3{
	font-weight:bold;
	font-size:19px;
	}
h4{
	color:#4073AD;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	}	
	
/* Clases tiles */
.p_relative{
	position:relative;
	}

a:link {
 	color: #EE3828;
 	text-decoration: none;
	}
a:visited {
 	text-decoration: none;
 	color: #EE3828;
	}
a:hover {
 	text-decoration: underline;
 	color: #EE3828;
	}
a:active {
 	text-decoration: none;
	}	
p{ 
	margin-bottom:20px;
	}
table {	
	border-collapse: collapse;
	}

img{
	border:0;
	}	
.clearblock{
	clear:both;
	}	
/*...........................
		Site
............................*/	
#wrapper{
	width:954px;
	margin:0 auto;
	background:url(images/bg_home.jpg) no-repeat 0 105px  #1C1C1C;
	}
#wrapper:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}	

#header{
	background:#000000;
	height:107px;
	}
#logo{
	width:131px;
	height:92px;
	background:url(images/logo.gif) no-repeat left;
	padding:1px;
	margin-left:14px;
	cursor:pointer;
	}	

#content{
	width:648px;
	text-align:justify;
	margin-top:15px;
	}
#content-client{
	width:954px;
	text-align:justify;
	margin-top:15px;
	}	
img.titles{
	margin-bottom:10px;
	}	
#col_right{
	width:215px;
	}
#content,#col_right{
	float:left;
	padding-left:18px;
	}	


#footer{
	background:#1e1e1e;
	border-top:1px solid #191919;
	height:28px;
	clear:both;
	padding-top:4px;
	text-align:center;
	}
#footer p{
	margin-bottom:10px;
	}	
#footer a:link {
 	color: #EE3828;
 	text-decoration: none;
	}
#footer a:visited {
 	text-decoration: none;
 	color: #EE3828;
	}
#footer a:hover {
 	color: #EE3828;
	text-decoration: underline;
	}
#footer a:active {
 	text-decoration: none;
	}
	
table.footer_tb{
	width:100%
	}
	
.footer_tb td{
	background:0;
	border:0;
	text-align:center;
	vertical-align:middle;
	}


#logo,div.navglobal,div.nav_login{
	float:left;
	}
table.contactform{
	width:100%
	}
.contactform td{
	padding:4px;
	}	
#contactenos{
	
	width:60%;
	padding:7px;
	}	
#content-contact{
	float:right;
	margin-right:8px !important;
	margin-right:5px;
	margin-top:-450px;
	margin-bottom:5px;
	width:500px;
	padding:9px;
	}
#content-contact p{
	margin-bottom:6px;
	}
.msgconfirm{
	background:#EE3828;
	padding:6px;
	font-size:15px;
	width:500px;
	text-align:center;
	float:left;
	margin-left:413px;
	margin-top:-170px;
	margin-bottom:5px;
	}
.msgconfirm p{
	margin-bottom:5px;
	}
.msgconfirm span{
	font-size:17px;
	text-transform:capitalize;
	}							
/*...........................
	 BUTTONS STYLES
............................*/	

.buttons a, .buttons button{
    display:block;
	width:50%;
    margin:0 auto;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#33333;
}
.buttons a.positive:hover, button.positive:hover{
    background:#EE3828;
    border:1px solid #EE4134;
    color:#fff;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* ENVIO */

button.envio, .buttons a.envio{
    color:#565656;
}
.buttons a.envio:hover, button.envio:hover{
    background-color:#333333;
    border:1px solid #565656;
    color:#FFF;
}
.buttons a.envio:active{
    background-color:#529214;
    border:1px solid #565656;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*Tables magic copyright CDISA*/
.bg_tb {
	 border-spacing:1px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 background-color:#E7E7E7;
	 color: #666;
	 width:100%;
	 margin:auto;
     }

.bg_tb td{
     border-collapse: separate;
     border-collapse: collapse;
     border-spacing: 0;
     }
	 
.bg_tb caption {
     font-weight: bold;
     background: #F1F1EC; 
	 border-bottom:2px solid #666;
	 border-top:1px solid #E7E7E7 ;
	 border-left:1px solid #E7E7E7 ;
	 border-right:1px solid #E7E7E7 ;
     color: #666;
     text-transform: capitalize;
     padding:6px;
     margin:auto;
     }
	 
.bg_tb td {
     padding: 2px;
	 border: 1px solid #FFF;
     }
	 
.bg_tb  tr {
     text-align: left;
     background: #F5F5F5;
     color: #666;
     }
.bg_tb th {
     font-weight: bold;
     background: #F1F1EC; 
	 border-bottom:2px solid #666;
     color: #666;
     text-transform: capitalize;
     padding:6px;
     margin:auto;
     }
	 
.camp_txt{
	border:1px solid #333333;
	width:180px;
	font:13px "Trebuchet Ms",Verdana, Arial, Helvetica, sans-serif;
	}	 
.camp_txt_select{
	border:1px solid #333333;
	width:180px;
	font:13px "Trebuchet Ms",Verdana, Arial, Helvetica, sans-serif;
	}
.camp_txt_msg{
	border:1px solid #333333;
	width:260px;
	font:13px "Trebuchet Ms",Verdana, Arial, Helvetica, sans-serif;
	}	
/*-------------------------
	ul thumbnails projects
---------------------------*/		
ul.thumb {
	float: left;
	list-style: none;
	margin-left:17px; 
	padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; 
	padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}

/*-------------------------
	standalone validacion
---------------------------*/	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	}

.LV_valid {
    color:#00CC00;
	}
	
.LV_invalid {
    color:#EE3828;
	}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
	}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
	}					
		