@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	color: #626262;
	background-color: #f5f5f5;
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 13px;
}
#cabecerabig {
	background-image: url(../img_css/cabecera.jpg);
	background-repeat: repeat-x;
	height: 129px;
}
#cabecera {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 129px;
	background-image: url(../img_css/cabecera2.jpg);
	background-repeat: no-repeat;
}
#cabecera h1 {
	background-image: url(../img_css/logo-SEN.png);
	background-repeat: no-repeat;
	float: left;
	height: 129px;
	width: 300px;
	font-size: 80%;
	padding-right: 121px;
}
#cabecera h1 span {
	visibility: hidden;
}
#cabecera #menu {
	list-style-type: none;
	width: 960px;
	height: 68px;
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: 400;
}
#cabecera #menu a span {
	color: #FFF;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #menu a:hover span {
	color: #41a62a;
}
#cabecera #menu #inicio a  {
	text-transform: uppercase;
	color: #afafaf;
	text-align: center;
	width: 70px;
	padding-top: 47px;
	display: block;
	float: left;
	height: 21px;
	letter-spacing: 0.1em;
	margin-top: 61px;
	background: rgba(0,0,0,.2);
	margin-right: 2px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #menu #inicio a:hover {
	background: rgba(0,0,0,.4);
	color: #41a62a;
}
#cabecera #menu #empresa a {
	text-transform: uppercase;
	color: #afafaf;
	text-align: center;
	width: 84px;
	padding-top: 47px;
	display: block;
	float: left;
	height: 21px;
	letter-spacing: 0.1em;
	margin-top: 61px;
	background: rgba(0,0,0,.2);
	margin-right: 2px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #menu #empresa a:hover {
	background: rgba(0,0,0,.4);
	color: #41a62a;
}
#cabecera #menu #servicios a {
	text-transform: uppercase;
	color: #afafaf;
	text-align: center;
	width: 93px;
	padding-top: 47px;
	display: block;
	float: left;
	height: 21px;
	letter-spacing: 0.1em;
	margin-top: 61px;
	background: rgba(0,0,0,.2);
	margin-right: 2px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #menu #servicios a:hover {
	background: rgba(0,0,0,.4);
	color: #41a62a;
}
#cabecera #menu #trabajos a {
	text-transform: uppercase;
	color: #afafaf;
	text-align: center;
	width: 96px;
	padding-top: 47px;
	display: block;
	float: left;
	height: 21px;
	letter-spacing: 0.1em;
	margin-top: 61px;
	background: rgba(0,0,0,.2);
	margin-right: 2px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #menu #trabajos a:hover {
	background: rgba(0,0,0,.4);
	color: #41a62a;
}
#cabecera #menu #contacto a {
	text-transform: uppercase;
	color: #afafaf;
	text-align: center;
	width: 96px;
	padding-top: 47px;
	display: block;
	float: left;
	height: 21px;
	letter-spacing: 0.1em;
	margin-top: 61px;
	background: rgba(0,0,0,.2);
	margin-right: 2px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #menu #contacto a:hover {
	background: rgba(0,0,0,.4);
	color: #41a62a;
}
#cabecera #menu #noticias a {
	text-transform: uppercase;
	color: #afafaf;
	text-align: center;
	width: 88px;
	padding-top: 47px;
	display: block;
	float: left;
	height: 21px;
	letter-spacing: 0.1em;
	margin-top: 61px;
	background: rgba(0,0,0,.2);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #menu #noticias a:hover {
	background: rgba(0,0,0,.4);
	color: #41a62a;
}
#contenido {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#izq {
	float: left;
	width: 133px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 37px;
}
#izq h1 {
	text-transform: uppercase;
	color: #D1D1D1;
	font-size: 15px;
	font-weight: 600;
}
#izq #submenu {
	list-style-type: none;
}
#izq #submenu li {
}
#izq #submenu li a {
	color: #878C8C;
	display: block;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#izq #submenu li a:hover {
	color: #41a62a;
}
#izq #submenu li a em  {
	font-size: 90%;
	color: #B5B5B5;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#izq #submenu li a:hover em {
	color: #41a62a;
}
#dcha {
	float: left;
	width: 667px;
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 37px;
	padding-left: 39px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
	padding-top: 5px;
}
#dcha h2 {
	text-transform: uppercase;
	color: #41a62a;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
#dcha h2 strong {
	text-transform: none;
	font-weight: 300;
	font-size: 85%;
	font-style: italic;
}
#dcha p {
	line-height: 150%;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#dcha #foto {
	float: left;
	width: 197px;
	margin-bottom: 15px;
	margin-right: 25px;
}
#dcha #foto p {
	font-style: italic;
	font-size: 11px;
	color: #999;
	letter-spacing: 0.03em;
	text-align: center;
}
#dcha #foto a  {
	display: block;
	padding: 8px;
	height: 137px;
	width: 182px;
	background-color: #FFF;
	margin-bottom: 5px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#dcha #foto a:hover {
	background-color: #d7e0e1;
}
#dcha #foto a img {
	border: 1px solid #f5f5f5;
}
#subirbig {
	clear: both;
	padding-top: 15px;
	height: 25px;
}
#subir {
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#subirbig #subir span {
	visibility: hidden;
}
#subir p a {
	background-image: url(../img_css/subir1.png);
	height: 25px;
	width: 70px;
	display: block;
	font-size: 80%;
}
#subir p a:hover {
	background-image: url(../img_css/subir2.png);
}
#piebig {
	background-image: url(../img_css/pie.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 130px;
}
#pie {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#pie #pizq {
	float: left;
	height: 130px;
	width: 260px;
	color: #727272;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding-left: 40px;
}
#pie #pizq h1 {
	background-image: url(../img_css/logo-SEN-pie.png);
	height: 69px;
	width: 300px;
	font-size: 80%;
	margin-left: -40px;
	margin-bottom: 20px;
}
#pie #pizq h1 span {
	visibility: hidden;
}
#pie #pizq p a  {
	color: #727272;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	font-size: 90%;
}
#pie #pizq p a:hover {
	color: #CCCCCC;
}
#pie #pdcha {
	float: left;
	height: 130px;
	width: 660px;
	text-align: right;
}
#pie #pdcha #direccion {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #6E7373;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.1em;
	font-weight: 300;
}
#pie #pdcha #direccion p em {
	color: #41a62a;
	font-style: normal;
	font-weight: 300;
}
#pie #pdcha #direccion p strong {
	font-weight: 300;
	color: #9DA1A1;
}
#pie #pdcha #direccion p a {
	color: #41a62a;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#pie #pdcha #direccion p a:hover {
	color: #CCCCCC;
}
#pie #pdcha #social {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #6E7373;
	font-size: 9px;
	line-height: 150%;
	letter-spacing: 0.1em;
	font-weight: 300;
	list-style-type: none;
	margin-left: 585px;
}
#pie #pdcha #social span   {
	visibility: hidden;
}
#pie #pdcha #social #face {
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 5px;
}
#pie #pdcha #social #face a {
	background-image: url(../img_css/facebook1.png);
	display: block;
	height: 35px;
	width: 35px;
}
#pie #pdcha #social #face a:hover {
	background-image: url(../img_css/facebook2.png);
}
#pie #pdcha #social #twitter {
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 35px;
}
#pie #pdcha #social #twitter a {
	background-image: url(../img_css/twitter1.png);
	display: block;
	height: 35px;
	width: 35px;
}
#pie #pdcha #social #twitter a:hover {
	background-image: url(../img_css/twitter2.png);
}
