@charset "utf-8";
@font-face {
    font-family: "Play";
    src: url(fonts/Play-Regular.ttf) format("truetype");

}
body {
	font-family:"Play";
	font-size: 14px;
}

.resultsMain { background: #cccccc; border: 1px black solid; }
.resultsCaption { background: #cccccc; border: 1px black solid; text-align: left; }
.resultsPaging { background: #999999; font-family: sans-serif; }
.resultsHeading { background: #999999; font-family: sans-serif; }
.resultsRowOdd { background: #cccccc; }
.resultsRowEven { background: #ffffff; }
.resultsRowHover { background: #9999cc; }
.resultsTitle { font-size: 125%; font-weight: 600; }
.resultsSubTitle { font-style: italic; }
.resultsHidden { display: none; padding: 0; margin: 0; }
#centro{
	width:100%;
	max-width:1024px;
	height:auto;/*330px;*/
}
.lateral1{
	display: block;
	width: 353px;
	height: 627px;
	background-image: url(banners/cerraduras1.gif);
	background-repeat: no-repeat;
	background-position: top;
	float:left;	
}
.tabla{
	float:left;
}
.lateral2{
	display: block;
	width: 353px;
	height: 627px;
	background-image: url(banners/cerraduras2.gif);
	background-repeat: no-repeat;
	background-position: top;
	float:left;	
}

.texts {
	font-family:"Play";
	font-size: 14px;
	color: #034ea2;
}
.texts2 {
	font-family:"Play";
	font-size: 14px;
	color: #fff;
}
#button{
	font-family:"Play";
    color: #333;
    background-color: #fff;
    border-color: #ccc;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
	padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
	border: 1px solid;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

