﻿body 
{
	margin:0px;	
	font-size:12px;
	font-family:Arial, Helvetica, Verdana;

}
fieldset
{
    width:800px;
    display : block; /* Necesario para que el margin-top funcione en IE */
    margin-top: 15px;
    /*border-color: Blue;*/
    border-color: #D83D1F;
    border-width:2px;
    border-style: solid;
    /*padding: 5px auto 10px 5px;*/
    padding-bottom: 10px;
    padding-left: 5px;
}
fieldset label {
	text-align:right;
	width:70px;
	/*float:left;*/
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
	font-weight: bold;
}
/*fieldset nobr
{
	display:none;
}*/
fieldset textfield
{
	margin:3px;
	height:20px;
	width:100px;
}
fieldset textarea
{
	margin:3px;
	height:165px;
	width:100px;
}
fieldset input
{
    width: 90px;
}
legend
{
    font-weight: bolder;
    font-size: 14px;
    color: #D83D1F;
}
#contenedor_general
{
	width:810px;
	margin:0px auto 0px;
	/*background-color:#ececec;*/
}
#contenedor_cabecera
{
	/*float:left;*/
	height:100px;
	width:800px;
	background:url('./img/dades_ampa.jpg');
	background-repeat:no-repeat;
}
#contenedor_cabecera img
{
	float:left;
	border:0px;
}
.divsEnFila
{
    float: left;
    margin: 0px 2px
}

.divsEnFila .span
{
    font-weight: bold;
}
.divsEnLineas
{
    clear: both;
    margin-top: 3px;
}
.input150
{
    width: 150px;
}
.input250
{
    width: 250px;
}
.fieldsetCC
{
    border-color: Black;
    border-width: 1px;
    width: 660px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.legendCC
{
    font-size: 12px;
    color: Black;
}
#divEnviar
{
    text-align: center;
}