.pedidos{
	margin:0 auto;
	width: 500px;
	height: auto;
}

.pedidos table{
	margin-bottom: 7px;
}
p#totales{
	display: none;
}
div.info{
	background: #3a87ad;
	text-align: center;
	width: auto;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.info:hover {
	background: #eee;
	color: red;
	
}
div.info:hover > a{
	color: rgba(117, 113, 113, 0.72);;
	padding: 2px 12px;
}
div.info a{
	color: white;
}
div.info a:hover{
	color: #08c;
	text-decoration: underline;
}

div.infoc{
	background: #3a87ad;
	text-align: center;
	width: auto;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.infoc:hover {
	background: #eee;
	color: red;
	
}
div.infoc:hover > a{
	color: rgba(117, 113, 113, 0.72);;
	padding: 2px 12px;
}
div.infoc a{
	color: white;
}
div.infoc a:hover{
	color: #08c;
	text-decoration: underline;
}

a.puntos span:hover{
    background-color: #eee;
    color: #b200ff;
    font-size: 110%;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #BDBEC1;
}
.table tbody > tr.footer > td{
	background-color: #eee;
}

body {	
	padding-bottom:30px;
}
div.header{
	max-width: 920px;
	margin: 0 auto;
}
div.contenido{
	max-width: 920px;
	margin: 0 auto;
	padding: 20px 0;	
}
div.int{
	padding-top: 10px;
	margin-bottom:15px;
	width:100%;
}
div.actu{
	width:900px;
	margin-left:20px;
}
div.barra{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
}
iframe {
    display: block;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    border: 0;
}
	
td.izq{text-align:left;}
td.der{text-align:right;}
td.mid{vertical-align: middle; text-align: center;}
td.listo{background: #dff0d8;}
td.pend{background-color: #fcf8e3;}
.formulario{
	margin:0 auto;
	width: 400px;
	padding: 20px 0;
}
.btn{
	margin-left: 70px;
}
.formcontent{
	width: 230px;
	margin: 0 auto;
	overflow: hidden;
}
.error1{
	font-size: 1.2em;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: red;
}
.success{
	font-size: 1.2em;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #468847;
}
#muestra{
    width:400px;
    margin:0 auto;
}
#muestra div{
    display:block;
    text-align:left;
    overflow:hidden;
    border-bottom:1px solid #ccc;
    padding:3px;
}
#muestra div label{
    padding:7px 10px;
    width:150px;
    display:block;
    float:left;
}
#muestra div select{
    float:left;
    padding:3px;
    margin-top:4px;
}
.nuevo {
margin: 0 auto;
width: 80%;
margin-top: 10px;
border-radius: 5px;
background: #D81177;
text-transform: uppercase;
}

div.fieldRow .fieldError {
font-size: 12px;
line-height: 18px;
padding-top: 4px;
padding-bottom: 4px;
color: #2c2c2c;
}

div.formContainer {
background: #F4F4F4;
padding: 20px 30px 20px 30px;
margin: 0 auto 20px;
height: 100%;
width: 600px;
overflow: hidden;
}

div.leftRow {
float: left;
width: 300px;
}

div.rightRow {
float: right;
width: 300px;
clear: none;
}

div.fieldRow.noMargin {
margin: 0;
}

div.fieldRow {
margin: 0 0 5px 0;
color: #3a3a3a;
clear: both;
min-height: 26px;
}

section, div, header, nav {
zoom: 1;
}

div.control-margin {
margin-bottom: 10px;
}