@charset "utf-8";
/* CSS Document */
body {color:#7E7B7B; font-family: 'Arimo', sans-serif;}
.center { text-align:center;}
.right { text-align:right;}
.datos p{ font-size:12px; color:#7E7B7B; font-weight:300; margin-top: 30px; margin-left:120px; margin-bottom:40px; line-height:18px;}
.margin-left-120{ margin-left:120px;}
.bolletin{ font-size:11px;}
color {color:#7E7B7B;}
.mjeerror p{ font-size:12px; color:#7E7B7B; font-weight:500; margin-top: 15px; line-height:18px;}


/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 1.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
  
  .button{height: 1.3125rem;background-color:#DC862D; line-height:1.3125rem; font-size:11px;}
/* * * * * * * * * * * * * *
     Social Icons List
* * * * * * * * * * * * * */

ul.social {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	text-align:right;
	margin-right:100px;
}
ul.social li {
	float: none;
	padding: 0;
	
	margin: 0;
	margin-top: 15px;
	margin-right:5px;
	padding-right: 0px;
	display: inline-block;
	text-align: center;
}
ul.social li a {
	width: 22px;
	height: 21px;
	display: inline-block;
	padding: 0;
	margin: 0;
	     -o-transition: all .3s;
	   -moz-transition: all .3s;
	-webkit-transition: all .3s;
	    -ms-transition: all .3s;
}
ul.social li a:hover {
	background-position: top center;
}

/* * * * * * * * * * * * * *
       Social Icons
* * * * * * * * * * * * * */

.facebook { background: url(../img/facebook.png) no-repeat bottom center; }
.webmail { background: url(../img/webmail.png) no-repeat bottom center; }
.contacto { background: url(../img/contacto.png) no-repeat bottom center; }
