@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Muli');

* {
    /* With these codes padding and border does not increase it's width and gives intuitive style.*/
  
	-webkit-box-sizing: border-box;   
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 1025 y superior */

.areaforma{
	height: 384px;
	width: 305px;
    text-align: right;
    display:table-cell;
    vertical-align:top;
}

.txt111 {
    width: 70%;
    height: 15px;
    padding: 5px 10px;
    margin: 3px 15px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
    font-size: x-small;
}

select#select111 {
    width: 70%;
    height: 24px;
    padding: 5px 2px;
    margin: 3px 15px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
    background-color: #00BF61;
    color: #FFED00;
    font-size: x-small;
}

select#seltipo {
    width: 70%;
    height: 24px;
    padding: 5px 2px;
    margin: 3px 15px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
    background-color: #00BF61;
    color: #FFED00;    
    font-size: x-small;
}

input#submit111 {
    width: 75%;
    background-color: #FFED00;
    color: #005ABB;
    padding: 10px 20px;
    margin: 3px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: x-small;
}

img#iconito {
    width: 8px !important;
}

#submit111:hover
{
    background-color: #00BF61;
    color: #FFED00;
}

