/* cappad 20160208 */
input:focus {background-color:#F9FFD0;} 

label.missing  {
	color:#FF0000;
	font-weight:bold;
}

.btnFichar {
	margin-bottom: 15px;
	margin-left: 15px;
}

div.sel {
	background: #99FFAA;
	border-style: outset;
	display: inline-block; 
	width:30%; 
	height:2em;
}

.container {
    max-width: 900px;    
}
.main-content,
.sidebar {
    float: left;    
}

.main-content {
    /*width: 568px;*/
    max-width: 568px;        
}
.sidebar {
    width: 150px;
}

#contenido {
	padding: 0;
    margin: 0;
}

.imgCoche {	
	max-width: 100%;
	width: auto;

	margin: 0;
	padding: 0;		
}

.imgCocheVisor {
	max-width: 100%;
	width: auto;

	margin: 0;
	padding: 0;			
}

#controles {	
	width: 150px;
	height: 408px;
	padding: 5px;
	background: #E0F0EA;
	border: 1px solid #07A15F;
}

.b {
    /*height: 15%;*/
    width: 110px;
    float: left;
    padding: 8px 14px;
    margin: 5px;
    text-align: center;
}

.b_green {
    background-color: green;
}

.b_blue {
    background-color: blue;
}

.b_orange {
    background-color: orange;
}

.b_fuchsia {
    background-color: fuchsia;
}

.b_yellow {
    background-color: yellow;
}

.s_white {
    color: white;
}

.s_black {
    color: black;
}

.s_red {
    color: red;
}

.b1 {    
    width: 138px;
    float: left;
    padding: 2px;
    margin: 0;
    text-align: center;
}


.b_raya {
	float:left; 	
	padding: 12px; 
	height: 20px; 	
	border: 1px solid black; 
	background-color: green;	
}    

.b_rimp {
	float:left; 
	padding: 12px; 
	height: 20px; 	
	border: 1px solid black; 
	background-color: blue;	
}    

.b_golpe {
	float:left; 
	padding: 12px; 
	height: 20px; 	
	border: 1px solid black; 
	background-color: orange;	
}    

.b_cambiar {
	float:left; 
	padding: 12px; 
	height: 20px; 	
	border: 1px solid black; 
	background-color: fuchsia;	
}    

.v_white {
	font-weight: normal;
	color: white;
}

#b_nofirma {
	/*border: 1px dotted red;
	float: right;*/
	width: 160px;
	height: 30px;	
	text-align: center;
	display: block;
	margin-left: 10px;
}

@media screen and (max-width: 360px) {
	.imgCoche { 		
		width: 320px; 
		height: 240px;
	}
}

/*************** ext.css **************/
.linkVolver      { 
	float: left; 
	background: #D3FBDB; 
	font-weight: bold; 
	margin: 8px; 
	color: #444; 
	text-shadow: 0 1px 1px #f6f6f6; 
	padding: 2px 10px;
}
.cabecera        { 
	margin-top: 80px; 
	font-size: 20px; 
	text-align: center; 
}
.linkImagen		{
	text-align: center; 
	margin-top: 10px;
}
.linkImagen img	{ 
	width: 50px; 
	height: 50px; 
	vertical-align: middle; 
	background-image: url(/auxmov/imagenes/camera.png);
}
.linkImagen a, .linkImagen a:visited { 
	color: #04B45F; 
	text-decoration: none;
	font-weight: normal;
}
.linkImagen a:hover	{ 
	color: black;
}

.linkVolver  { 
	float: left; 
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #fdfdfd), color-stop(1, #D3FBDB)); 
	font-weight: bold; 
	margin: 10px; 
	color: #444;	
	text-shadow: 0 1px 1px #f6f6f6; 
	padding: 0 10px;
}

.linkVolver > a.ui-link-inherit, .linkVolver > a.ui-link-inherit:hover, .linkVolver > a {
	text-decoration: none;
	color: #000 !important;
}   

/* Inicio Buscador Partes */
.left_consulta {
	float: left;
	width: 78%;
	margin-right: 2%;
}
.right_consulta {
	float: right;
	width: 20%;
}
.ui-input-search {
	margin: 0;
}
button.ui-btn {
	margin: 0;
}
/* Fin Inicio Buscador Partes */

/* Inicio Ficha Partes */
.c_green {
    color: green;
}
.c_green > b {
	color: black;
}
.c_red {
    color: red;
}

#contentMain > li {
	margin: 0;
}
/* Fin Ficha Partes */
/* Fuente Ficha Partes */
h3.c_green, h3.c_red {
	font-size: 14px !important;
	padding-left: 10px;

}

.wrap {
    white-space: normal !important;
}
/* Fin Fuente Ficha Partes */

