/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-feb-2015, 22:15:53
    Author     : Carlos
*/

label{
    display: inline-block;
    width: 230px;
}

h4{
    margin-bottom: 25px;
}


@media only screen and (max-width: 768px) {

    #contenido > div{
        border-top: dotted 1px blue;
        border-bottom: dotted 1px blue;
         margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) {

    #contenido > div:first-of-type{
        border-right: dotted 1px blue;
        
    }
}