body {
	background-color: #EEE;
	margin: 0 auto;
	width: 1000px;
}

.container {
	background-color: #FFF;
	padding: 10px 20px 0px 20px;
	-webkit-box-shadow: 1px 1px 16px rgba(50, 50, 50, 1);
	-moz-box-shadow:    1px 1px 16px rgba(50, 50, 50, 1);
	box-shadow:         1px 1px 16px rgba(50, 50, 50, 1);
	margin-bottom:25px;
}

#bottom_frame {
	margin-top: 40px;
	/*border-top: solid 1px #CCC;*/
}

#bottom_frame, #bottom_frame a {
	color: #777;
	font-size: 11px;
	/*padding: 10px;*/
	padding-bottom: 0px;
}

#app_authors_frame {
	float: right;
	right: 20px;
	opacity: .6;
}

#footer_text {
	width: 80%;
}

#top_center_img {
	margin-top:26px;
	position: relative;
	text-align: center;

}

#top_center_img img {
	margin-top:20px;
	margin-left:75px;
	display:none;
}

#languages {
	float: right;
}

#meta_menu {
	float:right;
	top: 5px;	
	font-size: 11px;
}

#top_logos{
	position:relative;
        top: 25px;
}

#top_right_logo {
	position:relative;
	float:right;
}
#top_right_logo img{
	width:150px;
}
#top_left_logo {
	position:relative;
	float:left;	
	height:130px;
	width:190px;
}

.campos_obligatorios {
	font-style: italic;
	text-align: right;
	font-size: 12px;
}

.app_title {
    color: #001797;
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

fieldset {
	margin: 10px 0px 30px 0px;
	border: #0b5d95 solid 1px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

legend {
	font-style: italic;
	font-weight: bold;	
	font-size: 14px;
	padding: 7px;
	color: #0b5d95;
	margin-left: 40px;
}

input[type=submit] {
	color: #000;
	border:1px solid #666;
	-webkit-border-radius:5;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px;
	width: 100px;
	font-weight: bold;
	font-size: 14px;
}

input[type=submit]:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}
input[type=submit]:disabled{
    background: whitesmoke;
    color:lightgray;
}
input[type=submit]:disabled:hover{
    cursor: default;
}
select{
	width: 280px;
}

table.form tr.field td.label.dereita span{
	text-align:right !Important;
}
.tabla_idiomas select{
	width:120px;
}
p.wizard.actions {
	text-align: center;	
}

table.form {
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #FFF;
}

table.form tr.field td.label, table.form tr.field td.control {
	padding: 3px;
	font-size: 12px;
	vertical-align: top;	
}

td.label {
	width: 150px;
}

td.general {
	width: 325px !important;
}

.preferencias td.label{
	width: 50px;
	padding-right:15px;
}

table.form tr.field td.label span {
	text-align: left;
	display: block;
	font-weight: bold;
}
.preferencias table.form tr.field td.label span {
	text-align: right;
}
.instructions {
	padding: 5px;
}

.instructions ul li {	
	font-size: 12px;    
}

/* User level messages */
.error {
	color: #FF0000;
}

.warning {
	color: #997711;
}

.success {
	color: #007700;
	font-size: 18px;
}

/* Enlace de descarga del díptico */
.diptico {
	font-weight: bold;
	margin-left: 20px;
}

.diptico img {
	padding-right: 5px;
	width: 25px;
	height: 19px;
}

/* Pie de página */
#bottom_frame #footer_text {
    float: left;
    text-align: justify;
    width: 940px;
}

#bottom_frame a {
	padding: 0px;
}

#bottom_frame #logos {
	float: right;
}

#bottom_frame #logo_ayto {
	width: 149px;
	height: 102px;	
}

.clearboth {
	clear: both;
}

/* Captcha */

div.captcha {
	text-align: center !important;
}

/* Explicación */
div.explain {
	font-style: italic;
	color: #666;
}

.justificante{
	font-size:1.6em;
	color:#007700;
}

.oculto{
    display:none;
}
.legal p{
    padding-left:15px;
    padding-right:15px;
    text-align: justify;
    font-weight: bold;
}

.main_content {
	float:left;
}
#logo_concello_pe{
width:1000px;
margin-right:-20px;
margin-bottom: -20px;
}

#logo_programa_pe{
width:98%;
margin-right: 20px;
float:right;
}

#top_left_logo img {
	position:relative;
	margin-left:-20px;
	width:600px;
}