body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* operaciones para celdas */
tr.pink{background: #FFCCCC;}
.pink{background: #FFCCCC;}

tr.gray{background: #f0ebeb;}
.gray{background: #f0ebeb;}

tr.green{background: #B7F0D9;}
.green{background: #B7F0D9;}

tr.yellow{background: #EFEF9F;}
.yellow{background: #EFEF9F;}

tr.blue{background: #C0CFEA;}
.blue{background: #C0CFEA;}

tr.orange{background: #F0C182;}
.orange{background: #F0C182;}

div.contenido{
	padding: 0.4em; 
	max-height:400px;	
	overflow:auto; 
	background-color: #F2F5F7;
}
div.encabezado{
	margin: 0.3em;
	padding-bottom: 4px;
	padding-left: 0.2em;
	-webkit-border-radius: 6px;

	border: 1px solid #aed0ea;
	background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;	
}

div.marco_col1{
	border: 1px solid #dddddd;
	-webkit-border-radius: 6px;
	width: 25%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.marco_col2{
	border: 1px solid #dddddd;
	-webkit-border-radius: 6px;
	width: 70%;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

div.marco_col3{
	
	-webkit-border-radius: 6px;
	width: 20%;
	aling-items: center;
	float: left;
	margin-right: 0px;
	
}

div.marco_col_50{
	border: 1px solid #dddddd;
	-webkit-border-radius: 6px;
	width: 48%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.marco{
	border: 1px solid #dddddd;
	-webkit-border-radius: 6px;
	width: 100%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.encuesta{
	border: 1px solid #dddddd;
	-webkit-border-radius: 6px;
	width: 100%;
	
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;	
}

div.contenidoEncuesta{
	padding: 0.4em; 
	max-height:800px;	
	overflow:auto; 
	background-color: #F2F5F7;
}

.recuadroinformacion{
 width: auto;
 height: auto;
 margin: 0 auto;
 background: #F5F6CE;
}
.tableSyncronize table{
	   
	    border: 0;
		width: 50%;
	}

.tableSyncronize	td, th {
		width:20 ;
	    border:1px solid #2C3E50;
	   
	}
.tableSyncronize th{
		background-color: #A3E4D7;
	}
.tableSyncronize td{
		background-color:#F4F6F7; 
	}
.alignRight{
	text-align:right; 
	vertical-align:center;
}
.alignCenter{
	text-align:center; 
	vertical-align:center;
}

button.sincronyce{
  background: #b7d770;
  border-color:  #adc671 #98b65b #87aa4a;
  box-shadow:  0 1px 0 #cfe5a4;
  color: #555;
  text-shadow:#5d7731 !important;
  background: -moz-linear-gradient(top,  #cae285 , #cfe5a4);
  background: -webkit-linear-gradient(top,  #cae285 , #cfe5a4);
  background: o-linear-gradient(top,  #cae285 , #cfe5a4);
  background: ms-linear-gradient(top,  #cae285 , #cfe5a4);
  background: linear-gradient(top,  #cae285 , #cfe5a4);
}

.cursor{
	cursor: pointer;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}



/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: #E6EFC2;
    display: none;
}




