/*
	Theme Name: Compuregis 2.0
	Version: 2.0
	Author: Othaner Kasiyas
	Author URI: http://othaner.net
*/


body {
	background: #FFFFFF;
	color: #000;
	font-family: Verdana;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}

#encuadre {
	width: 780px;
	border-left: 1px solid #9C9C9C;
	border-right: 1px solid #9C9C9C;
	background: #FFFFFF;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
	}

#logo {
	background: url(cr.jpg) center no-repeat;
	height: 135px;
	width: 780px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	}

#bienvenida {
	height: auto;
	width: 780px;
	margin-right: 300px;
	margin-left: auto;
	}

blockquote {
	padding: auto;
	color: #333333;
	text-align: justify;
	font-size: 18px;
	}

#menu {
	height: auto;
	width: auto;
	background: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	}

div#promos {
	margin: 10px;
	}

table#promos {
	width: 730px;
	height: 374px;
	color: #FFFFFF;
	background: url(promos/promobg.jpg);
	}

table#promos a:link, a:visited, a:active a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

table#promos h3 {
	font-size: 20;
	color: #FFFFFF;
	text-align: center;
	}

table#promos h2 {
	font-size: 18;
	color: #FFFFFF;
	text-align: center;
	}

table#promos h1 {
	font-size: 18;
	color: #990000;
	text-align: center;
	}

td#imgpromos {
	height: auto;
	width: 386px;
	}

td#textpromos {
	margin-left: 40px;
	align: rigth;
	}

#tarjetas {
	width: auto;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
	background: #F5F5F5;
	font-size: 15px;
	text-align: justify;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 100px;
	margin-right: 100px;
	}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
        border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9C9C9C;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9C9C;
        background: #CCCCCC;
	width: 780px;
	padding: auto;
	margin-right: auto;
	margin-left: auto;
	}

#footer a:link, a:visited, a:active {
	color: #336699;
	text-decoration: none;
	}

#footer a:hover {
	color: #336699;
	text-decoration: underline;
	}

#content {
	width: 500px;
	float: right;
	display:inline;
	text-align: justify;
	padding: 30px 10px 10px 0px;
	margin-right: 15px;
	margin-bottom:10px;
	}

#sidebar {
	width: 200px;
	float: left;
	line-height: 1.5em;
	display:inline;
	margin: 0px;
	padding: 30px 10px;
	font-size: 10px;
	}


h3{
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: none;
	}

a:link, a:visited, a:active {
	color: #336699;
	text-decoration: none;
	}

a:hover {
	color: #336699;
	text-decoration: underline;
	}


a img{
	border:none;
	}

ul {
	margin-left:10px;
	padding-left:10px;
	text-align:none;
	}

ol{
	margin-left:10px;
	padding-left:10px;
	}

ul li {
	list-style:none;
	}

ul#square li {
	list-style:square;
	}

ul#square {
	text-align:none;
	}

input, textarea {
	background: #F5F5F5; 
	border: 1px solid #D1D1D1;
	margin:0.5em;
	}

input:hover, textarea:hover {
	background: #EFF5FF;
	border: 1px solid #B4D0FF;
	}

caption {
	font-weight: bold;
	}

table {
	margin:10px;
	font-size:13px;
	border: 0px solid #D1D1D1;
	}
	
table#registradoras {
	border: 0;
	text-align: center;
	}

tr {
	clear: both;
	margin: 10px;
	border: 1px solid #D1D1D1;
	}



td {
	border: 0px solid #D1D1D1;
	padding:4px;
	}



th {
	padding:3px;
	font-weight:bold;
	border: 0px solid #EFF5FF;
	}