@charset "UTF-8";
/* CSS Document */
.tabla{
	width:100%;
	}
.tabla td { width: 50%; }
.tabla a { border: 0; }
.tabla img {
	max-height: 5em;
    max-width: 5em;
    padding-bottom: 0;
}
/*td, th, .tabla{
	border-width:2px;
	border-color:#000000;
	border-style:solid;
	}*/
.tabla p {
	display: block;
	font-weight: bold;
	white-space: normal;
	margin: 0.4em 0;
}	
@media screen and (max-width:720px){
	/*table, thead, tr, th, tbody, td{
		display:block;
	}*/
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		border: none;
		/*border-bottom: 1px solid #eee;*/
		position: relative;
		/*padding-left: 50%;*/
		width: 50%;
	}
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		/*white-space: nowrap;*/
	}
	/*td:nth-of-type(1):before { content: "Nombre"; }
	td:nth-of-type(2):before { content: "Edad"; }
	td:nth-of-type(3):before { content: "Sexo"; }
	td:nth-of-type(4):before { content: "Ciudad"; }*/
	}
	

.ui-btn-icon-menu {  }
.ui-btn-icon-menu img { padding-top: 5px; padding-left: 15px; padding-bottom: 15px; }
.ui-input-text input, .ui-input-textarea { background-color: #fff; } 

#provincial, #estatal { display: none; }
#provincial, #autonomico, #estatal { margin-top: 25px; }

#botones-menu { text-align: center; border: 0px solid red; padding: 0; margin: -1em; }
#botones-menu button { width: 32%; display: inline; white-space:normal; }

#pag-inicio-img { padding: 0; margin:0; text-align: center; }
#img-inicio a img { height: auto;  max-width: 100%; width: 640px; transition: all 0.2s ease-in 0s; border: 0px solid red; } 


#peu-img { max-height: 100%; height: 57px;  max-width: 100%; width: 102px; transition: all 0.2s ease-in 0s; border: 0px solid red; }
#cap-img { max-height: 100%;  max-width: 100%; transition: all 0.2s ease-in 0s; border: 0px solid red; }

#capa-registro-convenios { padding: 10px; border: 1px solid #CCCCCC; }
