#main > div.col.s12:nth-child(1) {
	background: url(../images/plantilla_head.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1.valign{
	color: #516f60;
}
h5.colaps {
    color: #516f60;
    font-family: 'Antic', sans-serif;
	font-weight: bold;
    border-left: 5px solid #516f60;
    margin: 3px;
    padding: 10px;
}
h5.lined{
	color: #516f60;; 
	border-bottom: 1px solid #516f60;
	margin-bottom: 10px;
}
.collapsible-body p.sangria {
    margin-left: 50px;
}

.tooltipped{
	text-transform: lowercase;
	color: #6f907f;
	background-color: #c5ddcd;

}
.tooltipped:hover{
	text-transform: lowercase;
	color: #6f907f;
	background-color: #d3e3d8;

}
.material-tooltip {
	width: 30%;
}
.centered > tbody > tr > td {
	width: 50%;
}
.collapsible {
    background-color: #eef6f1;
}
.collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #aab692;
    border-bottom: 1px solid #aab692;
}
span.droppable {
    display: inline-block;
}
.ui-droppable-hover {
    background-color: #d8e9ca;
    border-radius: 3px;
}

.ui-droppable > span {
    display: inline-block;
    font-weight: bold;
    color: #7EA698;
}
#content > div:nth-child(5) > article > div:nth-child(4) > ul li.bullets{
	background: transparent url("/cnc/cubierta_celular/images/bullts.png") no-repeat 0 0;
	padding: 0 0 0 27px;
    margin: 0 0 10px 0;
	margin-left: 60px;
}
#content ul > li.bullets{
	background: transparent url("/cnc/cubierta_celular/images/bullts.png") no-repeat 0 0;
	padding: 0 0 0 27px;
    margin: 0 0 10px 0;
	margin-left: 60px;
}
#content > div:nth-child(7) > article > div > ul li.bullets{
	background: transparent url("/cnc/cubierta_celular/images/bullts.png") no-repeat 0 0;
	padding: 0 0 0 27px;
    margin: 0 0 10px 0;
	margin-left: 60px;
}
#content > div:nth-child(3) > article > div:nth-child(8) > p:nth-child(2) > a{
	text-transform: capitalize;
}
@media(min-width:601px) and (max-width:992px) {
	#main > div.col.s12:nth-child(1) {
		background: url(../images/plantilla_head.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media(max-width:600px) {
	#main > div.col.s12 {
		min-height: 200px;
	}
	#main > div.col.s12:nth-child(1) {
		background: url(../images/plantilla_head.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#content .section:nth-child(1) > article .col.s12:nth-child(1) > div.col.s12 img,
	#content footer.page-footer .container .row img {
		display: block;
		margin: 10px auto;
		width: 200px;
	}
	#main > div.col.s12:nth-child(2) {
		padding-top: 20px;
	}
	#content footer.page-footer div.footer-copyright {
		min-height: 106px;
	}
}
@media(max-width:430px) {
    #main > div h1, #content > div > header > div > h1, h3 {
        font-size: 35px;
    }
}