@import url(http://fonts.googleapis.com/css?family=Arimo);

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arimo, Arial, "Sans serif";
}
#header {
	background-color: #54A1D9;
	height: 145px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#header #headerfull {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#menu {
	float: right;
	width: 551px;
	margin-top: 45px;
	background-image: url(../images/menu-bg.png);
	height: 48px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 33px;
	padding-top: 15px;
	width: 135px;
}
#menu ul li a:hover {
	color: #036;
	text-decoration: underline;
	background-color: #EAEAEA;
}
.logo {
	display: block;
	float: left;
	margin-top: 25px;
	margin-left: 35px;
}
#content {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
.bghome {
	background-image: url(../images/web-examples2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.bgContacto {
	background-image: url(../images/door.png);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.bgRegistro {
	background-image: url(../images/crece-tu-negocio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgIpad {
	background-image: url(../images/ipad2.jpg);
	background-repeat: no-repeat;
	background-position: left 55px;
}
#content #contentfull {
	text-align: center;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	color: #CCC;
	background-color: #256B9F;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	height: 40px;
}
#footer p {
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	text-align: right;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#content #contentfull #contRight {
	float: right;
	width: 550px;
	min-height:600px;
	display: block;
}
#content #contentfull #contRight p {
	font-size: 14px;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 5px;
}
#login {
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 336px;
	width: 375px;
	font-size: 13px;
	color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h2    {
	font-size: 20px;
	color: #E76C26;
	text-align: left;
	padding: 5px;
	margin: 5px;
}
h1 {
	color: #54A1D9;
	text-align: left;
}
h3 {
	font-size: 16px;
	color: #333;
	text-align: left;
	background-color: #EAEAEA;
	padding: 5px;
}
#content #contentfull #contLeft {
	float: left;
	width: 440px;
	display: block;
}
#login label, #contacto label {
	font-size: 20px;
	color: #333;
	display: block; 
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-weight: bold;
	letter-spacing: -1px;
}
#username, #password, #name, #email, #asunto, #mensaje {
	text-align: left;
	display: block;
	clear: both;
	border: thin solid #878787;
	width: 80%;
	padding: 5px;
	font-size: 18px;
	color: #256B9F;
	margin-right: auto;
	margin-left: auto;
}
#estados {
	float: left;
	width: 180px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #EAEAEA;
}
#estados ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#estados ul li {
	display: block;
}
#estados ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #256B9F;
	text-decoration: underline;
	display: block;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#estados ul li a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #236294;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#agencias {
	background-color: #FFF;
	float: right;
	width: 790px;
}
#agencias table tr th {
	font-size: 20px;
	font-weight: bold;
	color: #036;
	letter-spacing: -1px;
	text-align: left;
}
#listaAgency {
	font-size: 13px;
	text-align: left;
	float: right;
	width: 95%;
}
table#listaAgency tr td {
	padding: 3px;
	border: 1px solid #FFF;
	background-color: #EAEAEA;
	font-size: 13px;
	color: #333;
}
.regtable   {
	font-size: 13px;
	color: #000;
}


.targetDiv {
	background-color: #FFC;
	padding:10px;
	margin-top:0px;
	border: 1px solid #333;
}

.regtable tr th {
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878787;
}
.regtable tr td {
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878787;
}
.galeriaWebs {
	font-size: 13px;
	color: #333;
}
.galeriaWebs a {
	color: #09C;
	font-size: 11px;
}
.galeriaWebs td {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #D5D5D5;
}
.galeriaWebs td:hover {
	background-color: #333;
	color: #FFF;
}
.galeriaWebs tr td img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #333;
	margin-top: 5px;
}
sup    {
	font-size: 18px;
	color: #900;
}
.tAlta {
	color: #036;
	font-size: 12px;
}
#contentfull ol {
	font-size: 13px;
	float: right;
	width: 600px;
	text-align: left;
}
#contentfull ol li {
	display: block;
	padding: 5px;
	line-height: 150%;
}
