@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: futura-light;
 src: url("futura-light.eot") /* EOT file for IE */
}
@font-face {
 font-family: futura-light;
 src: url("futura-light.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: futura-book;
 src: url("futura-book.eot") /* EOT file for IE */
}
@font-face {
 font-family: futura-book;
 src: url("futura-book.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: myriad;
 src: url("myriad.eot") /* EOT file for IE */
}
@font-face {
 font-family: myriad;
 src: url("myriad.ttf") /* TTF file for CSS3 browsers */
}

.cat.a:hover{
	color:#F00;
}

/*Logo*/
.dimakers-logo {
  display: none;
  position: absolute;
  left: -50px;
  top: 10px;
}

@media handheld, only screen and (max-width: 2200px){
	/* Styles */
	/*Logo*/
	.dimakers-logo {
  	display: none;
  	position: absolute;
  	left: 10px;
  	top: 10px;
	width:272px;
	height:27px;
	}
	
	#slide1{
		height:320px}
}

@media handheld, only screen and (max-width: 240px){
	/* Styles */
	/*Logo*/
	.dimakers-logo {
  	display: none;
  	position: absolute;
  	left: 10px;
  	top: 10px;
	width:150px;
	height:20px;
	}
}

@media handheld, only screen and (max-width: 320px){
	/* Styles */
	/*Logo*/
	.dimakers-logo {
  	display: none;
  	position: absolute;
  	left: 50px;
  	top: 10px;
	width:150px;
	height:20px;
	}
}

/*= SLIDES STYLING
--------------------------------------------------------*/
#slide1, #slide2, #slide3, #slide4, #slide5, #slide6, #slide7, #slide8{ width: 100%; }
#slide1{
	background:url(../img/consultores/fondo%20principal.jpg)50% 50%;
	/*background:url(../img/pagina%201/fondo.png)50% 0 no-repeat fixed;*/
	/*background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;*/
	color: #fff;
	height:700px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	
}
#slide99{
	background:url(../img/consultores/fondo%20auditoria.jpg)50% 50%;
	/*background:url(../img/pagina%201/fondo.png)50% 0 no-repeat fixed;*/
	/*background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;*/
	color: #fff;
	height:700px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	font-family:futura-light;
	
}
#slide88{
	background:url(../img/consultores/fondo%20asesoria%20fiscal.jpg)50% 50%;
	/*background:url(../img/pagina%201/fondo.png)50% 0 no-repeat fixed;*/
	/*background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;*/
	color: #fff;
	height:700px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	font-family:futura-light;
	
}
#slide77{
	background:url(../img/consultores/fondo%20consultoria.jpg)50% 50%;
	/*background:url(../img/pagina%201/fondo.png)50% 0 no-repeat fixed;*/
	/*background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;*/
	color: #fff;
	height:700px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	font-family:futura-light;
	
}
#slide2{
	background-color:#00C;
	/*background-color:#3b5998;*/
	/*background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;*/
	/*background:url(../img/pagina%202/fondo%20-%20Copy.png) 50% 0 no-repeat fixed;*/
	color: #fff;
	height: 595px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
}
#slide3{
	background-color:#333;
	/*background:url(../img/pagina%203/fondo.png) 50% 0 no-repeat fixed;*/
	/*background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;*/
	color: #fff;
	height: 300px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
	font-family:futura-light;
}
#slide4{
	background-color:#099;
	/*background:url(../img/pagina%204/fondo.png) 50% 0 no-repeat fixed;*/
	color: #fff;
	height: 1000px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
}
#slide5{
	background-color:#0CC;
	/*background:url(../img/pagina%205/google-map-dimakers%20-%20Copy.png) 50% 0 no-repeat fixed;*/
	color: #fff;
	height: 1000px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
}
#slide6{;
	background:url(../img/consultores/mapa.png) 50% 0 no-repeat fixed;
	color: #fff;
	height: 595px;
	margin: 0;
	background-size: cover;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 260px;
	padding-left: 0;
}

#slide201{;
	background:url(../img/consultores/mapa.png) 50% 0 no-repeat fixed;
	color: #fff;
	height:700px;
	margin: 0;
	background-size: cover;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 260px;
	padding-left: 0;
}

/*Form style*/
.button{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	width:100px;
	font-size:30px;
	font-style:italic;
	background-color:#F00;
	border:0px;
	position:relative; left:35px;
	border-radius:20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius:20px 20px 20px 20px;
	border:0px solid #000;
}
.p2{
	font-family:futura-book!important;
	font-size:30px;
}
.p3{
	font-family:myriad!important;
	font-size:15px;
}
.p4{
	font-family:futura-light!important;
	font-size:15px;
}
.select{
	position:absolute;
	width:158px;
	height:20px;
	padding:0 24px 0 8px:
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
	background-color:#F00;
	overflow:hidden;
	border:0;
}

.link li > a{
	color:#FFF;
}

.link li > a:hover{
	color:#F00;
	 background-color: transparent;
}

.link li > a:active{
	color:#F00;
}

.link li > a:focus{
	color:#FFF;
	 background-color: transparent;
}

body{
	background-color:#FFF;
}

.form{ 
    max-width: 100%; 
    min-width: 25%; 
    border-width: 0px; 
    border-color: #ED2224; 
    border-radius: 4px; 
    border-style: solid; 
    color: #222222; 
    font-size: 14px; 
    margin: 0px; 
    background-color: #000; 
    padding: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	position:relative;
	left:0px;
} 
.content{ 
    margin: 10px; 
} 
.form label{ 
    color: #222222; 
    font-size: 14px; 
    display: block; 
} 
.form input[type=radio], input[type=checkbox]{ 
    margin: 10px; 
    width: 13px; 
} 
.form div{ 
    display: block; 
} 
.form input, form textarea, form select{ 
    border-width: 0px; 
    border-style: solid; 
    border-color: #000; 
    border-radius: 0px; 
    padding: 3px; 
    width: 100%; 
} 
.form h1{ 
    font-size: 40px; 
    color: #607A75; 
    padding: 0px; 
    margin: 0px; 
    margin-bottom: 10px; 
    border-bottom-style:solid; 
    border-bottom-color: #ED2224; 
    border-bottom-width: 2px; 
    border-radius: 0px; 
    background-color: #FFFFFF; 
} 
.intro{ 
    margin-bottom: 10px; 
} 
.clear{ 
    clear: both; 
} 
.form textarea{ 
    height: 50px; 
    width: 100%; 
} 
.form input[type=submit]{ 
    width: 100%; 
    background-color: #CCCCCC; 
    color: #222222; 
} 
.field{ 
    margin-bottom: 5px; 
}

div.hr{ border-top: 5px  solid #000; color:black; width:455px }
div.hr hr { display: none; }

div.hr2{border-top: 5px  solid #FFF; color:black; width:200px}
div.hr2 hr { display: none; }

div.hr3{ border-top: 5px  solid #000; color:black; width:490px }
div.hr3 hr { display: none; }
