.precio{
    color:red;
}


.fotoportada{
width: 150px;
height : 150px;
}

div.informativo{
   margin: 0 auto;   
}
.error{
color:red; font-family:arial;
text-align: center;
}

.exito{
color:green; font-family:arial;
text-align: center;
}

div.marco_externo{
/*border :3px solid #0000ff;*/
margin: 0px;
padding : 0px;
position : relative;
min-width : 1024px;

}

div.fila{
margin :0px;
padding: 5px;
width : 95%;
position : relative;
}

div.bloque{
margin : 0px;
padding : 0.25%;
width : 19.5%;
height :100%;
float: left;
}

div.clear{
clear: both;
}

div.anuncio{
border : 1px solid #0000ff;
width : 100%;
height : 100%;
position : relative;
}

div.anuncio_titulo{
    color:white;
    background-color: #0022cc;
    font-weight: bold;
    text-align: center;
}

div.anuncio_descripcion{    
    color:black;
    height :85%;
    /*overflow: auto;*/
    word-wrap:break-word;
    text-align: left;
}

.dato_empresa{
    word-wrap:break-word;
}

div.anuncio_pie{
    color:green;
    bottom: 0px;
    position: absolute;    
}

/*Inicio Propiedades anuncio editable*/
div.anuncio_editable{
border : 1px solid #0000ff;
margin: 0 auto;
position: relative;
}
/*Fin Propiedades anuncio editable*/

/*Inicio Propiedades de Tabla*/
.tabla_tipo_1{
border: 2px solid black;
background: #ebf4fb;
text-align: center;
margin: 0 auto;
}

.tabla_tipo_1 th {
background: #0022cc;
border-bottom: 2px solid black;
padding: 10px;
color: #ffffff;
}

.tabla_tipo_1 td{
padding-bottom: 5px;
max-width: 150px;
}

.tabla_tipo_1 tr:hover{
background-color:#00ffff;
}
/*Fin Propiedades de Tabla*/

/**/
body {
	font: bold 11px/1.5em Verdana;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}


#tabs {
	float:left;
	width:100%;
	font-size:93%;
	border-bottom:1px solid #2763A5;
	line-height:normal;
        margin-bottom: 20px;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("../img/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("../img/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

div#content{
   text-align: center;
}

div#content table{
   text-align: center;
}
/**/

/*INICIO PROPIEDADES EMPRESA*/
div.bloque_empresa{
    width: 500px;
}
img.prueba{
    width: 100px;
    height:100px;
    display:inline-block;
    float:left;
}
/*FIN PROPIEDADES EMPRESA*/

.cuadro_opciones{
    display:inline-block;
}

