@import "compartir_liga.css";

/*CONTENEDOR PRINCIPAL*/
html,body{
    margin:0;padding:0;
}
body {
	background: url(../img/ama.png) repeat-y left top;
	background-color: #FFFFFF;
}
#pagina{
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    border: 1px solid #ccc;
	font-family: Verdana;
	color: #333333;
	font-size: 1.38em;
	width:1000px;
    margin-left:50%;
    position:relative;
    left:-500px;
    margin-top:1.4em;
    margin-bottom:1.4em;
    background-color: #fcfcfc;
}
#margen{
    padding:.5em .9em;
}

/*ENCABEZADO DE PÁGINA*/
#header_1 {
	height: 112px;
	background: url(../img/head_backg_1.png) no-repeat right top;
	border:none;
}
#header_2 {
	height: 112px;
	background: url(../img/head_backg_2.png) no-repeat right top;
	border:none;
}
#header_3 {
	height: 112px;
	background: url(../img/head_backg_3.png) no-repeat right top;
	border:none;
}
#logo_compara {
	float: left;
	padding-top:23px;
	padding-left:23px;
	border:none;
}
#bck_menu {
	height: 38px;
	background-color: #DC0067;
	padding-top:6px;
	padding-left:15px;
	border:none;
}

/*footers*/
#footer_back_1 {
	font-family: Verdana;
	font-size: 11px;
}

/*links printer*/
#printer a:link {
	color: #0099CC;
	text-decoration: underline;
}
#printer a:visited {
	text-decoration: underline;
	color: #0099CC;
}
#printer a:hover {
	text-decoration: underline;
	color: #DC0067;
}
#printer {
	text-decoration: none;
	color: #0099CC;
	background: url(../img/printer.png) no-repeat right top;
	padding-right: 32px;
}

/*links genrales*/
#footer_back_1 a:link {
	color: #666666;
	text-decoration: none;
}
#footer_back_1 a:visited {
	text-decoration: none;
	color: #666666;
}
#footer_back_1 a:hover {
	text-decoration: underline;
	color: #DC0067;
}
#footer_back_1 {
	text-decoration: none;
	color: #666666;
}

/* FORMULARIOS */
fieldset{
    margin:1em 0;
    border:0 none;

/*    border:2px solid #ccc;
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    max-width:50%;
*/}
/*fieldset fieldset{max-width:auto;width:auto;background-color:gray;}*/
legend{
    font-weight:bold;
}
.marco {
    border:2px solid #ccc;
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    margin:1em 0;
    padding: 0 1em;
}
.submarco {
    border:1px solid #B9DCF3;
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    margin:1em 0;
    padding:  1em;
/*    max-width:50%;*/
}
.separador{clear:both;}
input[type="submit"]{
    font-size:1em;
    background-color:#fff;
    font-weight:bold;
    border:2px solid #D4006A;
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    color:white;
    background-color: #D4006A;
    padding:.25em;
        margin:0 0 1em;
}
input[type="radio"]{margin-right:.75em;}
a img { border:0 none;}