#organigrama
{
	width: 520px;
	margin: 0 auto;
	overflow: auto;
}

#topOrg
{
	width: 520px;
	height: 190px;
	background: url(../images/top.png) no-repeat;
	position: relative;
	float: left;
}

#rombo
{
	height: 190px;
	width: 320px;
	position: relative;
	float: left;
}
#rombo p
{
	width:200px;
	margin: 72px 40px 40px 45px;
	text-align:center;
	padding:0px;
	font-size:0.85em;
	line-height:1.2em;
}
#casoSi
{
	height: 190px;
	width: 200px;
	position: relative;
	float: left;
}
#casoSi p
{
	width:120px;
	margin: 35px 20px 30px 60px;
	text-align:left;
    padding:0px;
    line-height:1.5em;
}
#casosNo
{
	position: relative;
	float: left;
	background: #fff url(../images/bgcasosno.png) 0 0 repeat-y;
}

.casoNo
{
    width: 510px;
    min-height: 90px;
    float: left;
    position:relative;
    background: url(../images/arrow.png) no-repeat left bottom;
    margin: 10px 0px 0px 0px;
}

#caso5
{
	background: url(../images/lastarrow.png) no-repeat left bottom;
}

.casoNoContent
{
	width: 460px;
	background: #D7EEF4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin:0px 0px 0px 50px;
	position:relative;
	float:left;
}

.casoNo p
{
    width: 420px;
    margin: 10px 10px 5px 20px;
    text-align: justify;
    padding:0px;
    line-height:1.5em;
    font-size:0.9em;
}
.ver-ejemplo
{
    position: relative;
    float: right;
	margin: 0px 5px 5px 0px;
    background-color:#777;
    color:#fff;
    padding: 1px 2px 1px 2px;
    font-size:0.85em;
    font-weight:bold;
}

.ejemplo
{
	position:relative;
    width: 440px;
    margin: 10px;
	background: #fff;
	float:left;
	font-size:0.9em;
}

.p-ejemp
{
	padding:5px 8px;
	text-align: justify;
	display:block;
}

.popup
{
	font-size: 1.15em;
}
.popup h2
{
	text-align: center;
}

.popup p
{
	text-align: justify;
}

.popup .esp
{
	margin: 5px 20px 10px;
	text-align: justify;
}

p.derecha
{
	text-align: right;
}

.acordeon
{
	display: block;
	text-align: center;
	width: 100%;
	margin: 10px 0px;
}

.numero
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
}

.ver-medios
{
	color: #e78f08;
	font-weight: bold;
}

#rombo p:hover,
#casoSi p:hover,
.casoNo p:hover,
.ver-ejemplo,
.ver-def-obra,
.acordeon,
.ver-medios
{
	cursor: pointer;
	cursor: hand;
}
