@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/*Example 1*/
.ex1 img{
/*	position: relative;*/
    height: 100px;
    width: 130px;
    /*border: 5px solid #ccc;*/
    float: left;
    margin: 15px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}

.ex1 img:hover {
    margin-top: 0px;
}

#bgimage {	
    position: fixed;
    right: 0px;
    top: 0px;
	z-index:-1;
}

#title{	
    position: fixed;
    right: 0px;
    top: 00px;
	z-index:-1;
}


/*Example 2*/
#containerEx2 {
	clear: both;
	width: 300px;
	margin: 0 auto;
	min-height: 600px;
}

#ex2 img{
    height: 100px;
    width: 300px;
    margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#ex2 img:hover {
	height: 133px;
	width: 400px;
	margin-left: -50px;
	
}

/*Example 3*/
h3 {
	font-size: 17px;
	font-family: "Times New Roman";
	font-weight: 300;
	text-transform: uppercase;
	margin: 5px;
	color:#333;
    text-shadow: 1px 1px #000;

}

h2 {
	font-size:12px;
	font-family:"Times New Roman";
	   font-weight: 100;
	text-transform: uppercase;
	margin: 5px;
	color:#333;
    text-shadow: 1px 1px #CCC;

}

#ex3 {
	width: 730px;
	height: 133px;
	line-height: 0px;
	color: transparent;
	font-size: 50px;
	font-family: "Times New Roman";
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#ex3:hover {
	line-height: 133px;
	color: #575858;
}

#ex3 img{
	float: left;
	margin: 0 15px;
}

/*Example 4*/
#containerEx4 {
	background: #333333;
	padding: 20px;
	margin: 50px 0;
	min-height: 100%;
}

#ex4 {
	width: 800px;
	margin: 0 auto;
}

#ex4 img {
	margin: 20px;
	border: 5px solid #eee;
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

#ex4 img:hover {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
}

/*Example 5*/
#containerEx5 {
	background: #333;
	padding: 50px;
	margin-top: 50px;
}

#ex5 {
	width: 700px;
	margin: 0 auto;
	min-height: 300px;
}

#ex5 img {
	margin: 25px;
	opacity: 0.8;
	border: 10px solid #eee;
	
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

#slogan {
    width: 430px;
	position: absolute;
	right: 40px;
	top: 20%;
	color: #FFF;
	text-align: justify;
	}

.logan {
	position: relative;
	width: 994px;
	margin: 0px auto;
	height: 170px;
	background: url("../img/sloganAreaBg.png") repeat-x scroll 0% 0% transparent;
}


#slogan h1 {
    font-size: 27px;
    font-weight: normal !important;
    font-family: "Times New Roman";
    text-shadow: 0px 0px 5px #000;
}

div#siteBottom {
   /* background-color: #1D232D;*/
   
    /*color: #EBE9E5;*/
    height: 187px;
}

#columnsWrapper {
    width: 994px;
    margin: 0px auto;
}

div.columnaFooter {
    width: 294px;
    height: 150px;
    padding: 10px;
    float: left;
    position: relative;
}

ul.footerLinks {
    margin-top: 30px;
}
ul {
    margin: 0px 0px 10px 20px;
    padding: 0px;
}

ul.footerLinks li a {
    color: #060606;
}



#footerItem1 {
    position: absolute;
    width: 218px;
    height: 57px;
    padding-top: 60px;
    padding-left: 25px;
    left: 230px;
    top: 75px;
    background: transparent url("../imgs/footerItemsBg.png") no-repeat scroll 0% 0%;
    font-family: "Times New Roman";
}


#footerItem2 {
    position: absolute;
    width: 226px;
    height: 109px;
    padding-left: 40px;
    padding-top: 67px;
    right: -40px;
    top: 11px;
    background: transparent url("../imgs/footerItemsBg2.png") no-repeat scroll 0% 0%;
    font-family: "Times New Roman";
}


#contenido, .contenido p {
    font-size: 20px;
}

ul.servicio {
    width: 442px;
    padding: 10px;
    float: left;
}