@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	border: 0;
} 

#menu {
	background-color: #000000;
	text-align: left;
	width: 100%;
}
#title {
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	height: 150px;
}

body {
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
#mother {
	width: 760px;
	text-align: center;
	background-color: #000000;
}
.txt-title {
	color: #205397;
}
#content-empresa {
	background-color: #CCCCCC;
	width: 550px;
	background-image: url(images/bg_empresa.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 160px;
	padding-bottom: 5px;
	padding-left: 50px;
}
#footer {
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 760px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.contact-right-column {
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FF6600;
}
#content-servicios {
	background-color: #CCCCCC;
	width: 550px;
	background-image: url(images/bg_servicios.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 160px;
	padding-bottom: 25px;
	padding-left: 50px;
}
#content-contacto {
	background-color: #CCCCCC;
	width: 660px;
	background-image: url(images/bg_contacto.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.ofertas-txt {
	color: #CCCCCC;
}
.ofertas-txt a {
	color: #FFFFFF;
	text-decoration: underline;
}
.ofertas-txt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.ofertas-title {
	color: #FFFFFF;
	font-weight: bold;
}
.bottom-line {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
#content-ofertas {
	background-color: #333333;
	width: 700px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.border-orange {
	border: thin solid #FF6600;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
.border-white {
	border: thin solid #FFFFFF;
}
