/* Logo */
#logo {
	width: 198px;
	height: 181px;
	margin-left: 50px;
	margin-top: 20px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#logo a > span {
	display: none;
}

p#direccion {
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #275ea4;
}

/* Navigation */
nav li:after {
	color: #275ea4;
    content: "/";
    padding: 0 10px 0 10px;
}
nav li:first-child:after {
    content: "";
    padding: 0;
}
nav li a {
	color: #275ea4;
	font-size: 14px;
	font-weight: bold;
}
nav li a:hover {
	color: #000;
}
nav li {
	float: right;
	display: block;
}
nav ul {
	margin-top: 100px;
}

/* Servicios */
#servicios article h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #333;
	background-image: url('../img/green_bullet.gif');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-left: 30px;
}
#servicios article img {
	padding: 10px;
	background-color: #f7f7f7;
}
#servicios article p {
	padding: 10px 10px 20px 10px;
	background-color: #f7f7f7;
	margin-top: -10px;
}

/* Footer */

footer {
	text-shadow: 0 1px 1px #333;
}

footer #twitter h2 {
	border-bottom: 1px solid #0066cc;
	padding-bottom: 10px;
	color: #ccff66;
	background-image: url('../img/blue_bullet.gif');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-left: 30px;
	margin-top: 20px;
}
footer #twitter p {
	font-size: 15px;
	color: #fff;
	padding: 0 0 0 30px;
	margin: 20px 0 20px 0;
}
footer #twitter p:last-child {
	color: #4c90dd;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px;
	/* border-top: 1px solid #0066cc; */
	padding-top: 95px; /* 35px; */
}
footer #social h4 {
	font-weight: normal;
	color: #fff;
	font-style: italic;
	font-size: 13px;
	margin-top: 20px;
}
footer #social h5 {
	color: #ccff66;
	font-weight: normal;
	padding-left: 10px;
	margin: 7px 0 0 0;
}
footer #social h5 a {
	color: #ccff66;
}
footer img {
	margin: 0 0 10px 0;
}

/* Twitter */
.tuw_simple * { outline: 0;padding: 0;margin: 0;border: 0;text-align: left;font-family: Georgia, "Times New Roman", Times, serif;color: #fff;font-weight: normal;line-height: 18px !important;font-style: normal;text-transform: none !important; }
.tuw_simple img { float: left;margin:0 15px 7px 0; }
.tuw_simple li { padding: 5px 0 0 30px;font-size: 16px;list-style: none;margin-bottom: 15px;clear:both; }
.tuw_simple li .tuw_date a { font-style: italic;font-size: 11px;color: #4c90dd; }
