

body {
    font-family: Arial,Helvetica,san-serif;
    font-size: 12px;
    color: #333333;
    padding-top: 10px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
}

.container{
    width:70%;
    max-width:1000px;
    margin:auto;
    text-align:center;
}

.container #logoempresa{
    margin-right:7em;
}

.container #logocdp{
    position: relative;
    top:-10px;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.tablaform{
    width:300px;
    margin: 1em auto;
    border: 1px solid #AAAAAA;

}
table.tablaform .titulo {
    background-color: #EAEDED;
    border-right: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    line-height:2em;
    padding-left:1em;
}
.tablaform tr td {
    background-color: #F6F9F9;
    text-align: left;
    line-height: 1.3em;
    border-bottom: 1px solid #AAAAAA;
    padding:0.3em 1em;
    vertical-align: middle;
}

* {
	margin:0;
	padding:0;
	}

img {border:0px}

.outer-wrapper {
	width:761px;
	margin:0 auto;
	}

p {
	margin:0 0 5px 0;
	}

a {
	color:#0000ff;
	text-decoration:none;
	}

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

.title{
	font-size: 18px;
}

.title-green{
	font-size: 18px;
	color:#216a31;
	padding-left:30px;
}

.small{
	font-size: 11px;
}

/*------------------------------------------------------------- header -------------------------------------------------------------*/

.header {
	width:761px;
	height:125px;
	margin:0px auto 0;			
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	}

/*------------------------------------------------------------- content -------------------------------------------------------------*/


#content {
	width:761px;
	height:266px;	
	background-image:url('../images/bg-body.jpg');
	background-repeat: none;
	margin:0px auto 0;
}

#content-blank {
	width:761px;
	height:266px;	
	background-image:url('../images/bg-body-blank.jpg');
	background-repeat: none;
	margin:0px auto 0;
}

#content-blank-mini {
	width:761px;
	height:99px;	
	background-image:url('../images/bg-body-blank-mini.jpg');
	background-repeat: none;
	margin:0px auto 0;
}

#content-interna {
	width:761px;
	height:771px;	
	background-image:url('../images/bg-interna.jpg');
	background-repeat: none;
	margin:0px auto 0;
}

#content-left {
	float:left;	
	width:495px;
	padding-top: 30px;
	}

#pagos {
	padding-left: 100px;

}

div#usuarios-titulo{
	color:#ef761d;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	text-align: left;
	padding: 10px 15px 5px 0px;
}

div#usuarios-log{
	text-align: left;
	padding: 0px 15px 10px 0px;
}

.olvido {
	float:left;
	font-size: 11px;
	margin-top:5px;
}


#content-right {
	padding-top: 100px;
	float:right;
	width:266px;
	}



/*------------------------------------------------------------- footer -------------------------------------------------------------*/

div#footer {
	text-align: center;
	font-size: 11px;
	color:white;	
	width: 761px;
	height: 53px;
	background: url(../images/bg-footer.jpg) no-repeat;
	margin:0px auto;
	padding-top: 10px;

}

div#footer a {
		color:#cedee9;
		text-decoration: none;
	}
	
	div#footer a:hover {
		color:white;
		text-decoration: none;
	}
/* ----------------------------------------------------------------------------------------->  clearfix  */
/* Clear floats without structural markup courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


.form-control {
    width: auto;
    padding: 2px;
    border-radius: 0px;
    border: 1px solid #AAA;
    background-color: white;
    font-size: 12px;
    text-align: center;
    line-height:1em;
    height:auto;
    text-align:left;
    padding-left:5px;
}