/* 
    Document   : custom
    Created on : 27-May-2013, 9:06:55 AM
    Author     : csoliz
    Description:
        Purpose of the stylesheet follows.
*/
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

root { 
    display: block;
}

table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
        vertical-align: top;
        margin-left: 0px;
}

.bodyMain {
    background-image: url(../img/background3.jpg);
    background-repeat: repeat;
}

.bodyIn {
    position:relative;
    /*height: 1035px;*/
    width:1000px;
    background-color: #fff;
    display:block;
    margin:auto;
    margin-top: 5px;
}

.line {
    width:100%;
    height: 4px;
    opacity: 0.7;
    position:relative;
}

#line1, #line3{
    background-color:#7CCCE5;
}

#line2 {
    background-color: #CCCCCC;
}
#line4{
    background-color: #7CCCE5;
    
}


.menuLang{
    /*background-color: blueviolet;*/
    text-align: right;
    margin-right: 15px;
    /*margin-top:10px;*/
    font-family:'Droid Sans',Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.menuLang a{
    text-decoration: none;
}

.logo{
    height: 120px;
    width: 1000px;
    margin-top: 20px;
    margin-left: 15px;
    
    /*display:table-cell;*/
    /*padding-top: 17px;
    padding-left: 20px;*/
    
}

.logo img{
        
}

.menuMain {
    height:36px;
    width:100%;
    text-align: left;
    font-family: 'Questrial',Georgia,'Timer New Roman',Times,serif;
    font-size:12px;
    line-height: 15.6px;
    color: #105cb6;
    vertical-align: middle;
}

/*ver si esto es necesario*/
.imgSlider {
    width:100%;
    height: 345px;
    /*background-color: blue;*/
}


/*************************************/
/***********slider********************/
#slider {
    position:relative;
    height:345px;
    overflow:hidden;
}

#slider img {
    position:absolute;
    height:345px;
    width:1000px;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slider img.active {
    z-index:10;
    opacity:1.0;
}

#slider img.last-active {
    z-index:9;
}

/*****************************/
/**Text in the middle**/
.contMainTable {
    height:23%;
    width:1000px;
    font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 21px;
    /*background-color:green;*/
    position:relative;
}

.contInn{
    height:380px;
    margin-bottom: 25px;
}


.tableContInn {
    background-color: #fff;
    /*background-color: #7CCCE5;*/
    height: 360px;
    width: 965px;
    margin: 0px;
    position: relative;
    top:15px;
    left:30px;
}

.contTittle {
    height:46px;
    font-family: 'Questrial',Georgia,"Times New Roman",Times,serif;
    font-size: 30.8px;
    color: #4f63a7;
    line-height: 46.2px; 

  }

  .servTittle{
      color:#7f7f7f;
      float:left;
      margin-left: 15px;
  }
  
.contText {
    width: 450px;
    font-family: 'Questrial',Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    text-align: justify;
    line-height: 21px;
    margin-top: 0px;
    line-height: 2;
}

.contText img{
    /*width:100px;
    height:100px;*/
    float:left;
    margin:0px 15px 5px 0px;
    /*padding:15px;*/
}
.workingDiv{
    /*float:left;*/
    position:relative;
    top:50px;
    left:120px;
    font-size: 20px;
    color:#7f7f7f;
        
}

.tableContShort{
    margin-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.serv2, .serv3, .serv4, .serv5, .serv6{
    display:none;
}

.serv2Tittle, .serv3Tittle, .serv4Tittle, .serv5Tittle, .serv6Tittle{
    display:none;
}

ul {
    list-style-type: circle;
    list-style-position: inside;
}

.contactData{
        font-family: 'Questrial',Georgia,"Times New Roman",Times,serif;
        font-size: 14px;
 
        margin-left: 20px;
    
}

.contactData p{
    text-indent:30px;
}

#line5{
    background-color: #CCCCCC;
    position:relative !important;
    /*bottom: 100px;*/
}

.copyRight {
    text-align: center;
}
