#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 h2, #content h3{
    color: #008A87;
    padding-bottom: 5px;
    border-bottom: 1px solid #008A87;
}
#content h4{
    color: #008A87;
    padding-bottom: 5px;
}
#content p{
    padding: 0px 30px 0px 30px;
}

#content .tab{
    margin: 20px;
    background: #efefef;
}
#content .tab .header_tab .tab_name{
    border: 1px solid #c8e5e4;
}
#content .tab .header_tab .tab_name:nth-child(1){
    border-right: transparent;
}
#content .tab .header_tab > div{
    display: inline-block;
    width: 50%;
}
#content .tab .header_tab > div > a{
    color: #008A87;
    padding: 10px;
    display: block;
}
#content .tab .header_tab > div > a.active, #content .tab .header_tab > div > a.active h5{
    background-color: #008A87;
    color: #efefef;
}
#content .tab .header_tab > div > a > h5{
    display: inline;
}
#content .tab .header_tab > div > a > i, #content .tab .header_tab > div > a > h5{
    vertical-align: middle;
}
#content ul li{
    list-style-type: disc;
    margin-left: 40px
}
#content .tab .content_tab .tab_content > dl{
    margin-left: 40px
}
#content .tab .content_tab .tab_content{
    display: none;
}
#content .tab .content_tab{
    height: 740px;
}
strong {
    font-weight: bold;
    color: #008A87;

}
#content p{
    /*opacity: 0;*/
    transition: opacity 3s;
    padding: 0px 30px 0px 30px;
}
#content ul li{
    opacity: 0;
    transition: opacity 2s;
    padding: 0px 30px 0px 30px;
}
html body section#content div.section article.row.container div.col.s12.m12 div.row.drag-and-drop-table div.col.s12.m6 .centered > tbody > tr > td {
    font-size: 15px;
    border: none;
    background-color: transparent;
}
html body section#content div.section article.row.container div.col.s12.m12 div.row.drag-and-drop-table div.col.s12.m6 .centered > tbody > tr > td.droppable {
    border: 1px solid #c8e5e4;
}

html body section#content div.section article.row.container div.col.s12.m12 div.row.drag-and-drop-table div.col.s12.m6 div.draggables .row p.divs{
	border-bottom: 1px solid #6f907f;
    font-size: 16px;
    padding-bottom: 15px;
}
.centered > tbody > tr > td {
    font-size: 15px;
}
span.draggable {
    background-color: #008A87;
    display: inline-block;
    padding: 5px;
    color: #fff;
    margin: 5px;
    border-radius: 3px;
    cursor: move;
	font-size: 14px;
}
span.droppable {
	display: inline-block;
	min-height: 50px;
}
.ui-droppable-hover {
    background-color: #A3C8C5;
    border-radius: 3px;
}

.ui-droppable > span {
    display: block;
	font-size: 18px;
    font-weight: bold;
    color: #008A87;
}
.centered > tbody > tr > td > span{
    opacity: 1;
    z-index: 100;
}

.draggables {
    padding: 10px;
    background-color: rgba(0, 138, 135, 0.1);
    margin: 10px 0;
}
table.centered{
    width: 190px;
}
.centered > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1){
    width: 90px;
} 
html body section#content div.section article.row.container div.col.s12.m12 div.row.drag-and-drop-table div.col.s12.m6 table.centered tbody tr td.esquema{
    width: 60px;
    padding: 0px;
}
html body section#content div.section article.row.container div.col.s12.m12 div.row.drag-and-drop-table div.col.s12.m6 table.centered tbody tr td.droppable{
    width: 30px;
    padding: 0px;
    height: 83px;
}


@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: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;
    }
}


