
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
	#secondary { width:30%; margin-left:3%;}
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
	#primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}

.ui-datepicker{
	font-size:13px;
}

body{
    background-color: #007CC3
}

label{
	display: block;
	padding-bottom: 8px;
}

li {
	background: #ffffff;
	list-style:none;
	cursor:pointer;

	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;

	padding-left: 10px;
	*padding-left: 10px;
	_padding-left: 10px;

	margin: .5em 0;
	font-family: montserrat light;
	font-size: 15px;
	text-align: center;
	color:#000000
}

li:hover {
	list-style:none;
	cursor:pointer;

	border-bottom: 3px solid #ccc;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-left: 3px solid #ccc;

	font-family: montserrat light;
	font-size: 15px;
	background-color: #cccccc;
	color: #000000;
}

li.selected{
	border-bottom: 3px solid #a0a1c0;
	border-top: 3px solid #a0a1c0;
	border-right: 3px solid #a0a1c0;
	border-left: 3px solid #a0a1c0;

	background: #a0a1c0;
}

select:disabled {
    color: #bbbbbb;
}

.textoNuevo{
	font-family: "montserrat light", "open sans", Verdana, Geneva, Tahoma, sans-serif;
	color:#FFFFFF;
}

.divCombo{
	position:relative;
	float:left;
	padding:10px;
	min-width:215;
	width:30%;
}

select{
	height: 30px;
}