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

body {
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

.img-borde {
	border: 1px solid #666;	
}

.destacado {
	font-weight: bold;
}

.inputerr {
	border: 1px solid #FF0000 !important;
}

.img-titular {
	margin: 0px 40px;
	float: right;
}

.col-inicio { color: #666666 !important; }
.col-aluguer { color: #3780A9 !important; }
.col-mantemento { color: #96BD4A !important; }
.col-programacion { color: #F2E24F !important; }
.col-sistemas {color: #FF8E00 !important; }
.col-web { color: #F03429 !important; }
.col-rede { color: #990099 !important; }
.col-contacto { color: #F03429 !important; }

#pagina {
	margin: 0px auto -40px auto;
	width: 900px;
	min-height: 100%;
}

#cabecera {
	padding: 10px 0px;
	border-bottom: 1px solid #999;
}

#cabecera img {
	float: left;
}

#cabecera h3 {
	float: right;
	font-size: 32px;
	margin-top: 70px;
}

#arbol {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 20px;
}

#arbol a {
	text-decoration: none;
	color: #666;
}

#arbol a:hover {
	color: #ED352D;
}

#menu {
	float: left;
	width: 150px;
}

#menu li {
	list-style: none;
}

#menu li a {
	display: block;
	border: 1px solid #999;
	width: 120px;
	margin: 3px 0px;
	text-decoration: none;
	color: #666;
	padding: 5px;
}

#menu li a.inicio:hover { background-color: #666666; color: #FFF; font-weight: bold; }
#menu li a.aluguer:hover { background-color: #3780A9; color: #FFF; font-weight: bold; }
#menu li a.mantemento:hover { background-color: #96BD4A; color: #FFF; font-weight: bold; }
#menu li a.programacion:hover { background-color: #F2E24F; color: #000; font-weight: bold; }
#menu li a.sistemas:hover { background-color: #FF8E00; color: #FFF; font-weight: bold; }
#menu li a.web:hover { background-color: #F03429; color: #FFF; font-weight: bold; }
#menu li a.rede:hover { background-color: #990099; color: #FFF; font-weight: bold; }

#menu li a.inicio-sel { background-color: #666666 !important; color: #FFFFFF !important; font-weight: bold; }
#menu li a.aluguer-sel { background-color: #3780A9 !important; color: #FFF !important; font-weight: bold; }
#menu li a.mantemento-sel { background-color: #96BD4A !important; color: #FFF !important; font-weight: bold; }
#menu li a.programacion-sel { background-color: #F2E24F !important; color: #000 !important; font-weight: bold; }
#menu li a.sistemas-sel { background-color: #FF8E00 !important; color: #FFF !important; font-weight: bold; }
#menu li a.web-sel { background-color: #F03429 !important; color: #FFF !important; font-weight: bold; }
#menu li a.rede-sel { background-color: #990099 !important; color: #FFF !important; font-weight: bold; }

.contenido {
	float: right;
	width: 740px;
	color: #333333;
}

.contenido p {
	margin: 10px 0px;
}

.contenido h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.portada-info {
	padding: 20px 10px;
	border-bottom: 1px solid #666;
}

.portada-info img {
	margin: 5px;
	float: right;
}

.portada-info p {
	margin: 0px !important;
}

.portada-info a {
	text-decoration: none;
	color: inherit;
}

.portada-info h1 {
	font-weight: bold;
	margin-bottom: 5px;
}

.portada-info-t {
	border-top: 1px solid #666;
}

.portada-info-l {
	width: 349px;
	float: left;
	border-right: 1px solid #666;
}

.portada-info-r {
	width: 350px;
	float: right;
}

.contenido .textoli {
	color: #333;
}

.contenido li {
	margin-left: 30px;
	padding: 2px;
}

.img-tira {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	margin: 30px 10px;
	padding: 10px;
}

.img-tira img {
	border: 1px solid #999;
	margin-left: 20px;
}

#pie {
	width: 900px;
	margin: 10px auto 0px auto;
	height: 29px;
	border-top: 1px solid #999;
	text-align: center;
	color: #666;
}

#tblcontacto {
	width: 100%;
}

#tblcontacto td  {
	width: 25%;
	height: 26px;
	vertical-align: top;
}

#tblcontacto input {
	border: 1px solid #666;
}

#tblcontacto textarea {
	width: 500px;
	height: 100px;
	border: 1px solid #666;
}

#tbllogin {
	width: 300px;
	margin: 0px auto 0px auto;
}

#tbllogin td {
	height: 26px;
}

#tbllogin input {
	width: 200px;
	border: 1px solid #333;
}
